Skip to content

Commit acb67ad

Browse files
committed
bug fixed
1 parent ea125fd commit acb67ad

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

inc/Base/Enqueue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ public function enqueue(){
2121
//css stylesheets
2222
wp_enqueue_style('datatable', parent::$plugin_url . 'scripts/DataTables/datatables.min.css');
2323
wp_enqueue_style('style', parent::$plugin_url . 'scripts/css/style.css');
24-
wp_enqueue_style('jquery-ui', parent::$plugin_url . 'scripts/jquery-ui-1.13.1/jquery-ui.min.css');
24+
wp_enqueue_style('jquery-ui', parent::$plugin_url . 'scripts/jquery-ui-1.12.1/jquery-ui.min.css');
2525
wp_enqueue_style('flipclock', parent::$plugin_url . 'scripts/css/flipclock.css');
2626
//js scripts
2727
wp_enqueue_script('jquery-3.6.0', parent::$plugin_url . 'scripts/js/jquery-3.6.0.min.js',false,array(), false, false);
2828
wp_enqueue_script('datatable', parent::$plugin_url . 'scripts/DataTables/datatables.min.js', array(), false, true);
2929
wp_enqueue_script('flipclock', parent::$plugin_url . 'scripts/js/flipclock.min.js', array(), false, true);
30-
wp_enqueue_script('jquery-ui', parent::$plugin_url . 'scripts/jquery-ui-1.13.1/jquery-ui.min.js', array(), false, true);
30+
wp_enqueue_script('jquery-ui', parent::$plugin_url . 'scripts/jquery-ui-1.12.1/jquery-ui.min.js', array(), false, true);
3131
}
3232

3333
}

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: delower186
33
Tags: todo, task, project management, to do list, todo list, project management, todo, todo list, task, basecamp, milestone, message, file, comment, client, team, tracking, planning, lists, reporting, project management plugin for wordpress, project manager, project manager plugin for wordpress, wordpress project management
44
Requires at least: 5.4 or higher
5-
Tested up to: 6.0.1
6-
Stable tag: 1.2.7
5+
Tested up to: 6.2.2
6+
Stable tag: 1.2.8
77
Requires PHP: 6.8
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -64,6 +64,10 @@ A. Found any bugs? Please create an [issue](https://github.com/delower186/wp-tod
6464

6565
== Changelog ==
6666

67+
= 1.2.8 =
68+
69+
* Bug Fixed
70+
6771
= 1.2.7 =
6872

6973
* Bug Fixed

wp-todo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Plugin Name: WP To Do
77
Plugin URI: https://delower.me/wp-todo/
88
Description: A full featured plugin for creating and managing a "to do" list.
9-
Version:1.2.7
9+
Version:1.2.8
1010
Author: Delower
1111
Author URI: https://delower.me
1212
License: GPLv2 or later

0 commit comments

Comments
 (0)