Releases: a3rev/responsi-wp-login-page
Releases · a3rev/responsi-wp-login-page
Release list
1.4.1
1.4.0
= 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
1.3.11
= 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
1.3.8
= 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
= 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
= 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
1.3.4
= 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