Theme My Login - Version 3.2.7

Version Description

  • Fixed a bug that determined how to create the widget
Download this release

Release Info

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

Code changes from version 3.2.6 to 3.2.7

Files changed (2) hide show
  1. readme.txt +3 -0
  2. theme-my-login.php +3 -3
readme.txt CHANGED
@@ -27,6 +27,9 @@ None yet. Please visit http://www.jfarthing.com/forum for any support!
27
 
28
  == Changelog ==
29
 
 
 
 
30
  = 3.2.6 =
31
  * Fixed a bug dealing with the version_compare() function
32
  * Included French translation
27
 
28
  == Changelog ==
29
 
30
+ = 3.2.7 =
31
+ * Fixed a bug that determined how to create the widget
32
+
33
  = 3.2.6 =
34
  * Fixed a bug dealing with the version_compare() function
35
  * Included French translation
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: 3.2.6
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login
@@ -27,7 +27,7 @@ if ($wp_version < '2.7') {
27
  if (!class_exists('ThemeMyLogin')) {
28
  class ThemeMyLogin {
29
 
30
- var $version = '3.2.6';
31
  var $options = array();
32
  var $permalink = '';
33
 
@@ -276,7 +276,7 @@ if (class_exists('ThemeMyLogin')) {
276
 
277
  $ThemeMyLogin = new ThemeMyLogin();
278
 
279
- if ($wp_version >= '2.7') {
280
  require (WP_PLUGIN_DIR . '/theme-my-login/includes/widget-new.php');
281
  } else {
282
  require (WP_PLUGIN_DIR . '/theme-my-login/includes/widget-old.php');
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: 3.2.7
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login
27
  if (!class_exists('ThemeMyLogin')) {
28
  class ThemeMyLogin {
29
 
30
+ var $version = '3.2.7';
31
  var $options = array();
32
  var $permalink = '';
33
 
276
 
277
  $ThemeMyLogin = new ThemeMyLogin();
278
 
279
+ if ($wp_version >= '2.8') {
280
  require (WP_PLUGIN_DIR . '/theme-my-login/includes/widget-new.php');
281
  } else {
282
  require (WP_PLUGIN_DIR . '/theme-my-login/includes/widget-old.php');