Version Description
- Tested for WordPress 5.0.
Download this release
Release Info
Developer | itthinx |
Plugin | Groups |
Version | 2.5.0 |
Comparing to | |
See all releases |
Code changes from version 2.4.0 to 2.5.0
- changelog.txt +3 -0
- groups.php +2 -2
- readme.txt +6 -3
changelog.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
== Groups by itthinx - changelog.txt ==
|
2 |
|
|
|
|
|
|
|
3 |
= 2.4.0 =
|
4 |
* Improved performance when filtering the users list by groups to avoid issues with large user bases.
|
5 |
* Tested with the latest WordPress 4.9.
|
1 |
== Groups by itthinx - changelog.txt ==
|
2 |
|
3 |
+
= 2.5.0 =
|
4 |
+
* Tested for WordPress 5.0.
|
5 |
+
|
6 |
= 2.4.0 =
|
7 |
* Improved performance when filtering the users list by groups to avoid issues with large user bases.
|
8 |
* Tested with the latest WordPress 4.9.
|
groups.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
* Plugin Name: Groups
|
22 |
* Plugin URI: http://www.itthinx.com/plugins/groups
|
23 |
* Description: Groups provides group-based user membership management, group-based capabilities and content access control.
|
24 |
-
* Version: 2.
|
25 |
* Author: itthinx
|
26 |
* Author URI: http://www.itthinx.com
|
27 |
* Donate-Link: http://www.itthinx.com
|
@@ -32,7 +32,7 @@
|
|
32 |
if ( !defined( 'ABSPATH' ) ) {
|
33 |
exit;
|
34 |
}
|
35 |
-
define( 'GROUPS_CORE_VERSION', '2.
|
36 |
define( 'GROUPS_FILE', __FILE__ );
|
37 |
if ( !defined( 'GROUPS_CORE_DIR' ) ) {
|
38 |
define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
21 |
* Plugin Name: Groups
|
22 |
* Plugin URI: http://www.itthinx.com/plugins/groups
|
23 |
* Description: Groups provides group-based user membership management, group-based capabilities and content access control.
|
24 |
+
* Version: 2.5.0
|
25 |
* Author: itthinx
|
26 |
* Author URI: http://www.itthinx.com
|
27 |
* Donate-Link: http://www.itthinx.com
|
32 |
if ( !defined( 'ABSPATH' ) ) {
|
33 |
exit;
|
34 |
}
|
35 |
+
define( 'GROUPS_CORE_VERSION', '2.5.0' );
|
36 |
define( 'GROUPS_FILE', __FILE__ );
|
37 |
if ( !defined( 'GROUPS_CORE_DIR' ) ) {
|
38 |
define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: itthinx, proaktion
|
|
3 |
Donate link: http://www.itthinx.com/plugins/groups
|
4 |
Tags: groups, access, access control, membership, memberships, member, members, capability, capabilities, content, download, downloads, file, file access, files, paypal, permission, permissions, subscription, subscriptions, woocommerce
|
5 |
Requires at least: 4.6
|
6 |
-
Tested up to:
|
7 |
Requires PHP: 5.5.38
|
8 |
-
Stable tag: 2.
|
9 |
License: GPLv3
|
10 |
|
11 |
Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
|
@@ -190,6 +190,9 @@ See also the [Groups Documentation](http://docs.itthinx.com/document/groups/) pa
|
|
190 |
|
191 |
== Changelog ==
|
192 |
|
|
|
|
|
|
|
193 |
= 2.4.0 =
|
194 |
* Improved performance when filtering the users list by groups to avoid issues with large user bases.
|
195 |
* Tested with the latest WordPress 4.9.
|
@@ -292,4 +295,4 @@ See also the [Groups Documentation](http://docs.itthinx.com/document/groups/) pa
|
|
292 |
|
293 |
== Upgrade Notice ==
|
294 |
|
295 |
-
This release has been tested
|
3 |
Donate link: http://www.itthinx.com/plugins/groups
|
4 |
Tags: groups, access, access control, membership, memberships, member, members, capability, capabilities, content, download, downloads, file, file access, files, paypal, permission, permissions, subscription, subscriptions, woocommerce
|
5 |
Requires at least: 4.6
|
6 |
+
Tested up to: 5.0
|
7 |
Requires PHP: 5.5.38
|
8 |
+
Stable tag: 2.5.0
|
9 |
License: GPLv3
|
10 |
|
11 |
Groups is an efficient and powerful solution, providing group-based user membership management, group-based capabilities and content access control.
|
190 |
|
191 |
== Changelog ==
|
192 |
|
193 |
+
= 2.5.0 =
|
194 |
+
* Tested for WordPress 5.0.
|
195 |
+
|
196 |
= 2.4.0 =
|
197 |
* Improved performance when filtering the users list by groups to avoid issues with large user bases.
|
198 |
* Tested with the latest WordPress 4.9.
|
295 |
|
296 |
== Upgrade Notice ==
|
297 |
|
298 |
+
This release has been tested for WordPress 5.0.
|