Skip to content

Commit

Permalink
bumping BPGE version to 3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Jan 2, 2015
1 parent df97805 commit 392fb19
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bpge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
16 changes: 13 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -71,13 +71,23 @@ 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
* Updated i18n files

== 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
Expand Down

0 comments on commit 392fb19

Please sign in to comment.