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
0.4.0 - 2024-07-15
- Bump
actions/upload-artifact
from v3 to v4 (props @iamdharmesh, @jeffpaul via #125).
- Ensure that the
openDocumentSettingsSidebar
command works properly in all cases (props @aliaghdam, @faisal-alvi, @jeffpaul via #127). - Ensure that the
insertBlock
command works properly in all cases (props @iamdharmesh, @faisal-alvi via #128).
- Bump
braces
from 3.0.2 to 3.0.3 (props @dependabot[bot], @iamdharmesh via #126).
0.3.0 - 2024-04-10
- Update version numbers in
run-all-cores.sh
script to include latest versions of WP (props @peterwilsoncc, @Sidsector9 via #122).
- Validate that the user logged in properly (props @cadic, @darylldoyle, @peterwilsoncc via #113).
- Ensure the publish button isn't disabled before we click it in the
classicCreatePost
command (props @dkotter, @faisal-alvi via #116). - Address command failures on the latest versions of WordPress (props @Sidsector9, @peterwilsoncc, @iamdharmesh, @darylldoyle via #117).
- Permalink tests clean up routine (props @peterwilsoncc, @dkotter via #120).
- Bump
tj-actions/changed-files
from 37 to 41 (props @dependabot[bot], @peterwilsoncc via #114).
0.2.0 - 2023-08-30
- New command,
checkSitemap
, which verifies the sitemap exists (props @jayedul, @jeffpaul, @ravinderk via #97). - New command,
getBlockEditor
, which returns the proper editor element (props @dkotter, @iamdharmesh via #105).
- Update target branch from
develop
totrunk
for a few workflows (props @cadic, @iamdharmesh via #90). - Update the versions of WordPress we test on to include 6.3 (props @dkotter, @iamdharmesh via #105).
- Bump Cypress version from
10.11.0
to13.0.0
(props @iamdharmesh, @dkotter via #110).
- Ensure passing an empty title or content string to
createPost
doesn't cause an error (props @darylldoyle, @faisal-alvi via #95). - Issue with
checkPostExists
failing when there are no posts within a post type (props @darylldoyle, @peterwilsoncc via #100). - Ensure all E2E tests pass when running on WordPress 6.3 (props @dkotter, @iamdharmesh, @TylerB24890 via #105).
- Bump
yaml
from 1.10.2 to 2.2.2 andlint-staged
from 10.5.4 to 13.2.1 (props @dependabot[bot] via #93). - Bump
tough-cookie
from 2.5.0 to 4.1.3 and@cypress/request
from 2.88.10 to 2.88.12 (props @dependabot[bot] via #106). - Bump
word-wrap
from 1.2.3 to 1.2.5 (props @dependabot[bot] via #107).
0.1.0 - 2023-03-08
- Initial release.