diff --git a/README.md b/README.md index 984e3379..29cc8e12 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.35 | WordPress 4.9 or higher| 2.0.35 | +| 2.0.36 | WordPress 4.9 or higher| 2.0.36 | Features of the plugin include: @@ -48,7 +48,7 @@ GNU Version 2 or Any Later Version Releases ==================== -[Official Release Version: 2.0.35](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.35). +[Official Release Version: 2.0.36](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.36). Changelog ==================== diff --git a/includes/class-dependencies.php b/includes/class-dependencies.php index 0e6b6ec9..fc606962 100644 --- a/includes/class-dependencies.php +++ b/includes/class-dependencies.php @@ -61,7 +61,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) { 'user-photos' => '2.0.1', 'user-exporter' => '1.0.0', 'bookmark' => '2.0', - 'user-events' => '1.0.0', + 'user-events' => '1.0.0', ); diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index f17b4ed5..4493bf37 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -1096,7 +1096,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) { if ( in_array( $type, array( 'select', 'multiselect' ) ) && isset( $data['custom_dropdown_options_source'] ) && ! empty( $data['custom_dropdown_options_source'] ) ) { - if( function_exists( $data['custom_dropdown_options_source'] ) ){ + if ( function_exists( $data['custom_dropdown_options_source'] ) ) { $arr_options = call_user_func( $data['custom_dropdown_options_source'], $data['parent_dropdown_relationship'] ); } diff --git a/readme.txt b/readme.txt index 8283e095..f89737b0 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Donate link: Tags: community, member, membership, user-profile, user-registration Requires at least: 4.7 Tested up to: 5.0 -Stable tag: 2.0.35 +Stable tag: 2.0.36 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -128,20 +128,21 @@ The plugin works with popular caching plugins by automatically excluding Ultimat 10. Screenshot 10 11. Screenshot 11 12. Screenshot 12 -13. Screenshot 13 -14. Screenshot 14 -15. Screenshot 15 -16. Screenshot 16 == Changelog == = Important: UM2.0+ is a significant update to the code base from 1.3.88. Please make sure you take a full-site backup with restore point before updating the plugin = -= 2.0.36: December 17, 2018 = += 2.0.36: January 7, 2019 = * Bugfixes: - Fixed Live Preview form at wp-admin - Fixed tinyMCE editor loading in form builder + - Fixed external function for dropdown options + - Fixed Add New Menu Item handler + - Fixed small notices at frontend + - Fixed a few admin settings fields + - Added compatibility for upcoming User Events extension = 2.0.35: December 9, 2018 =