Ultimate Member – User Profile & Membership Plugin - Version 1.0.16

Version Description

Download this release

Release Info

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

Code changes from version 1.0.15 to 1.0.16

Files changed (3) hide show
  1. admin/um-admin-init.php +5 -0
  2. index.php +1 -1
  3. readme.txt +5 -1
admin/um-admin-init.php CHANGED
@@ -14,6 +14,11 @@ class UM_Admin_API {
14
  add_action('admin_menu', array(&$this, 'admin_menu'), 0 );
15
  add_action('admin_menu', array(&$this, 'secondary_menu_items'), 1000 );
16
 
 
 
 
 
 
17
  if ( !class_exists( 'ReduxFramework' ) && file_exists( um_path . 'admin/core/lib/ReduxFramework/ReduxCore/framework.php' ) ) {
18
  require_once( um_path . 'admin/core/lib/ReduxFramework/ReduxCore/framework.php' );
19
  }
14
  add_action('admin_menu', array(&$this, 'admin_menu'), 0 );
15
  add_action('admin_menu', array(&$this, 'secondary_menu_items'), 1000 );
16
 
17
+ $_redux_tracker['dev_mode'] = false;
18
+ $_redux_tracker['hash'] = md5( network_site_url() . '-' . $_SERVER['REMOTE_ADDR'] );
19
+ $_redux_tracker['allow_tracking'] = 'no';
20
+ update_option('redux-framework-tracking', $_redux_tracker);
21
+
22
  if ( !class_exists( 'ReduxFramework' ) && file_exists( um_path . 'admin/core/lib/ReduxFramework/ReduxCore/framework.php' ) ) {
23
  require_once( um_path . 'admin/core/lib/ReduxFramework/ReduxCore/framework.php' );
24
  }
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ultimate Member
4
  Plugin URI: http://ultimatemember.com/
5
  Description: Ultimate Member is a powerful community and membership plugin that allows you to create beautiful community and membership sites with WordPress
6
- Version: 1.0.15
7
  Author: Ultimate Member
8
  Author URI: http://ultimatemember.com/
9
  */
3
  Plugin Name: Ultimate Member
4
  Plugin URI: http://ultimatemember.com/
5
  Description: Ultimate Member is a powerful community and membership plugin that allows you to create beautiful community and membership sites with WordPress
6
+ Version: 1.0.16
7
  Author: Ultimate Member
8
  Author URI: http://ultimatemember.com/
9
  */
readme.txt CHANGED
@@ -7,7 +7,7 @@ Tags: members, member, membership, community, communities, profile, profiles, re
7
  Requires at least: 4.1
8
  Tested up to: 4.1
9
 
10
- Stable Tag: 1.0.15
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
@@ -165,6 +165,10 @@ We are currently in beta phase so at the moment the plugin only works on single
165
 
166
  == Changelog ==
167
 
 
 
 
 
168
  = 1.0.15: January 22, 2015 =
169
 
170
  * New: User profiles now show a cool message if the user profile field area is empty
7
  Requires at least: 4.1
8
  Tested up to: 4.1
9
 
10
+ Stable Tag: 1.0.16
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
165
 
166
  == Changelog ==
167
 
168
+ = 1.0.16: January 22, 2015 =
169
+
170
+ * Fixed: Settings page: tracking popup removed
171
+
172
  = 1.0.15: January 22, 2015 =
173
 
174
  * New: User profiles now show a cool message if the user profile field area is empty