Skip to content

Releases: builtnorth/wp-baseline

v3.2.3

11 Mar 19:36
6356172

Choose a tag to compare

What's Changed in WP Baseline v3.2.3

Bug Fixes

  • fix: update coding-standards to ^1.0 from Packagist (fe15038)
  • fix: update enshrined/svg-sanitize to ^0.22.0 (429e068)

Refactoring

  • refactor: migrate to centralized GitHub Actions workflows (10150a1)

Maintenance

  • ci: add scheduled workflow (619c594)
  • chore: standardize PHP version to 8.0 (9acf743)
  • chore: add branch alias for dev environment resolution (8e6347a)

Other Changes

  • Merge pull request #19 from builtnorth/dev (6356172)

Full Changelog: v3.2.2...v3.2.3

v3.2.2

12 Aug 01:10
16efaaf

Choose a tag to compare

What's Changed in WP Baseline v3.2.2

Bug Fixes

  • fix: remove composer.json version bumping from release workflow (f03f2b6)
  • fix: remove version field from composer.json (22e2d6d)

Other Changes

  • Merge pull request #16 from builtnorth/dev (07576ac)
  • Merge pull request #18 from builtnorth/dev (16efaaf)

Full Changelog: v3.2.1...v3.2.2

v3.2.1

12 Aug 00:26

Choose a tag to compare

What's Changed in WP Baseline v3.2.1

Features

  • feat: add test infrastructure to wp-config package (fa22b66)
  • feat: add CI workflow for automated testing (8646e57)

Bug Fixes

  • fix: resolve test failures in wp-baseline package (5c8c0a2)

Maintenance

  • chore: bump version to 3.2.1 (6e15a53)

Other Changes

  • Merge branch 'main' into dev (d731744)
  • Merge pull request #14 from builtnorth/dev (ab275d4)

Full Changelog: v3.2.0...v3.2.1

WP Baseline v3.2.0

09 Aug 16:28

Choose a tag to compare

What's Changed in WP Baseline v3.2.0

🚀 Features

  • feat: add duplicate post functionality (8b80bd0)

🔧 Maintenance

  • chore: bump version to 3.2.0 (c3322d1)

📦 Other Changes

  • Merge pull request #13 from builtnorth/dev (3922356)

Full Changelog: v3.1.0...v3.2.0

WP Baseline v3.1.0

31 Jul 05:28

Choose a tag to compare

What's Changed in WP Baseline v3.1.0

🐛 Bug Fixes

  • fix: no longer remove comments node from admin bar Should only remove if comments are disabled. Rather than being removed by default. (325b435)
  • fix: restore wpbaseline_disable_comments filter check (6f52b56)
  • fix: improve comment blocks filtering to avoid conflicts with other plugins (610636a)

🔧 Maintenance

  • chore: bump version to 3.1.0 (b2b5eb1)
  • chore: bump version to 3.1.0 (19be86d)

📦 Other Changes

  • feat: disable comment-related blocks when comments are disabled (11c1b29)
  • Merge pull request #11 from builtnorth/dev (61fe4fc)
  • Merge branch 'main' into dev (082fdcd)
  • Merge pull request #12 from builtnorth/dev (b439480)

Full Changelog: v3.0.1...v3.1.0

WP Baseline v3.0.1

22 Jul 01:28
7b68d69

Choose a tag to compare

What's Changed in WP Baseline v3.0.1

🚀 Features

  • feat: add GitHub release workflow for automated versioning (f82dba2)

🐛 Bug Fixes

  • fix: update default package values in release workflow (cde061a)

🔧 Maintenance

  • chore: bump version to 3.0.1 (012d449)

📦 Other Changes

  • Merge pull request #8 from builtnorth/dev (56d18cc)
  • Merge pull request #9 from builtnorth/dev (7b68d69)

Full Changelog: v3.0.0...v3.0.1

v3.0.0

13 Jul 05:45
fad274f

Choose a tag to compare

Restructure mime types and add JSON/Lottie support

BREAKING CHANGES:

  • Added "BuiltNorth" prefix to namespacing.
  • Changed filter name from 'wpbaseline_enable_svg_support' to
    'wpbaseline_enable_svg_uploads' for consistency

Features:

  • Add support for JSON file uploads (disabled by default)
  • Add support for Lottie animation file uploads (disabled by default)
  • Add optional JSON sanitization to remove potentially malicious content
  • Add Lottie file validation for format and size limits
  • Reorganize all mime type handling into MimeTypes directory for better
    organization

Improvements:

  • Clean up LazyLoadFirstBlock utility to accept configurable parameters instead of hardcoded blocks
  • Each mime type (SVG, JSON, Lottie) is now in its own module for better
    separation of concerns
  • Simplified initialization by removing unnecessary AbstractInit pattern from
    mime type modules

What's Changed

Full Changelog: v2.2.1...v3.0.0

v2.2.1

01 Nov 15:02
bb680a9

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

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

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