Theme My Login - Version 5.0.5

Version Description

  • Add 'theme-my-login-page' shortcode before 'theme-my-login' shortcode
Download this release

Release Info

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

Code changes from version 5.0.4 to 5.0.5

Files changed (2) hide show
  1. readme.txt +3 -0
  2. theme-my-login.php +2 -2
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.4 =
47
  * Re-introduce 'theme-my-login-page' shortcode for main login page
48
  * Add French translation
43
 
44
  == Changelog ==
45
 
46
+ = 5.0.5 =
47
+ * Add 'theme-my-login-page' shortcode before 'theme-my-login' shortcode
48
+
49
  = 5.0.4 =
50
  * Re-introduce 'theme-my-login-page' shortcode for main login page
51
  * Add 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: 5.0.4
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login
@@ -75,8 +75,8 @@ function wdbj_tml_load() {
75
  else
76
  add_filter('wp_list_pages_excludes', 'wdbj_tml_list_pages_excludes');
77
 
78
- add_shortcode('theme-my-login', 'wdbj_tml_shortcode');
79
  add_shortcode('theme-my-login-page', 'wdbj_tml_page_shortcode');
 
80
 
81
  if ( wdbj_tml_get_option('enable_widget') ) {
82
  require_once( WP_PLUGIN_DIR . '/theme-my-login/includes/widget.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: 5.0.5
7
  Author: Jeff Farthing
8
  Author URI: http://www.jfarthing.com
9
  Text Domain: theme-my-login
75
  else
76
  add_filter('wp_list_pages_excludes', 'wdbj_tml_list_pages_excludes');
77
 
 
78
  add_shortcode('theme-my-login-page', 'wdbj_tml_page_shortcode');
79
+ add_shortcode('theme-my-login', 'wdbj_tml_shortcode');
80
 
81
  if ( wdbj_tml_get_option('enable_widget') ) {
82
  require_once( WP_PLUGIN_DIR . '/theme-my-login/includes/widget.php' );