Skip to content

Releases: a3rev/responsi-wp-login-page

1.4.1

Choose a tag to compare

@mrkunau mrkunau released this 13 Jan 08:10

= 1.4.1 - 2023/01/13 =

  • The maintenance release adds style for the Wordfence 2FA code box.
  • Tweak - Apply CSS for the Wordfence 2FA form code entry.

1.4.0

Choose a tag to compare

@mrkunau mrkunau released this 29 Mar 05:39

= 1.4.0 - 2022/03/29 =

  • This security hardening release follows a full PHPCS code audit with code refactoring and security hardening including additional escaping and sanitizing.
  • Security - Escape all $-variable
  • Security - Sanitize all $_REQUEST, $_GET, $_POST
  • Security - Apply wp_unslash before sanitizing

1.3.12

Choose a tag to compare

@mrkunau mrkunau released this 25 Jan 03:54

= 1.3.12 - 2022/01/25 =

  • This is a maintenance release for compatibility with WordPress major version 5.9 and Responsi 8.3.1
  • Tweak - Test for compatibility with WordPress 5.9
  • Tweak - Test for compatibility with Responsi 8.3.1

1.3.11

Choose a tag to compare

@mrkunau mrkunau released this 19 Jul 10:48

= 1.3.11 - 2021/07/19 =

  • This maintenance release is for compatibility with WordPress major version 5.8
  • Tweak - Test for compatibility with WordPress 5.8
  • Tweak - Add Update URI to plugin header with unique name
  • Tweak - Skip version 1.3.10 to prevent PHP version misread

1.3.9

Choose a tag to compare

@mrkunau mrkunau released this 02 Feb 10:38

= 1.3.9 - 2021/02/02 =

  • This maintenance release fixes a jQuery bug preventing the site logo showing on the login page
  • Fix - jQuery not working with WordPress 5.6

1.3.8

Choose a tag to compare

@a3rev a3rev released this 02 Apr 06:45

= 1.3.8 - 2020/04/02 =

  • This maintenance release is for compatibility with WordPress 5.4 plus 2 PHP fixes
  • Tweak - Tested for compatibility with WordPress major version 5.4
  • Tweak - Configure and run Travis CI unit test builds on the frameworks github repo.
  • Fix - Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings
  • Fix - Update global ${$option to $GLOBALS[$option to resolve 7.0+ PHP warnings

1.3.7

Choose a tag to compare

@mrkunau mrkunau released this 17 Dec 10:11

= 1.3.7 - 2019/12/16 =

  • This feature upgrade is a major refactor of the PHP code to Composer Dependency Manager, a security review and hardening, compatibility with Responsi 7.7.0 and WordPress 5.3.1.
  • Feature - Plugin fully refactored to Composer for cleaner and faster PHP code
  • Tweak - Tested for compatibility with Responsi version 7.7.0
  • Tweak - Tested for compatibility with WordPress version 5.3.1
  • Dev - Ensure that all inputs are sanitized
  • Dev - Ensure that all outputs are escaped.

1.3.6

Choose a tag to compare

@mrkunau mrkunau released this 10 Sep 09:06

= 1.3.6 - 2019/09/03 =

  • This upgrade is for compatibility with Responsi Framework 7.6.0
  • Refactor – Rewrite frontend HTML, CSS, JS and Variables Class and ID names to the new framework 7.6.0 namespaces
  • Refactor – Rewrite customizer HTML, CSS, JS and Variables Class and ID names to the new framework 7.6.0 namespaces
  • Refactor - HTML, CSS, JS and Variables Class and ID names called from the framework making plugin file sizes smaller and faster to load

1.3.5

Choose a tag to compare

@mrkunau mrkunau released this 25 Jul 08:39

= 1.3.5 - 2019/07/25 =

  • This upgrade is for compatibility with Responsi Framework 7.5.0
  • Refactor - All plugin CSS and JS from Class ID to Class name for new Responsi Class names.

1.3.4

Choose a tag to compare

@mrkunau mrkunau released this 02 Apr 05:17

= 1.3.4 - 2019/04/02 =

  • This maintenance update is for compatibility with WordPress Major version 5.1.1 plus a customizer menu bug fix when using blank child theme.
  • Tweak - Tested for compatibility with WordPress 5.1.1
  • Fix - Not saving customizer menu options when using the Blank Child Theme