Releases: 10up/convert-to-blocks
1.3.1
Note that this release bumps the WordPress minimum version from 6.3 to 6.4.
Changed
- 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).
Fixed
- Issue with saving a post before the convert to blocks transform was completed (props @mdesplenter, @Sidsector9, @dsawardekar via #173).
Security
- 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).
Developer
- 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).
New Contributors
- @mdesplenter made their first contribution in #173
- @ankitguptaindia made their first contribution in #174
Full Changelog: 1.3.0...1.3.1
View closed items in the milestone.
1.3.0
Added
- Block Catalog integration, and pagination support (props @dsawardekar, @iamdharmesh via #164).
Changed
- 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).
Security
- 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).
New Contributors
- @stormrockwell made their first contribution in #136
- @iamdharmesh made their first contribution in #162
Full Changelog: 1.2.2...1.3.0
View all items closed in the milestone.
1.2.2
Changed
- Bump WordPress "tested up to" version to 6.3 (props @kmgalanakis, @faisal-alvi, @jeffpaul, @peterwilsoncc via #132, #134).
Security
- 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).
Full Changelog: 1.2.1...1.2.2
View closed items in the milestone.
1.2.1
Added
- More robust minimum PHP version check (props @dkotter, @ravinderk via #129).
Changed
- Bump minimum required PHP version from 7.4 to 8.0 in our
composer.json
config (props @c0ntax, @Sidsector9 via #122).
Fixed
- Parse error caused by a comma (props @Sidsector9, @iamdharmesh, @ravinderk, @felipeelia via #123).
Security
- 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).
New Contributors
- @c0ntax made their first contribution in #122
- @ravinderk made their first contribution in #123
- @felipeelia made their first contribution in #123
Full Changelog: 1.2.0...1.2.1
View closed items in the milestone.
1.2.0
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.
Added
- 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).
Changed
- 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).
New Contributors
- @akshitsethi made their first contribution in #66
- @jayedul made their first contribution in #104
- @Sidsector9 made their first contribution in #114
- @kmgalanakis made their first contribution in #113
- @barneyjeffries made their first contribution in #106
Full Changelog: 1.1.1...1.2.0.
View all items closed in the milestone.
1.1.1
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.
Added
- 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).
Changed
- 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).
Removed
is-svg
as it is no longer used after updating ancestor dependencypostcss-svgo
(props @dependabot via #85).
Fixed
- WP-CLI helptext that is causing an unknown parameter error (props @dsawardekar, @jeffpaul, @norcross via #78).
Security
- 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).
New Contributors
- @norcross made their first contribution in #78
- @zamanq made their first contribution in #80
- @mehul0810 made their first contribution in #80
- @peterwilsoncc made their first contribution in #88
Full Changelog: 1.1.0...1.1.1
View closed items in the milestone.
1.1.0
Added
- 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).
Fixed
- Added polyfill to fix PHPUnit tests (props @cadic, @iamdharmesh via #69).
Changed
- Bump WordPress version "tested up to" 6.0 (props @mohitwp, @jeffpaul, @cadic, @iamdharmesh via #59, #67).
Security
- 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).
New Contributors
- @gthayer made their first contribution in #70
- @faisal-alvi made their first contribution in #70
- @Sidsector9 made their first contribution in #64
- @cadic made their first contribution in #67
- @iamdharmesh made their first contribution in #67
- @mohitwp made their first contribution in #59
- @mohitwp made their first contribution in #59
Full Changelog: 1.0.2...1.1.0
View closed items in the milestone.
1.0.2
Changed
- Bump WordPress version "tested up to" 5.8 (props @psorensen, @BBerg10up, @jeffpaul via #47, #50).
- Documentation updates (props @hashimwarren via #34).
Fixed
- 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).
Security
- 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
Added
- 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).
Fixed
- Issue where edit links force Classic Editor regardless of editor chosen (props @dkotter, @tlovett1, @dinhtungdu via #17).
Security
- 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).