Ultimate Member – User Profile & Membership Plugin - Version 1.3.1

Version Description

Download this release

Release Info

Developer ultimatemember
Plugin Icon 128x128 Ultimate Member – User Profile & Membership Plugin
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3.0 to 1.3.1

Files changed (3) hide show
  1. core/um-fields.php +0 -1
  2. index.php +1 -1
  3. readme.txt +5 -1
core/um-fields.php CHANGED
@@ -1996,7 +1996,6 @@ class UM_Fields {
1996
  }
1997
 
1998
  $res = stripslashes( $this->field_value( $key, $default, $data ) );
1999
- $res = esc_attr( $res );
2000
 
2001
  $output .= '<div class="um-field-area">';
2002
  $output .= '<div class="um-field-value">' . $res . '</div>';
1996
  }
1997
 
1998
  $res = stripslashes( $this->field_value( $key, $default, $data ) );
 
1999
 
2000
  $output .= '<div class="um-field-area">';
2001
  $output .= '<div class="um-field-value">' . $res . '</div>';
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ultimate Member
4
  Plugin URI: http://ultimatemember.com/
5
  Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
6
- Version: 1.3.0
7
  Author: Ultimate Member
8
  Author URI: http://ultimatemember.com/
9
  */
3
  Plugin Name: Ultimate Member
4
  Plugin URI: http://ultimatemember.com/
5
  Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
6
+ Version: 1.3.1
7
  Author: Ultimate Member
8
  Author URI: http://ultimatemember.com/
9
  */
readme.txt CHANGED
@@ -7,7 +7,7 @@ Tags: access control, author, authors, author profile, comments, community, comm
7
  Requires at least: 4.1
8
  Tested up to: 4.2.2
9
 
10
- Stable Tag: 1.3.0
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
@@ -149,6 +149,10 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
149
 
150
  == Changelog ==
151
 
 
 
 
 
152
  = 1.3.0: July 7, 2015 =
153
 
154
  * New: easily sync UM roles with WP roles with role settings
7
  Requires at least: 4.1
8
  Tested up to: 4.2.2
9
 
10
+ Stable Tag: 1.3.1
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
149
 
150
  == Changelog ==
151
 
152
+ = 1.3.1: July 7, 2015 =
153
+
154
+ * Fixed: major issue with showing HTML in profiles
155
+
156
  = 1.3.0: July 7, 2015 =
157
 
158
  * New: easily sync UM roles with WP roles with role settings