Skip to content

Commit

Permalink
2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
intoxstudio committed Feb 19, 2024
1 parent 7c7ee10 commit 1700bec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class RUA_App
/**
* Plugin version
*/
const PLUGIN_VERSION = '2.5';
const PLUGIN_VERSION = '2.6';

/**
* Prefix for metadata
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: restrict content, membership, access control, capabilities, members, bbpre
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.4
Stable tag: 2.5
Stable tag: 2.6
License: GPLv3

Create Access Levels and restrict any post, page, category, etc. Supports bbPress, BuddyPress, WooCommerce, WPML, and more.
Expand Down Expand Up @@ -216,6 +216,14 @@ Plugin data will be updated automatically. It is strongly recommended to take a

####Highlights

= 2.6 =

* [new] rest api content protection
* [new] control how content is displayed in lists
* [updated] buddypress 12 compatibility
* [fixed] compatibility with polylang and wpml
* [fixed] xss vulnerability when editing levels

= 2.5 =

* [new] admin ability to extend, search, and sort memberships
Expand Down
2 changes: 1 addition & 1 deletion restrict-user-access.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: Restrict User Access
* Plugin URI: https://dev.institute/wordpress-memberships/
* Description: Easily restrict content and contexts to provide exclusive access for specific Access Levels.
* Version: 2.5
* Version: 2.6
* Author: DEV Institute
* Author URI: https://dev.institute
* Requires at least: 5.1
Expand Down

0 comments on commit 1700bec

Please sign in to comment.