Releases: builtnorth/wp-baseline
Releases · builtnorth/wp-baseline
v2.2.1
What's Changed
- Adjust autocomplete script to fix headers already sent error.
Full Changelog: v2.1.0...v2.2.1
v2.1.0
What's Changed
- Add rest API security class to remove user related endpoints.
- Add security headers class with headers and policies.
- Add login security class to disallow login via username, remove autocomplete, and improve login error message.
- Add AbstractInit class and modify all init files to extend the abstract class.
- Small update to asset version replacement method.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
Restructure and add filters to features:
- Change psr-4 name from BuiltNorth\Baseline to WPBaseline.
- Organize code to be more manegable.
- Add filters to most of the core features.
- Update README.md to reflect new features.
Full Changelog: V1.2.0...v2.0.0
V1.2.0
Update asset versioning:
Assets are no longer stripped of their version number, which was affecting cache busting. Instead the WP version number is now obfuscated. If a version is set by an asset, that will be correctly used.
v1.1.0
Add SVG support with sanitization.
v1.0.0
Changed functionality so that comments remain on by default. - Use add_filter('built_baseline_disable_comments', '__return_true'); to disable comments. - In hindsight, it was not ideal to force settings. - Less opionated this way.