Skip to content

Commit

Permalink
Release 4.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Oct 8, 2024
1 parent 40bb056 commit 2643880
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions press-permit-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.31-rc2
* Version: 4.0.31
* Text Domain: press-permit-core
* Domain Path: /languages/
* Requires at least: 5.5
Expand Down Expand Up @@ -202,7 +202,7 @@ function presspermit_load() {
return;
}

define('PRESSPERMIT_VERSION', '4.0.31-rc2');
define('PRESSPERMIT_VERSION', '4.0.31');

if (!defined('PRESSPERMIT_READ_PUBLIC_CAP')) {
define('PRESSPERMIT_READ_PUBLIC_CAP', 'read');
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: restrict, access, user, privacy, capabilities
Requires at least: 5.5
Tested up to: 6.6
Requires PHP: 7.2.5
Stable tag: 4.0.30
Stable tag: 4.0.31
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -240,9 +240,9 @@ Yes, we use the phrase "publishpress-ppcore-install" to share install links. You

== Changelog ==

= 4.0.31 - 1 Oct 2024 =
* Compat : Events Manager - Error on event category creation if no other event categories exist
= 4.0.31 - 8 Oct 2024 =
* Fixed : PHP Notice "Attempt to read property object_type on bool" under some configurations
* Compat : Events Manager - Error on event category creation if no other event categories exist

= 4.0.30 - 25 Sep 2024 =
* Compat : PublishPress Authors - Default author was inappropriately applied for Contributors / Authors under some configurations
Expand Down

0 comments on commit 2643880

Please sign in to comment.