- prepare release;

This commit is contained in:
nikitasinelnikov
2019-07-16 14:24:12 +03:00
parent da4c9617a1
commit dea3112dde
4 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ if ( ! class_exists( 'um\core\Validation' ) ) {
}
foreach ( $changes as $key => $value ) {
if( !isset( $fields[ $key ] ) ){
if ( ! isset( $fields[ $key ] ) ) {
continue;
}
+6 -4
View File
@@ -409,19 +409,21 @@ add_action( 'um_before_account_delete', 'um_before_account_delete' );
/**
* Before notifications account tab content
*
* @param array $args
*/
function um_before_account_notifications( $args = array() ) {
$output = UM()->account()->get_tab_fields( 'notifications', $args );
if( substr_count( $output, '_enable_new_' ) ) {
?>
if ( substr_count( $output, '_enable_new_' ) ) { ?>
<div class="um-field">
<div class="um-field-label">
<label for=""><?php _e( 'Email me when', 'ultimate-member' ); ?></label>
<div class="um-clear"></div>
</div>
</div>
<?php
}
<?php }
}
add_action( 'um_before_account_notifications', 'um_before_account_notifications' );
+12 -1
View File
@@ -6,7 +6,7 @@ Donate link:
Tags: community, member, membership, user-profile, user-registration
Requires at least: 4.9
Tested up to: 5.2
Stable tag: 2.0.52
Stable tag: 2.0.53
License: GNU Version 2 or Any Later Version
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -137,6 +137,17 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
= 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.53: July 16, 2019 =
* Enhancements:
- Moved extensions icons to core
* Bugfixes:
- Fixed Profile Tabs Privacy settings
- Fixed Notifications Account tab view
- Fixed warnings on validation process
- Fixed slashes in some texts from options
= 2.0.52: July 11, 2019 =
* Enhancements:
+1 -1
View File
@@ -3,7 +3,7 @@
Plugin Name: Ultimate Member
Plugin URI: http://ultimatemember.com/
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
Version: 2.0.52
Version: 2.0.53
Author: Ultimate Member
Author URI: http://ultimatemember.com/
Text Domain: ultimate-member