Version Description
Download this release
Release Info
Developer | ultimatemember |
Plugin | Ultimate Member – User Profile & Membership Plugin |
Version | 1.3.19 |
Comparing to | |
See all releases |
Code changes from version 1.3.18 to 1.3.19
- core/um-fields.php +0 -2
- index.php +1 -1
- readme.txt +5 -1
core/um-fields.php
CHANGED
@@ -2006,8 +2006,6 @@ class UM_Fields {
|
|
2006 |
}
|
2007 |
|
2008 |
$res = stripslashes( $this->field_value( $key, $default, $data ) );
|
2009 |
-
|
2010 |
-
$res = htmlentities( $res );
|
2011 |
|
2012 |
$output .= '<div class="um-field-area">';
|
2013 |
$output .= '<div class="um-field-value">' . $res . '</div>';
|
2006 |
}
|
2007 |
|
2008 |
$res = stripslashes( $this->field_value( $key, $default, $data ) );
|
|
|
|
|
2009 |
|
2010 |
$output .= '<div class="um-field-area">';
|
2011 |
$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.19
|
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.3
|
9 |
|
10 |
-
Stable Tag: 1.3.
|
11 |
|
12 |
License: GNU Version 2 or Any Later Version
|
13 |
|
@@ -151,6 +151,10 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|
151 |
|
152 |
== Changelog ==
|
153 |
|
|
|
|
|
|
|
|
|
154 |
= 1.3.18: August 20, 2015 =
|
155 |
|
156 |
* New: filter for comment types tab in profile
|
7 |
Requires at least: 4.1
|
8 |
Tested up to: 4.3
|
9 |
|
10 |
+
Stable Tag: 1.3.19
|
11 |
|
12 |
License: GNU Version 2 or Any Later Version
|
13 |
|
151 |
|
152 |
== Changelog ==
|
153 |
|
154 |
+
= 1.3.19: August 20, 2015 =
|
155 |
+
|
156 |
+
* Fixed: please update - profile issue
|
157 |
+
|
158 |
= 1.3.18: August 20, 2015 =
|
159 |
|
160 |
* New: filter for comment types tab in profile
|