Changeset 3305942
- Timestamp:
- 06/03/2025 04:37:25 PM (10 months ago)
- Location:
- press-permit-core
- Files:
-
- 4 edited
-
tags/4.3.1/press-permit-core.php (modified) (2 diffs)
-
tags/4.3.1/readme.txt (modified) (2 diffs)
-
trunk/press-permit-core.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
press-permit-core/tags/4.3.1/press-permit-core.php
r3305863 r3305942 5 5 * Plugin URI: https://publishpress.com/presspermit 6 6 * Description: Advanced yet accessible content permissions. Give users or groups type-specific roles. Enable or block access for specific posts or terms. 7 * Version: 4.3. 07 * Version: 4.3.1 8 8 * Author: PublishPress 9 9 * Author URI: https://publishpress.com/ … … 206 206 } 207 207 208 define('PRESSPERMIT_VERSION', '4.3. 0');208 define('PRESSPERMIT_VERSION', '4.3.1'); 209 209 210 210 if (!defined('PRESSPERMIT_READ_PUBLIC_CAP')) { -
press-permit-core/tags/4.3.1/readme.txt
r3305927 r3305942 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2.5 8 Stable tag: 4.3. 08 Stable tag: 4.3.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 241 241 == Changelog == 242 242 243 = 4.3. 0– 3 June 2025 =243 = 4.3.1 – 3 June 2025 = 244 244 * Added: Tables in the Edit Permissions screen are now sortable for improved usability. #1580 245 245 * Added: New "Users" tab in the Permissions screen for filtering and managing user-based permissions. #1367 -
press-permit-core/trunk/press-permit-core.php
r3305863 r3305942 5 5 * Plugin URI: https://publishpress.com/presspermit 6 6 * Description: Advanced yet accessible content permissions. Give users or groups type-specific roles. Enable or block access for specific posts or terms. 7 * Version: 4.3. 07 * Version: 4.3.1 8 8 * Author: PublishPress 9 9 * Author URI: https://publishpress.com/ … … 206 206 } 207 207 208 define('PRESSPERMIT_VERSION', '4.3. 0');208 define('PRESSPERMIT_VERSION', '4.3.1'); 209 209 210 210 if (!defined('PRESSPERMIT_READ_PUBLIC_CAP')) { -
press-permit-core/trunk/readme.txt
r3305927 r3305942 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2.5 8 Stable tag: 4.3. 08 Stable tag: 4.3.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 241 241 == Changelog == 242 242 243 = 4.3. 0– 3 June 2025 =243 = 4.3.1 – 3 June 2025 = 244 244 * Added: Tables in the Edit Permissions screen are now sortable for improved usability. #1580 245 245 * Added: New "Users" tab in the Permissions screen for filtering and managing user-based permissions. #1367
Note: See TracChangeset
for help on using the changeset viewer.