Skip to content

Releases: theme-my-login/theme-my-login

Theme My Login 7.1.6

04 Aug 17:46
Compare
Choose a tag to compare
  • Tested up to 6.3
  • Ensure action page match check query is only ran once
  • Fix login_form_{$action} action hook
  • Add the login_footer action hook
  • Update invalid email error message

Theme My Login 7.1.5

10 Jun 20:35
Compare
Choose a tag to compare
  • Tested up to 6.0.1
  • Use raw $_POST value when setting custom user passwords
  • Fix the login link on AJAX lost password form confirmation
  • Implement fix for PATHINFO permalinks

Theme My Login 7.1.4

06 Dec 16:30
Compare
Choose a tag to compare
  • Hide form for "check your email" step of password reset
  • Use retrieve_password() from WP core and deprecate compat.php
  • Update strings to match core
  • Add a filter to allow disabling network signup redirect
  • Fix deprecated notice in password strength meter

Theme My Login 7.1.3

12 Mar 16:36
Compare
Choose a tag to compare
  • Fix PHP 8 notices
  • Fix wp_sensitive_page_meta() deprecated notice in WP 5.7+
  • Update password reset button text for WP 5.7+
  • Add lostpassword_user_data filter

Theme My Login 7.1.2

19 Nov 21:22
Compare
Choose a tag to compare
  • Fix site crashing on Bluehost
  • Add requester IP address to password reset emails
  • Fix multisite settings for WP 5.5+
  • Default AJAX requests to off
  • Bring wp-login.php duplicated code up to date

Theme My Login 7.1.1

17 Jun 22:19
Compare
Choose a tag to compare
  • Implement option to enable/disable AJAX
  • Fix AJAX not working on certain server environments
  • Fix AJAX errors not displaying when the AJAX request fails
  • Revert forcing actions to the Dashboard when logged in

Theme My Login 7.1

25 May 16:09
Compare
Choose a tag to compare
  • Implement AJAX support
  • Introduce new Dashboard action
  • Improve performance by reducing queries
  • Require WordPress 5.4
  • Remove angle brackets from password reset link in notification
  • Add sensitive page meta tags to TML actions
  • Add missing lost_password action hook
  • Fix lostpassword link being rewritten on wp-login.php

Theme My Login 7.0.15

06 Sep 21:36
Compare
Choose a tag to compare
  • Fix extension update issues caused by caching
  • Add tml_script_dependencies filter
  • Add tml_script_data filter

Theme My Login 7.0.14

13 May 15:14
Compare
Choose a tag to compare
  • Fix login page error on on WP 5.2+
  • Implement caching for remote extension data to speed up plugins screen
  • Implement a CLI command for adding TML actions as nav menu items
  • Ensure password recovery error messages match core
  • Fix notice if a settings field isn't passed with an args parameter
  • Fix permalinks being flushed on all TML admin pages
  • Allow form attributes to be set in the form constructor
  • Add tml_activate_extension action hook
  • Add tml_deactivate_extension action hook

Theme My Login 7.0.13

21 Feb 15:33
Compare
Choose a tag to compare
  • Ensure proper retrieval of request parameters in all server configuration scenarios
  • Ensure scripts and styles are loaded in the proper order on TML actions
  • Ensure TML scripts are loaded in the footer
  • Ensure password errors are only displayed where appropriate
  • Ensure all strings not found in frontend core translation are translatable
  • Implement callable usage of custom form field content
  • Implement methods for manipulation of form field classes
  • Add tml_render_form action hook
  • Add tml_render_form_field action hook
  • Add tml_before_form filter
  • Add tml_after_form filter
  • Add tml_before_form_field filter
  • Add tml_after_form_field filter
  • Add tml_get_form_field_content filter