- prepare for 2.0.36 release

This commit is contained in:
nikitasinelnikov
2019-01-02 10:23:40 +02:00
parent 9a3fceef16
commit b8dc461a48
4 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -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
====================
+1 -1
View File
@@ -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',
);
+1 -1
View File
@@ -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'] );
}
+7 -6
View File
@@ -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 =