Theme My Login - Version 5.0.2

Version Description

  • Fix improper function call for PHP4 style constructor in class
Download this release

Release Info

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

Code changes from version 5.0.1 to 5.0.2

Files changed (3) hide show
  1. includes/class.php +1 -1
  2. readme.txt +3 -0
  3. theme-my-login.php +1 -1
includes/class.php CHANGED
@@ -132,7 +132,7 @@ class Theme_My_Login {
132
  }
133
 
134
  function Theme_My_Login() {
135
- self::__construct;
136
  }
137
  }
138
  endif;
132
  }
133
 
134
  function Theme_My_Login() {
135
+ self::__construct();
136
  }
137
  }
138
  endif;
readme.txt CHANGED
@@ -43,6 +43,9 @@ None yet. Please visit http://www.jfarthing.com/forum for any support!
43
 
44
  == Changelog ==
45
 
 
 
 
46
  = 5.0.1 =
47
  * Only display function override notices on TML settings page
48
  * Typecast arrays as arrays (Fixes invalid datatype notices)
43
 
44
  == Changelog ==
45
 
46
+ = 5.0.2 =
47
+ * Fix improper function call for PHP4 style constructor in class
48
+
49
  = 5.0.1 =
50
  * Only display function override notices on TML settings page
51
  * Typecast arrays as arrays (Fixes invalid datatype notices)
theme-my-login.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Theme My Login
4
  Plugin URI: http://www.jfarthing.com/wordpress-plugins/theme-my-login-plugin
5
  Description: Themes the WordPress login, registration and forgot password pages according to your theme.
6
- Version: 5.0.1
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/wordpress-plugins/theme-my-login-plugin
5
  Description: Themes the WordPress login, registration and forgot password pages according to your theme.
6
+ Version: 5.0.2
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login