All notable changes to this project will be documented in this file, per the Keep a Changelog standard, and will adhere to Semantic Versioning.
Unreleased - TBD
1.3.1 - 2024-08-20
Note that this release bumps the WordPress minimum version from 6.3 to 6.4.
- Bump WordPress "tested up to" version 6.6 (props @sudip-md, @jeffpaul, @Sidsector9, @ankitguptaindia via #174).
- Bump WordPress minimum from 6.3 to 6.4 (props @sudip-md, @jeffpaul, @Sidsector9, @ankitguptaindia via #174).
- Issue with saving a post before the convert to blocks transform was completed (props @mdesplenter, @Sidsector9, @dsawardekar via #173).
- Bump
braces
from 3.0.2 to 3.0.3 (props @dependabot, @Sidsector9 via #168). - Bump
ws
from 7.5.9 to 7.5.10 (props @dependabot, @Sidsector9 via #169).
- Update code comments (props @barryceelen, @dkotter via #175).
- Move from
actions/upload-release-asset
tosoftprops/action-gh-release
Github action (props @Sidsector9, @jeffpaul via #176). - Update repo badges, add WordPress Playground badge (props @jeffpaul, @dkotter via #177).
1.3.0 - 2024-05-14
- Block Catalog integration, and pagination support (props @dsawardekar, @iamdharmesh via #164).
- Adjust
enable_block_editor
method only to alter posts that support the gutenbridge (props @stormrockwell, @Sidsector9, @jeffpaul, @dsawardekar via #136). - Bump WordPress "tested up to" version 6.5 (props @QAharshalkadu, @jeffpaul, @Sidsector9, @sudip-md, @dkotter via #146, #161).
- Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul via #159).
- Bump Node version from 16 to 20 (props @aaronjorbin, @Sidsector9, @dkotter via #160).
- Bump
actions/upload-artifact
from v3 to v4 (props @iamdharmesh via #162).
- Bump
follow-redirects
from 1.15.2 to 1.15.4 (props @dependabot, @dkotter via #153). - Bump
browserify-sign
from 4.0.4 to 4.2.2 (props @dependabot, @dkotter via #145). - Bump
@babel/traverse
from 7.11.5 to 7.23.7 (props @dependabot, @dkotter via #155). - Remove old dependencies in favor of using
@wordpress/scripts
in our build workflow (props @Sidsector9, @dkotter via #167).
1.2.2 - 2023-10-16
- Bump WordPress "tested up to" version to 6.3 (props @kmgalanakis, @faisal-alvi, @jeffpaul, @peterwilsoncc via #132, #134).
- Bump
@cypress/request
from 2.88.11 to 3.0.1 andcypress
from 10.11.0 to 13.3.0 (props @dependabot, @iamdharmesh, @ravinderk via #138). - Bump
postcss
from 8.4.20 to 8.4.31 (props @dependabot, @dkotter via #139). - Bump
fsevents
from 1.2.9 to 1.2.13 (props @dependabot, @ravinderk via #140).
1.2.1 - 2023-07-26
- More robust minimum PHP version check (props @dkotter, @ravinderk via #129).
- Bump minimum required PHP version from 7.4 to 8.0 in our
composer.json
config (props @c0ntax, @Sidsector9 via #122).
- Parse error caused by a comma (props @Sidsector9, @iamdharmesh, @ravinderk, @felipeelia via #123).
- Bump
minimist
from 1.2.0 to 1.2.7 andmkdirp
from 0.5.1 to 0.5.6 (props @dependabot via #117). - Bump
ini
from 1.3.5 to 1.3.8 (props @dependabot via #119). - Bump
browser-sync
from 2.27.10 to 2.29.3 and removesqs
(props @dependabot via #120). - Bump
word-wrap
from 1.2.3 to 1.2.5 (props @dependabot via #127).
1.2.0 - 2023-06-27
Note that this release bumps the WordPress minimum version from 5.7 to 6.1 and the PHP minimum version from 7.4 to 8.0.
- Settings UI for managing supported post types (props @akshitsethi, @dinhtungdu, @Sidsector9, @jayedul, @dsawardekar, @terrance-orletsky-d7, @ouun via #66, #104, #112, #114).
- Filter hook
convert_to_blocks_update_posts_query_params
to modifyWP_Query
parameters to query posts that need to be migrated (props @kmgalanakis, @Sidsector9, @sanketio via #113). - Cypress end-to-end tests (props @barneyjeffries, @jeffpaul, @iamdharmesh, @Sidsector9, @vikrampm1 via #106).
- Bump PHP minimum supported version from 7.4 to 8.0 (props @barneyjeffries, @jeffpaul, @iamdharmesh, @Sidsector9, @vikrampm1 via #106).
- Bump WordPress minimum supported version from 5.7 to 6.1 (props @barneyjeffries, @jeffpaul, @iamdharmesh, @Sidsector9, @vikrampm1 via #106).
- Bump WordPress "tested up to" version 6.2 (props @Sidsector9 via #115).
- Updated the Dependency Review GitHub Action (props @jeffpaul via #109).
- WordPress.org Deploy action updated to use Node 16 (props @dkotter via #116).
1.1.1 - 2023-01-05
Note that this release bumps the WordPress minimum version from 5.4 to 5.7 and the PHP minimum version from 7.0 to 7.4.
- Bulk migration demo to readme (props @jeffpaul, @dsawardekar via #79).
- Release build GitHub Action to build a release zip used for testing (props @dkotter via #98).
- Bump WordPress minimum version from 5.4 to 5.7 and PHP minimum version from 7.0 to 7.4 (props @zamanq, @jeffpaul, @faisal-alvi, @mehul0810 via #80).
- Bump WordPress "tested up to" version to 6.1 props @peterwilsoncc, @faisal-alvi, @cadic via #88, #91).
is-svg
as it is no longer used after updating ancestor dependencypostcss-svgo
(props @dependabot via #85).
- WP-CLI helptext that is causing an unknown parameter error (props @dsawardekar, @jeffpaul, @norcross via #78).
- Bump
socket.io-parser
from 3.2.0 to 4.2.1 andbrowser-sync
from 2.26.7 to 2.27.10 (props @dependabot via #81). - Bump
minimatch
from 3.0.4 to 3.1.2 (props @dependabot via #82). - Bump
nth-check
from 1.0.2 to 2.1.1 andcssnano
from 4.1.10 to 5.1.14 (props @dependabot via #84). - Bump
postcss-svgo
from 4.0.2 to 4.0.3 (props @dependabot via #85). - Bump
minimist
from 1.2.0 to 1.2.7 andmkdirp
from 0.5.1 to 0.5.6 (props @dependabot via #86). - Bump
loader-utils
from 1.2.3 to 1.4.2 andwebpack-cli
from 3.3.10 to 3.3.12 (props @dependabot via #89). - Bump
glob-parent
from 5.1.0 to 5.1.2 andwatchpack
from 1.6.0 to 1.7.5 (props @dependabot via #90). - Bump
kind-of
from 6.0.2 to 6.0.3 (props @dependabot via #93). - Bump
serialize-javascript
from 2.1.2 to 4.0.0 andterser-webpack-plugin
from 1.4.3 to 1.4.5 (props @dependabot via #94). - Bump
engine.io
from 6.2.0 to 6.2.1 (props @dependabot via #95). - Bump
decode-uri-component
from 0.2.0 to 0.2.2 (props @dependabot via #97).
1.1.0 - 2022-07-28
- Support for bulk migrating Classic Editor items to the Block Editor, utilizing WP-CLI (props @dsawardekar, @jeffpaul, @gthayer, @faisal-alvi via #70).
- Dependency security scanning (props @jeffpaul, @Sidsector9 via #64).
- Added polyfill to fix PHPUnit tests (props @cadic, @iamdharmesh via #69).
- Bump WordPress version "tested up to" 6.0 (props @mohitwp, @jeffpaul, @cadic, @iamdharmesh via #59, #67).
- Bump
path-parse
from 1.0.6 to 1.0.7 (props @dependabot via #55). - Bump
ajv
from 6.10.0 to 6.12.6 (props @dependabot via #60). - Bump
tar
from 4.4.8 to 4.4.19 (props @dependabot via #61). - Bump
terser
from 4.6.0 to 4.8.1 (props @dependabot via #74).
1.0.2 - 2021-07-12
- Bump WordPress version "tested up to" 5.8 (props @psorensen, @BBerg10up, @jeffpaul via #47, #50).
- Documentation updates (props @hashimwarren via #34).
- Transform Classic Editor blocks nested inside other blocks recursively (props @dsawardekar, @MadtownLems, @dinhtungdu, @jeffpaul via #46).
- Add Editor column to all supported post types (props @dinhtungdu, Simon Carne via #36).
- Display current editor for hierarchical posts (props @rodrigo-arias via #43).
- Bump
elliptic
from 6.5.3 to 6.5.4 (props @dependabot via #33). - Bump
y18n
from 3.2.1 to 3.2.2 (@dependabot](https://github.com/apps/dependabot) via #35). - Bump
ssri
from 6.0.1 to 6.0.2 (props @dependabot via #37). - Bump
lodash
from 4.17.20 to 4.17.21 (props @dependabot via #39). - Bump
hosted-git-info
from 2.7.1 to 2.8.9 (props @dependabot via #40). - Bump
browserslist
from 4.8.3 to 4.16.5 (props @dependabot via #41). - Bump
postcss
from 7.0.14 to 7.0.36 (props @dependabot via #44). - Bump
color-string
from 1.5.3 to 1.5.5 (props @dependabot via #48).
1.0.1 - 2021-02-08
- Label and updated icons for Classic and Block Editor in Editor column of post table list view (props @dinhtungdu via #12).
- Plugin banner and icon images (props @dianapadron, @jeffpaul via #14).
- Documentation updates, unit tests, PHPCS fixes, GitHub Actions and continuous integration testing (props @barryceelen, @dsawardekar, @dinhtungdu, @jeffpaul via #5, #6, #8, #11, #13, #18).
- Issue where edit links force Classic Editor regardless of editor chosen (props @dkotter, @tlovett1, @dinhtungdu via #17).
- Bump
lodash
from 4.17.15 to 4.17.20 (props @dependabot via #2). - Bump
elliptic
from 6.5.2 to 6.5.3 (props @dependabot via #4). - Bump
acorn
from 6.4.0 to 6.4.2 (props @dependabot via #7). - Bump
dot-prop
from 4.2.0 to 4.2.1 (props @dependabot via #15).
1.0.0 - 2020-09-23
- Initial release of Convert to Blocks.