Skip to content

Commit

Permalink
Compatibility: Test WordPress 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaambo committed Nov 1, 2023
1 parent f83b6ee commit 691c03b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"phpVersion": "7.4",
"core": "WordPress/WordPress#6.3",
"phpVersion": "8.1",
"core": "WordPress/WordPress#6.4",
"mappings": {
"wp-content/plugins/good-slider": "./"
}
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Good Slider ===
Contributors: goodwpio, gaambo
Tags: block, slider, swiper
Requires at least: 6.0
Tested up to: 6.3
Requires at least: 6.2
Tested up to: 6.4
Stable tag: 1.3.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion src/slider-block/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function Edit(props) {
);
const innerBlocksProps = useInnerBlocksProps(blockProps, innerBlocksSettings);

// TODO: before WordPress 6.4 remove __experimentalGroup; keep it now for backwards compatibility
// TODO: before WordPress 6.5 remove __experimentalGroup; keep it now for backwards compatibility
return (
<>
<InspectorControls __experimentalGroup="advanced" group="advanced">
Expand Down

0 comments on commit 691c03b

Please # to comment.