Skip to content

Commit d23adee

Browse files
committed
fixed: compatibility support with wordpress 6.5 version
1 parent 39320ae commit d23adee

11 files changed

Lines changed: 17 additions & 14 deletions

block.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"supports": {
99
"html": false,
1010
"align": ["wide", "full"]
11-
},
12-
"editorScript": "file:./dist/index.js"
11+
}
1312
}

controls

countdown-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Countdown Block
55
* Plugin URI: https://essential-blocks.com
66
* Description: Highlight Upcoming Events With Countdown Timer.
7-
* Version: 1.2.7
7+
* Version: 1.2.8
88
* Author: WPDeveloper
99
* Author URI: https://wpdeveloper.net
1010
* License: GPL-3.0-or-later
@@ -21,7 +21,7 @@
2121
* @see https://developer.wordpress.org/block-editor/tutorials/block-tutorial/applying-styles-with-stylesheets/
2222
*/
2323

24-
define( 'COUNTDOWN_VERSION', "1.2.7" );
24+
define( 'COUNTDOWN_VERSION', "1.2.8" );
2525
define( 'COUNTDOWN_ADMIN_URL', plugin_dir_url( __FILE__ ) );
2626
define( 'COUNTDOWN_ADMIN_PATH', dirname( __FILE__ ) );
2727

dist/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('lodash', 'react', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'd236a78f8ef8106827fa');
1+
<?php return array('dependencies' => array('lodash', 'react', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '97d42651b6e53a58c2e5');

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modules.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '44c171cefb4446e9800d');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '24baed6927b55cc51811');

dist/modules.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modules.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countdown",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "Highlight Upcoming Events With Countdown Timer",
55
"author": "The WordPress Contributors",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)