Releases: fabiancdng/disable-wp-frontend
Releases · fabiancdng/disable-wp-frontend
v2.1.1
v2.1
- Upgrade
yahnis-elsts/plugin-update-checker
to v5.5 - Tested up to 6.7.1
v2.0.3
- Include license
v2.0.2
- Fix: Reduce plugin size by removing unnecessary files
v.2.0.1
- Fix: Uninstall script doesn't delete settings option correctly
- Fix: Regex pattern matching release asset for plugin update check is missing delimiters
v2.0
- New: Settings page in the WordPress dashboard to whitelist paths and enable/disable the frontend
- New: Ability to update the plugin within the WordPress dashboard to the latest release
- Refactor: Use PSR-4 coding standards, composer, and autoloading
v1.0.2
- Refactor: Use
$path_whitelist
array for easily whitelisting paths
v1.0.1
- Fix:
/wp-content/uploads/
exception catches all requests
v1.0.0
- Initial release