Skip to content

Commit

Permalink
bump version 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Jan 18, 2015
1 parent abfee3b commit 6360e5f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 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.6
Version: 3.6.7
Author: slaFFik
Author URI: http://ovirium.com/
*/
define( 'BPGE_VERSION', '3.6.6' );
define( 'BPGE_VERSION', '3.6.7' );
define( 'BPGE', 'bpge' );
define( 'BPGE_ADMIN_SLUG', 'bpge-admin' );
define( 'BPGE_URL', plugins_url( '_inc', __FILE__ ) ); // link to all assets, with /
Expand Down
34 changes: 18 additions & 16 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: slaFFik
Tags: buddypress, groups, ajax, meta, custom, fields, extend, admin, privacy
Requires at least: 3.7 and BP 1.8
Tested up to: 4.1 and BP 2.1
Stable tag: 3.6.6
Tested up to: 4.1 and BP 2.1.1
Stable tag: 3.6.7

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 @@ -34,10 +34,10 @@ BuddyPress Groups Extras will give ability to them to create extra content.
And even more in PRO version:

* include groups pages and fields into global groups search
* have a flexible access management to allow members see groups extra content only when they have rights
* several groups top levels pages
* group blog (collaborative or not) posts
* group polls
* have a flexible access management to allow members see groups extra content only when they have rights (soon)
* several groups top levels pages (soon)
* group blog (collaborative or not) posts (soon)
* group polls (soon)
* and much more.

Make your groups full of possibilities!
Expand All @@ -46,7 +46,7 @@ Make your groups full of possibilities!

1. Upload plugin folder `/buddypress-groups-extras/` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to BP Groups Extras under Settings menu and make customisations as needed.
1. Go to BP Groups Extras under Settings menu and make customizations as needed.

== Frequently Asked Questions ==

Expand All @@ -71,18 +71,20 @@ 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
= 3.6.7 (18.01.2015) =
* Optimized css/js loading (on appropriate pages only)
* Improved pointers a bit (texts and placement)
* Removed screenshots from the plugin zip (less plugin size to download)
* Other minor improvements and fixes

== Changelog ==

= 3.6.7 (18.01.2015) =
* Optimized css/js loading (on appropriate pages only)
* Improved pointers a bit (texts and placement)
* Removed screenshots from the plugin zip (less plugin size to download)
* Other minor improvements and fixes

= 3.6.6 (02.01.2015) =
* Compatibility with WordPress 4.1 and BuddyPress 2.1
* Adding BP_ENABLE_MULTIBLOG support
Expand Down

0 comments on commit 6360e5f

Please sign in to comment.