Skip to content

Commit

Permalink
Merge pull request #174 from 10up/wp-6.6-compat
Browse files Browse the repository at this point in the history
Bump WordPress "tested up to" version 6.6
  • Loading branch information
Sidsector9 authored Jul 9, 2024
2 parents c310258 + de4e28e commit 40cd0b8
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
core:
- {name: 'WP latest', version: 'latest', continue: false}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.3', continue: false}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.4', continue: false}
- {name: 'WP trunk', version: 'WordPress/WordPress#master', continue: true}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion convert-to-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/10up/convert-to-blocks
* Description: Convert classic editor posts to blocks on the fly.
* Version: 1.3.0
* Requires at least: 6.3
* Requires at least: 6.4
* Requires PHP: 8.0
* Author: 10up
* Author URI: https://10up.com
Expand Down
2 changes: 1 addition & 1 deletion includes/ConvertToBlocks/MigrationAgent.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function register() {
[
'agent' => [
'next' => $this->next(),
'save_delay' => apply_filters( 'convert_to_blocks_save_delay', 0, $post_id )
'save_delay' => apply_filters( 'convert_to_blocks_save_delay', 0, $post_id ),
],
]
);
Expand Down
90 changes: 63 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@10up/cypress-wp-utils": "^0.2.0",
"@10up/eslint-config": "^4.0.0",
"@wordpress/env": "^8.9.0",
"@wordpress/env": "^10.2.0",
"@wordpress/scripts": "^27.8.0",
"cypress": "^13.3.0",
"cypress-mochawesome-reporter": "^3.6.0",
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
<ini name="error_reporting" value="E_ALL &#38; ~E_DEPRECATED" />

<rule ref="10up-Default" />
<exclude-pattern>/build/</exclude-pattern>
</ruleset>
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Convert to Blocks ===
Contributors: 10up, dsawardekar, tlovett1, jeffpaul
Tags: block, block migration, gutenberg migration, gutenberg conversion, convert to blocks
Tested up to: 6.5
Tested up to: 6.6
Stable tag: 1.3.0
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
Expand Down

0 comments on commit 40cd0b8

Please sign in to comment.