All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
Unreleased - TBD
1.6.1 - 2024-07-09
- Update Support Level from
Beta
toStable
(props @jeffpaul, @dkotter via #56). - Bump WordPress "tested up to" version 6.6 (props @sudip-md, @jeffpaul via #60).
- Bump WordPress minimum supported version to 6.4 (props @sudip-md, @jeffpaul via #60).
- Bump
braces
from 3.0.2 to 3.0.3 (props @dependabot, @faisal-alvi via #58). - Bump
ws
from 7.5.9 to 7.5.10 (props @dependabot, @faisal-alvi via #58).
1.6.0 - 2024-05-13
- WP-CLI command,
export
, to generate a CSV of the block catalog (props @dsawardekar, @psorensen, @Sidsector9 via #52). - Classic Editor block detection (props @dsawardekar, @Sidsector9 via #53).
- Bump WordPress "tested up to" version 6.5 (props @sudip-md, @jeffpaul via #51).
- Bump WordPress minimum from 5.7 to 6.3 (props @sudip-md, @jeffpaul via #51).
- Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul via #48).
- Bump
express
from 4.18.2 to 4.19.2 (props @dependabot, @Sidsector9 via #50). - Bump
follow-redirects
from 1.15.5 to 1.15.6 (props @dependabot, @Sidsector9 via #50). - Bump
postcss
from 7.0.39 to 8.4.33 (props @dependabot, @Sidsector9 via #50). - Bump
10up-toolkit
from 5.2.3 to 6.0.1 (props @dependabot, @Sidsector9 via #50). - Bump
webpack-dev-middleware
from 5.3.3 to 5.3.4 (props @dependabot, @Sidsector9 via #50).
1.5.4 - 2024-02-29
- Significantly improved performance of block catalog reset on larger WordPress installations (props @dsawardekar, @Sidsector9 via #41).
- Clean up NPM dependencies and update the minimum node version to 20 (props @Sidsector9, @dsawardekar via #43).
- Bump
tj-actions/changed-files
from 39 to 41 (props @dependabot, @peterwilsoncc via #39). - Bump
follow-redirects
from 1.15.2 to 1.15.4 (props @dependabot, @Sidsector9 via #40).
1.5.3 - 2023-11-23
- PHP 8.2 deprecation warnings (props @dsawardekar, @ravinderk via #34).
- PHPUnit 9.x support (props @dsawardekar, @ravinderk via #34).
- Bump
sharp
from 0.32.3 to 0.32.6 (props @dependabot, @faisal-alvi via #32).
1.5.2 - 2023-11-16
- Bump WordPress "tested up to" version to 6.4 (props @qasumitbagthariya, @jeffpaul via #28, #29).
1.5.1 - 2023-10-24
Note that this release changes the name of the base plugin file. As such, you'll probably need to reactivate the plugin after updating.
- Add our standard GitHub Action automations (props @jeffpaul, @dsawardekar, @dkotter via #10, #20, #22, #23, #24, #25).
- Update our plugin image assets (props Brooke Campbell, @jeffpaul, @dsawardekar, @faisal-alvi via #11, #17).
- Updated the main plugin file name (props @dkotter, @peterwilsoncc, @dsawardekar via #18).
- Bump
@babel/traverse
from 7.22.8 to 7.23.2 (props @dependabot, @dkotter via #21).
1.5.0 - 2023-08-11
Beta
Support Level (props @jeffpaul, @dsawardekar via #3).- Adds support for multisite via WP CLI (props @dsawardekar, @Sidsector9 via #9).
- Missing name in the
block_catalog_taxonomy_options
hook (props @dsawardekar, @fabiankaegy via #6).
1.4.0 - 2022-12-03
- Improves Core Block Display Titles logic
- Fixes parent term for blocks registered without namespace
- Improve Reusable Block detection
- Add hooks to support nested variations
- Adds unit tests
1.3.2 - 2022-11-25
- Updates readme.txt
1.3.1 - 2022-11-25
- Minor docs updates
1.3.0 - 2022-11-25
- Adds support for hierarchical classification
- Improves WP CLI find command
- Adds inline filter hook documentation
- Updates screenshots
1.2.2 - 2022-11-25
- Updates Documentation
1.2.1 - 2022-11-25
- Improves block title detection when default title is missing.
- Initial svn release
1.2.0 - 2022-11-24
- Improves filter output with wp_kses.
1.1.0 - 2022-11-23
- Improves batch indexing for larger sites.
- Refactor delete index to use batch mode.
- Improves error handling during indexing & deleting via WP-Admin.
1.0.1 - 2022-11-21
- Initial release