Skip to content

Commit

Permalink
Bump to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Dec 7, 2016
1 parent 294ff3e commit 1daf49f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ No. This is best left to plugins that choose to integrate with this plugin.

### Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-user-groups
* Basic: https://wordpress.org/support/plugin/wp-user-groups/
* Priority: https://chat.flox.io/support/channels/wp-user-groups/

### Can I contribute?

Expand Down
32 changes: 19 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== WP User Groups ===
Contributors: johnjamesjacoby, stuttter
Tags: taxonomy, term, user, group, type
Requires at least: 4.5
Requires at least: 4.7
Tested up to: 4.7
Stable tag: 1.0.0
License: GPLv2 or later
Expand Down Expand Up @@ -68,48 +68,54 @@ No. This is best left to plugins that choose to integrate with this plugin.

= Where can I get support? =

The WordPress support forums: https://wordpress.org/plugin/support/wp-user-groups/
* Basic: https://wordpress.org/support/plugin/wp-user-groups/
* Priority: https://chat.flox.io/support/channels/wp-user-groups/

= Where can I find documentation? =

http://github.com/stuttter/wp-user-groups/

== Changelog ==

= 0.2.1 =
= [1.0.0] - 2016/12/07 =
* WordPress 4.7 compatibility
* Improved bulk actions (requires WordPress 4.7)
* Official stable release

= [0.2.1] - 2016/05/25 =
* Fix bug with user list
* Introduce wp_get_users_of_group() helper function
* Add unique class to administration forms

= 0.2.0 =
= [0.2.0] - 2015/12/23 =
* Support for WP User Profiles 0.2.0

= 0.1.9 =
= [0.1.9] - 2015/12/21 =
* Fix bug with User Profiles integration

= 0.1.8 =
= [0.1.8] - 2015/11/11 =
* Support for WP User Profiles 0.1.9

= 0.1.7 =
= [0.1.7] - 2015/11/09 =
* Update assets & meta

= 0.1.6 =
= [0.1.6] - 2015/10/23 =
* Add support for WP User Profiles

= 0.1.5 =
= [0.1.5] - 2015/10/13 =
* Added `user_group` property to taxonomies
* Added functions for retrieving only user-groups from taxonomies global

= 0.1.4 =
= [0.1.0] - 2015/09/10 =
* Refactor
* Improve asset management
* Styling tweaks

= 0.1.2 =
= [0.1.2] - 2015/09/01 =
* Namespace default taxonomy IDs

= 0.1.1 =
= [0.1.1] - 2015/08/24 =
* User profile UI uses a mock list-table

= 0.1.0 =
= [0.1.0] - 2015/08/19 =
* Initial release
4 changes: 2 additions & 2 deletions wp-user-groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Description: Group users together with taxonomies & terms.
* Version: 1.0.0
* Text Domain: wp-user-groups
* Domain Path: /assets/lang/
* Domain Path: /wp-user-groups/assets/languages/
*/

// Exit if accessed directly
Expand Down Expand Up @@ -56,5 +56,5 @@ function wp_user_groups_get_plugin_url() {
* @return int
*/
function wp_user_groups_get_asset_version() {
return 2016120870001;
return 201612070001;
}

0 comments on commit 1daf49f

Please sign in to comment.