Version Description
Download this release
Release Info
| Developer | ultimatemember |
| Plugin | |
| Version | 1.3.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.3.0 to 1.3.1
- core/um-fields.php +0 -1
- index.php +1 -1
- 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.
|
| 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.
|
| 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
|
