Theme My Login - Version 3.2.1

Version Description

  • Fixed a XHTML validation issue
Download this release

Release Info

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

Code changes from version 3.2 to 3.2.1

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 =
31
  * Added the option to allow/disallow registration and password recovery within the widget
32
  * Fixed a bug regarding color names within the CSS file that broke validation
27
 
28
  == Changelog ==
29
 
30
+ = 3.2.1 =
31
+ * Fixed a XHTML validation issue
32
+
33
  = 3.2 =
34
  * Added the option to allow/disallow registration and password recovery within the widget
35
  * Fixed a bug regarding color names within the CSS file that broke validation
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
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  */
@@ -26,7 +26,7 @@ if ($wp_version < '2.7') {
26
  if (!class_exists('ThemeMyLogin')) {
27
  class ThemeMyLogin {
28
 
29
- var $version = '3.2';
30
  var $options = array();
31
  var $permalink = '';
32
 
@@ -194,7 +194,7 @@ if (!class_exists('ThemeMyLogin')) {
194
 
195
  function WPHead() {
196
  echo '<!-- Theme My Login Version ' . $this->version . ' -->' . "\n";
197
- echo '<link rel="stylesheet" type="text/css" href="' . WP_PLUGIN_URL . '/theme-my-login/theme-my-login.css">' . "\n";
198
  echo '<!-- Theme My Login Version ' . $this->version . ' -->' . "\n";
199
  }
200
 
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.1
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  */
26
  if (!class_exists('ThemeMyLogin')) {
27
  class ThemeMyLogin {
28
 
29
+ var $version = '3.2.1';
30
  var $options = array();
31
  var $permalink = '';
32
 
194
 
195
  function WPHead() {
196
  echo '<!-- Theme My Login Version ' . $this->version . ' -->' . "\n";
197
+ echo '<link rel="stylesheet" type="text/css" href="' . WP_PLUGIN_URL . '/theme-my-login/theme-my-login.css" />' . "\n";
198
  echo '<!-- Theme My Login Version ' . $this->version . ' -->' . "\n";
199
  }
200