From d94a777625d49a1477970da8129fb6bc7a371c4e Mon Sep 17 00:00:00 2001 From: Kevin Behrens <43488774+agapetry@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:12:08 -0500 Subject: [PATCH] Release 4.0.34 --- press-permit-core.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/press-permit-core.php b/press-permit-core.php index b1e706b6..a8e335f8 100644 --- a/press-permit-core.php +++ b/press-permit-core.php @@ -5,7 +5,7 @@ * Description: Advanced yet accessible content permissions. Give users or groups type-specific roles. Enable or block access for specific posts or terms. * Author: PublishPress * Author URI: https://publishpress.com/ - * Version: 4.0.33 + * Version: 4.0.34 * Text Domain: press-permit-core * Domain Path: /languages/ * Requires at least: 5.5 @@ -202,7 +202,7 @@ function presspermit_load() { return; } - define('PRESSPERMIT_VERSION', '4.0.33'); + define('PRESSPERMIT_VERSION', '4.0.34'); if (!defined('PRESSPERMIT_READ_PUBLIC_CAP')) { define('PRESSPERMIT_READ_PUBLIC_CAP', 'read'); diff --git a/readme.txt b/readme.txt index 63999e87..997e18da 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: restrict, access, user, privacy, capabilities Requires at least: 5.5 Tested up to: 6.7 Requires PHP: 7.2.5 -Stable tag: 4.0.33 +Stable tag: 4.0.34 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -240,6 +240,9 @@ Yes, we use the phrase "publishpress-ppcore-install" to share install links. You == Changelog == += 4.0.34 - 14 Nov 2024 = +* Fixed : Changes to Permissions metaboxes in Post editor were not saved + = 4.0.33 - 13 Nov 2023 = * Fixed: Warning for early execution of load_plugin_textdomain() in WP 6.7 #1227 * Fixed: WP 6.6 - Updating a page caused propagated permissions to be cleared under some configurations