diff --git a/README.md b/README.md index f16cc4a4..83fc2728 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ultimate Member is the #1 user profile & membership plugin for WordPress. The pl | Latest Version |Requires at least|Stable Tag| | :------------: |:------------:|:------------:| -| 2.0.51 | WordPress 4.9 or higher| 2.0.51 | +| 2.0.52 | WordPress 4.9 or higher| 2.0.52 | Features of the plugin include: @@ -48,7 +48,7 @@ GNU Version 2 or Any Later Version Releases ==================== -[Official Release Version: 2.0.51](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.51). +[Official Release Version: 2.0.52](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.52). Changelog ==================== diff --git a/includes/admin/templates/extensions.php b/includes/admin/templates/extensions.php index dac51d91..7e18fc21 100644 --- a/includes/admin/templates/extensions.php +++ b/includes/admin/templates/extensions.php @@ -135,6 +135,12 @@ $premium['user-photos'] = array( 'desc' => 'Allow users to upload photos to their profile', ); +$free['forumwp'] = array( + 'url' => 'https://ultimatemember.com/extensions/forumwp/', + 'image' => 'https://ultimatemember.com/wp-content/uploads/bb-plugin/cache/um-forumwp-extension-circle.png', + 'name' => 'ForumWP', + 'desc' => 'Integrates Ultimate Member with the forum plugin ForumWP', +); $free['online-users'] = array( 'url' => 'https://ultimatemember.com/extensions/online-users/', @@ -155,13 +161,6 @@ $free['terms-conditions'] = array( 'image' => 'https://ultimatemember.com/wp-content/uploads/edd/2017/07/terms-conditions.png', 'name' => 'Terms & Conditions', 'desc' => 'Add terms & conditions to your registration form', -); - -$free['forumwp'] = array( - 'url' => 'https://ultimatemember.com/extensions/forumwp/', - 'image' => 'https://ultimatemember.com/wp-content/uploads/bb-plugin/cache/um-forumwp-extension-circle.png', - 'name' => 'ForumWP', - 'desc' => 'Integrates Ultimate Member with the forum plugin ForumWP', ); ?>
diff --git a/readme.txt b/readme.txt index 436ef412..cd62314c 100644 --- a/readme.txt +++ b/readme.txt @@ -143,6 +143,7 @@ The plugin works with popular caching plugins by automatically excluding Ultimat - Extended hooks for 3rd party integrations * Bugfixes: + - Fixed settings labels with CPT & Taxonomies - Fixed UM Roles create/edit XSS security issue - Fixed XSS security issue on account upgrade