Version 1.0.18

This commit is contained in:
ultimatemember
2015-01-23 02:40:37 +02:00
parent e7c9f0266c
commit e9be3908fd
7 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ class UM_Admin_Builder {
<a href="#" class="um-admin-drag-row-edit um-admin-tipsy-n" title="<?php _e('Edit Row','ultimatemember'); ?>" data-modal="UM_edit_row" data-modal-size="normal" data-dynamic-content="um_admin_edit_field_popup" data-arg1="row" data-arg2="<?php echo $this->form_id; ?>" data-arg3="<?php echo $row_id; ?>"><i class="um-faicon-pencil"></i></a>
<span class="um-admin-drag-row-start"><i class="um-icon-arrow-move"></i></span>
<?php if ( $row_id != '_um_row_1' ) {?>
<a href="#" class="um-admin-tipsy-n" title="<?php _e('Delete Row','ultimatemember'); ?>" data-remove_element="um-admin-drag-row"><i class="um-faicon-trash-o-bin-3"></i></a>
<a href="#" class="um-admin-tipsy-n" title="<?php _e('Delete Row','ultimatemember'); ?>" data-remove_element="um-admin-drag-row"><i class="um-faicon-trash-o"></i></a>
<?php } ?>
</div><div class="um-admin-clear"></div>
+1
View File
@@ -162,6 +162,7 @@
font-size: 80px;
line-height: 80px;
vertical-align: middle;
margin-bottom: 10px;
}
.ajax-upload-dragdrop span.help {
+3
View File
@@ -143,6 +143,9 @@
height: 24px;
line-height: 24px;
margin: 0 12px 0 0;
display: inline-block;
width: 30px;
text-align: center;
}
.um-row-heading i:before {
+1 -1
View File
File diff suppressed because one or more lines are too long
+7
View File
@@ -76,8 +76,15 @@ class UM_Fields {
global $ultimatemember;
$fields = $ultimatemember->query->get_attr( 'custom_fields', $form_id );
if ( $args['type'] == 'row' ) {
if ( isset( $fields[$id] ) ){
$args = array_merge( $fields[$id], $args );
}
}
$fields[$id] = $args;
// for group field only
if ( $args['type'] == 'group' ){
$fields[$id]['in_group'] = '';
}
+1 -1
View File
@@ -3,7 +3,7 @@
Plugin Name: Ultimate Member
Plugin URI: http://ultimatemember.com/
Description: Ultimate Member is a powerful community and membership plugin that allows you to create beautiful community and membership sites with WordPress
Version: 1.0.17
Version: 1.0.18
Author: Ultimate Member
Author URI: http://ultimatemember.com/
*/
+7 -1
View File
@@ -7,7 +7,7 @@ Tags: members, member, membership, community, communities, profile, profiles, re
Requires at least: 4.1
Tested up to: 4.1
Stable Tag: 1.0.17
Stable Tag: 1.0.18
License: GNU Version 2 or Any Later Version
@@ -163,6 +163,12 @@ Yes. The plugin works fine with WordPress network / multisite now. In a recent u
== Changelog ==
= 1.0.18: January 23, 2015 =
* Fixed: Issue with drag and drop form builder
* Fixed: Form builder trash icon in backend
* Fixed: Minor css adjustments in frontend
= 1.0.17: January 22, 2015 =
* New: WordPress Multisite compatibility for user uploads and photos