Skip to content

Commit

Permalink
Updated dependencies, tested with WP 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmjones committed Mar 31, 2024
1 parent 13f4952 commit e076126
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.4.3
VERSION = 1.4.4
OBJ = src/js/CronPixie.js
SRC = src/elm/CronPixie.elm
SLUG = wp-cron-pixie
Expand Down
10 changes: 5 additions & 5 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "1.0.0",
"elm/json": "1.0.0",
"elm/json": "1.1.3",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"ryannhg/date-format": "2.0.1"
"ryan-haskell/date-format": "1.0.0"
},
"indirect": {
"elm/virtual-dom": "1.0.0"
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
Expand Down
6 changes: 5 additions & 1 deletion src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: ianmjones
Donate link: https://ianmjones.com/
Tags: cron, wp-cron, dashboard, admin, widget
Requires at least: 5.3
Tested up to: 6.4
Tested up to: 6.5
Stable tag: trunk
Requires PHP: 5.6
License: GPLv2 or later
Expand Down Expand Up @@ -45,6 +45,10 @@ This plugin was built for the [Building Reactive WordPress Plugins](https://deli

== Changelog ==

= 1.4.4 =
* Updated dependencies.
* Tested with WP 6.5

= 1.4.3 =
* Tested with WP 6.4

Expand Down
4 changes: 2 additions & 2 deletions src/wp-cron-pixie.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: WP Cron Pixie
* Plugin URI: https://github.com/ianmjones/wp-cron-pixie
* Description: A little dashboard widget to manage the WordPress cron.
* Version: 1.4.3
* Version: 1.4.4
* Author: Ian M. Jones
* Author URI: https://ianmjones.com/
* License: GPL-2.0+
Expand All @@ -33,7 +33,7 @@ function cron_pixie_meta() {
'slug' => 'wp-cron-pixie',
'name' => 'WP Cron Pixie',
'file' => __FILE__,
'version' => '1.4.3',
'version' => '1.4.4',
);
}

Expand Down

0 comments on commit e076126

Please sign in to comment.