Ultimate Member – User Profile & Membership Plugin - Version 1.3.11

Version Description

Download this release

Release Info

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

Code changes from version 1.3.1 to 1.3.11

admin/core/lib/ReduxFramework/ReduxCore/inc/class.redux_helpers.php CHANGED
@@ -66,11 +66,11 @@
66
  }
67
 
68
  public static function isLocalHost() {
69
- return ( $_SERVER['REMOTE_ADDR'] === '127.0.0.1' || $_SERVER['REMOTE_ADDR'] === 'localhost' ) ? 0 : 0;
70
  }
71
 
72
  public static function isWpDebug() {
73
- return (defined( 'WP_DEBUG' ) && WP_DEBUG == false);
74
  }
75
 
76
  public static function getTrackingObject() {
66
  }
67
 
68
  public static function isLocalHost() {
69
+ return false;
70
  }
71
 
72
  public static function isWpDebug() {
73
+ return false;
74
  }
75
 
76
  public static function getTrackingObject() {
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.1
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.11
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.1
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.1: July 7, 2015 =
153
 
154
  * Fixed: major issue with showing HTML in profiles
7
  Requires at least: 4.1
8
  Tested up to: 4.2.2
9
 
10
+ Stable Tag: 1.3.11
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
149
 
150
  == Changelog ==
151
 
152
+ = 1.3.11: July 8, 2015 =
153
+
154
+ * Fixed: Redux errors and popups in backend
155
+
156
  = 1.3.1: July 7, 2015 =
157
 
158
  * Fixed: major issue with showing HTML in profiles