Ultimate Member – User Profile & Membership Plugin - Version 1.0.56

Version Description

Download this release

Release Info

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

Code changes from version 1.0.55 to 1.0.56

Files changed (3) hide show
  1. admin/core/um-admin-metabox.php +1 -0
  2. index.php +1 -1
  3. readme.txt +5 -1
admin/core/um-admin-metabox.php CHANGED
@@ -27,6 +27,7 @@ class UM_Admin_Metabox {
27
 
28
  if ( get_post_meta($post_id, '_um_core', true) ) {
29
  flush_rewrite_rules( true ); // so they reset rewrite rules
 
30
  }
31
 
32
  }
27
 
28
  if ( get_post_meta($post_id, '_um_core', true) ) {
29
  flush_rewrite_rules( true ); // so they reset rewrite rules
30
+ delete_option('um_flush_rules');
31
  }
32
 
33
  }
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.55
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.56
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.1
9
 
10
- Stable Tag: 1.0.55
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
@@ -187,6 +187,10 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
187
 
188
  == Changelog ==
189
 
 
 
 
 
190
  = 1.0.55: February 15, 2015 =
191
 
192
  * New: added Dutch (Nederlands) language
7
  Requires at least: 4.1
8
  Tested up to: 4.1
9
 
10
+ Stable Tag: 1.0.56
11
 
12
  License: GNU Version 2 or Any Later Version
13
 
187
 
188
  == Changelog ==
189
 
190
+ = 1.0.56: February 15, 2015 =
191
+
192
+ * Fixed: issue with permalink changes
193
+
194
  = 1.0.55: February 15, 2015 =
195
 
196
  * New: added Dutch (Nederlands) language