Theme My Login - Version 6.3.8

Version Description

  • Fix issue where pages would redirect to profile page with Themed Profiles active
Download this release

Release Info

Developer jfarthing84
Plugin Icon 128x128 Theme My Login
Version 6.3.8
Comparing to
See all releases

Code changes from version 6.3.7 to 6.3.8

includes/class-theme-my-login.php CHANGED
@@ -21,7 +21,7 @@ class Theme_My_Login extends Theme_My_Login_Abstract {
21
  * @since 6.3.2
22
  * @const string
23
  */
24
- const version = '6.3.7';
25
 
26
  /**
27
  * Holds options key
@@ -783,13 +783,10 @@ if(typeof wpOnload=='function')wpOnload()
783
  if ( 'page' != $page->post_type )
784
  return false;
785
 
786
- if ( empty( $action ) )
787
- return true;
788
-
789
  if ( ! $page_action = self::get_page_action( $page->ID ) )
790
  return false;
791
 
792
- if ( $action == $page_action )
793
  return true;
794
 
795
  return false;
21
  * @since 6.3.2
22
  * @const string
23
  */
24
+ const version = '6.3.8';
25
 
26
  /**
27
  * Holds options key
783
  if ( 'page' != $page->post_type )
784
  return false;
785
 
 
 
 
786
  if ( ! $page_action = self::get_page_action( $page->ID ) )
787
  return false;
788
 
789
+ if ( empty( $action ) || $action == $page_action )
790
  return true;
791
 
792
  return false;
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: jfarthing84
3
  Tags: widget, login, registration, theme, custom, log in, register, sidebar, gravatar, redirection, e-mail
4
  Requires at least: 3.1
5
  Tested up to: 3.5.1
6
- Stable tag: 6.3.7
7
 
8
  Themes the WordPress login pages according to your theme.
9
 
@@ -56,6 +56,9 @@ Please visit http://www.jfarthing.com/development/theme-my-login first and then
56
 
57
  == Changelog ==
58
 
 
 
 
59
  = 6.3.7 =
60
  * Revert tml_page post type back to default WP pages
61
  * Fix issue where SSL warnings were displayed in reCAPTCHA module
3
  Tags: widget, login, registration, theme, custom, log in, register, sidebar, gravatar, redirection, e-mail
4
  Requires at least: 3.1
5
  Tested up to: 3.5.1
6
+ Stable tag: 6.3.8
7
 
8
  Themes the WordPress login pages according to your theme.
9
 
56
 
57
  == Changelog ==
58
 
59
+ = 6.3.8 =
60
+ * Fix issue where pages would redirect to profile page with Themed Profiles active
61
+
62
  = 6.3.7 =
63
  * Revert tml_page post type back to default WP pages
64
  * Fix issue where SSL warnings were displayed in reCAPTCHA module
theme-my-login.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Theme My Login
4
  Plugin URI: http://www.jfarthing.com/extend/wordpress-plugins/theme-my-login/
5
  Description: Themes the WordPress login, registration and forgot password pages according to your theme.
6
- Version: 6.3.7
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login
3
  Plugin Name: Theme My Login
4
  Plugin URI: http://www.jfarthing.com/extend/wordpress-plugins/theme-my-login/
5
  Description: Themes the WordPress login, registration and forgot password pages according to your theme.
6
+ Version: 6.3.8
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login