Skip to content

Releases: builtnorth/wp-baseline

v2.2.1

01 Nov 15:02
bb680a9
Compare
Choose a tag to compare

What's Changed

  • Adjust autocomplete script to fix headers already sent error.

Full Changelog: v2.1.0...v2.2.1

v2.1.0

01 Nov 13:12
33b85e0
Compare
Choose a tag to compare

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

24 Oct 23:07
72ec647
Compare
Choose a tag to compare

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

03 Oct 20:32
Compare
Choose a tag to compare

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

07 Sep 01:18
Compare
Choose a tag to compare

Add SVG support with sanitization.

v1.0.0

05 Aug 23:38
Compare
Choose a tag to compare
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.