Theme My Login - Version 6.4.9

Version Description

  • Fix fatal error from typo in previous release
Download this release

Release Info

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

Code changes from version 6.4.8 to 6.4.9

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.4.8';
25
 
26
  /**
27
  * Holds options key
@@ -261,7 +261,7 @@ class Theme_My_Login extends Theme_My_Login_Abstract {
261
  return;
262
 
263
  // Bail if not the main query
264
- if ( ! $wp_query->is_main_query() )
265
  return;
266
 
267
  // Bail if not a search
21
  * @since 6.3.2
22
  * @const string
23
  */
24
+ const VERSION = '6.4.9';
25
 
26
  /**
27
  * Holds options key
261
  return;
262
 
263
  // Bail if not the main query
264
+ if ( ! $query->is_main_query() )
265
  return;
266
 
267
  // Bail if not a search
languages/theme-my-login.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the Theme My Login package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Theme My Login 6.4.8\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/theme-my-"
7
  "login-6.4\n"
8
- "POT-Creation-Date: 2017-02-19 17:53:14+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -326,7 +326,7 @@ msgstr ""
326
  msgid "A login form for your blog."
327
  msgstr ""
328
 
329
- #. #-#-#-#-# theme-my-login.pot (Theme My Login 6.4.8) #-#-#-#-#
330
  #. Plugin Name of the plugin/theme
331
  #: includes/class-theme-my-login-widget.php:26
332
  msgid "Theme My Login"
2
  # This file is distributed under the same license as the Theme My Login package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Theme My Login 6.4.9\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/theme-my-"
7
  "login-6.4\n"
8
+ "POT-Creation-Date: 2017-02-19 22:46:20+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
326
  msgid "A login form for your blog."
327
  msgstr ""
328
 
329
+ #. #-#-#-#-# theme-my-login.pot (Theme My Login 6.4.9) #-#-#-#-#
330
  #. Plugin Name of the plugin/theme
331
  #: includes/class-theme-my-login-widget.php:26
332
  msgid "Theme My Login"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: widget, login, registration, theme, custom, log in, register, sidebar, gravatar, redirection, e-mail
5
  Requires at least: 4.5
6
  Tested up to: 4.7.2
7
- Stable tag: 6.4.8
8
 
9
  Themes the WordPress login pages according to your theme.
10
 
@@ -57,6 +57,9 @@ Please visit https://wordpress.org/support/plugin/theme-my-login.
57
 
58
  == Changelog ==
59
 
 
 
 
60
  = 6.4.8 =
61
  * Fix errors and messages not displaying anywhere except default pages
62
  * Don't exclude TML pages from search in admin area or if not the main query
4
  Tags: widget, login, registration, theme, custom, log in, register, sidebar, gravatar, redirection, e-mail
5
  Requires at least: 4.5
6
  Tested up to: 4.7.2
7
+ Stable tag: 6.4.9
8
 
9
  Themes the WordPress login pages according to your theme.
10
 
57
 
58
  == Changelog ==
59
 
60
+ = 6.4.9 =
61
+ * Fix fatal error from typo in previous release
62
+
63
  = 6.4.8 =
64
  * Fix errors and messages not displaying anywhere except default pages
65
  * Don't exclude TML pages from search in admin area or if not the main query
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.4.8
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.4.9
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login