diff --git a/pods-beaver-themer.php b/pods-beaver-themer.php index 716cef4..b50f584 100644 --- a/pods-beaver-themer.php +++ b/pods-beaver-themer.php @@ -30,7 +30,7 @@ * @package Pods\Beaver Themer */ -define( 'PODS_BEAVER_VERSION', '1.3.6' ); +define( 'PODS_BEAVER_VERSION', '1.3.7' ); define( 'PODS_BEAVER_FILE', __FILE__ ); define( 'PODS_BEAVER_DIR', plugin_dir_path( PODS_BEAVER_FILE ) ); define( 'PODS_BEAVER_URL', plugin_dir_url( PODS_BEAVER_FILE ) ); diff --git a/readme.txt b/readme.txt index 3d4f3da..27053f5 100755 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,10 @@ Contributors: quasel, sc0ttkclark, jimtrue, smarterdigitalltd, keraweb, nicdford, Donate link: https://pods.io/friends-of-pods/ Tags: pods, beaver builder, beaver themer -Requires at least: 4.4 -Tested up to: 5.6 -Requires PHP: 5.4 -Stable tag: 1.3.6 +Requires at least: 5.7 +Tested up to: 6.1 +Requires PHP: 5.6 +Stable tag: 1.3.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -72,6 +72,12 @@ You can use [GitHub Updater](https://github.com/afragen/github-updater). A simpl == Changelog == += 1.3.7 - August 18th, 2022 = + +* Fixed: Properly set post type param to fix issues with Polylang and possibly others. +* Updated WordPress compatibility up to WP 6.1 and set Requirements based on pods + + = 1.3.6 - February 1st, 2021 = * Fixed: Prevent the wrong pod data from unintentionally loading for user-related queries when user ID can not be determined.