diff --git a/bpge.php b/bpge.php index d5501df..8c0da76 100644 --- a/bpge.php +++ b/bpge.php @@ -3,11 +3,11 @@ Plugin Name: BuddyPress Groups Extras Plugin URI: http://ovirium.com/portfolio/bp-groups-extras/ Description: Adding extra fields and pages, menu sorting and other missing functionality to groups -Version: 3.6.5 +Version: 3.6.6 Author: slaFFik Author URI: http://ovirium.com/ */ -define( 'BPGE_VERSION', '3.6.5' ); +define( 'BPGE_VERSION', '3.6.6' ); define( 'BPGE', 'bpge' ); define( 'BPGE_ADMIN_SLUG', 'bpge-admin' ); define( 'BPGE_URL', plugins_url( '_inc', __FILE__ ) ); // link to all assets, with / diff --git a/readme.txt b/readme.txt index baa1078..52bfacb 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === BuddyPress Groups Extras === Contributors: slaFFik Tags: buddypress, groups, ajax, meta, custom, fields, extend, admin, privacy -Requires at least: 3.4 and BP 1.6 -Tested up to: 3.6 and BP 1.8.1 -Stable tag: 3.6.5 +Requires at least: 3.7 and BP 1.8 +Tested up to: 4.1 and BP 2.1 +Stable tag: 3.6.6 After activating your groups will have ability to create any custom fields they want. Also extra page will appear with chosen content. @@ -71,6 +71,11 @@ To do this you need to create a folder called `bpge` in the root of your theme. == Upgrade Notice == += 3.6.6 (02.01.2015) = +* Compatibility with WordPress 4.1 and BuddyPress 2.1 +* Adding BP_ENABLE_MULTIBLOG support +* Code improvement and several other bug fixes + = 3.6.5 (11.09.2013) = * Added error message when saving required fields as empty on group "Admin -> Details" page * Added some social network love in admin area @@ -78,6 +83,11 @@ To do this you need to create a folder called `bpge` in the root of your theme. == Changelog == += 3.6.6 (02.01.2015) = +* Compatibility with WordPress 4.1 and BuddyPress 2.1 +* Adding BP_ENABLE_MULTIBLOG support +* Code improvement and several other bug fixes + = 3.6.5 (11.09.2013) = * Added error message when saving required fields as empty on group "Admin -> Details" page * Added some social love in admin area