Version Description
Download this release
Release Info
Developer | ultimatemember |
Plugin | ![]() |
Version | 1.3.23 |
Comparing to | |
See all releases |
Code changes from version 1.3.22 to 1.3.23
- core/um-short-functions.php +1 -1
- index.php +1 -1
- readme.txt +5 -1
core/um-short-functions.php
CHANGED
@@ -228,7 +228,7 @@ function um_user_ip() {
|
|
228 |
|
229 |
foreach( $data as $k => $v ) {
|
230 |
|
231 |
-
if ( strstr( $v, 'ultimatemember/temp' ) ) {
|
232 |
$file = basename( $v );
|
233 |
$v = um_user_uploads_uri() . $file;
|
234 |
}
|
228 |
|
229 |
foreach( $data as $k => $v ) {
|
230 |
|
231 |
+
if ( !is_array( $v ) && strstr( $v, 'ultimatemember/temp' ) ) {
|
232 |
$file = basename( $v );
|
233 |
$v = um_user_uploads_uri() . $file;
|
234 |
}
|
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.23
|
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 |
|
@@ -152,6 +152,10 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|
152 |
|
153 |
== Changelog ==
|
154 |
|
|
|
|
|
|
|
|
|
155 |
= 1.3.22: September 2, 2015 =
|
156 |
|
157 |
* Fixed: compatibility bug with older PHP versions
|
7 |
Requires at least: 4.1
|
8 |
Tested up to: 4.3
|
9 |
|
10 |
+
Stable Tag: 1.3.23
|
11 |
|
12 |
License: GNU Version 2 or Any Later Version
|
13 |
|
152 |
|
153 |
== Changelog ==
|
154 |
|
155 |
+
= 1.3.23: September 2, 2015 =
|
156 |
+
|
157 |
+
* Fixed: PHP strstr() notice on profile
|
158 |
+
|
159 |
= 1.3.22: September 2, 2015 =
|
160 |
|
161 |
* Fixed: compatibility bug with older PHP versions
|