Plugin Directory

Changeset 3305942


Ignore:
Timestamp:
06/03/2025 04:37:25 PM (10 months ago)
Author:
aakricha
Message:

Update readme.txt

Location:
press-permit-core
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • press-permit-core/tags/4.3.1/press-permit-core.php

    r3305863 r3305942  
    55 * Plugin URI:  https://publishpress.com/presspermit
    66 * 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.0
     7 * Version: 4.3.1
    88 * Author: PublishPress
    99 * Author URI:  https://publishpress.com/
     
    206206        }
    207207
    208         define('PRESSPERMIT_VERSION', '4.3.0');
     208        define('PRESSPERMIT_VERSION', '4.3.1');
    209209
    210210        if (!defined('PRESSPERMIT_READ_PUBLIC_CAP')) {
  • press-permit-core/tags/4.3.1/readme.txt

    r3305927 r3305942  
    66Tested up to: 6.8
    77Requires PHP: 7.2.5
    8 Stable tag: 4.3.0
     8Stable tag: 4.3.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    241241== Changelog ==
    242242
    243 = 4.3.0 – 3 June 2025 =
     243= 4.3.1 – 3 June 2025 =
    244244* Added: Tables in the Edit Permissions screen are now sortable for improved usability. #1580
    245245* 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  
    55 * Plugin URI:  https://publishpress.com/presspermit
    66 * 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.0
     7 * Version: 4.3.1
    88 * Author: PublishPress
    99 * Author URI:  https://publishpress.com/
     
    206206        }
    207207
    208         define('PRESSPERMIT_VERSION', '4.3.0');
     208        define('PRESSPERMIT_VERSION', '4.3.1');
    209209
    210210        if (!defined('PRESSPERMIT_READ_PUBLIC_CAP')) {
  • press-permit-core/trunk/readme.txt

    r3305927 r3305942  
    66Tested up to: 6.8
    77Requires PHP: 7.2.5
    8 Stable tag: 4.3.0
     8Stable tag: 4.3.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    241241== Changelog ==
    242242
    243 = 4.3.0 – 3 June 2025 =
     243= 4.3.1 – 3 June 2025 =
    244244* Added: Tables in the Edit Permissions screen are now sortable for improved usability. #1580
    245245* 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.