Skip to content

Commit

Permalink
Merge pull request #69 from itthinx/pre-2.1.1
Browse files Browse the repository at this point in the history
Pre 2.1.1
  • Loading branch information
itthinx authored Apr 5, 2017
2 parents 9c5719e + a818397 commit c4a2401
Show file tree
Hide file tree
Showing 12 changed files with 1,241 additions and 1,184 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
== Groups by itthinx - changelog.txt ==

= 2.1.1 =
* Changed the default value for legacy mode used on installation to false. Fixes database errors
due to missing capability table at that stage.
* Modified the method signature of Groups_Post_Access::posts_where() and
Groups_Post_Access_Legacy::posts_where() to avoid PHP 7.1 warnings (reference expected, value given).
* Removed the administrator override option on the back end. Administrator override now requires the constant
GROUPS_ADMINISTRATOR_OVERRIDE to be defined as true.
* Updated the French translation.
* Adjusted the load order for translations.

= 2.1.0 =
* Changed the requirements to allow to restrict by group.
* Fixed legacy access restrictions help replaced new groups help.
Expand Down
4 changes: 2 additions & 2 deletions groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Plugin Name: Groups
* Plugin URI: http://www.itthinx.com/plugins/groups
* Description: Groups provides group-based user membership management, group-based capabilities and content access control.
* Version: 2.1.0
* Version: 2.1.1
* Author: itthinx
* Author URI: http://www.itthinx.com
* Donate-Link: http://www.itthinx.com
Expand All @@ -32,7 +32,7 @@
if ( !defined( 'ABSPATH' ) ) {
exit;
}
define( 'GROUPS_CORE_VERSION', '2.1.0' );
define( 'GROUPS_CORE_VERSION', '2.1.1' );
define( 'GROUPS_FILE', __FILE__ );
if ( !defined( 'GROUPS_CORE_DIR' ) ) {
define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Expand Down
Binary file modified languages/groups-fr_FR.mo
Binary file not shown.
Loading

0 comments on commit c4a2401

Please sign in to comment.