From a4b0e97bcf81272c21277bd995ef327db66b7b0a Mon Sep 17 00:00:00 2001 From: "Ian M. Jones" Date: Wed, 5 Sep 2018 20:33:18 +0100 Subject: [PATCH] Version and changelog updated. --- elm-package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- src/README.txt | 4 ++++ src/wp-cron-pixie.php | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/elm-package.json b/elm-package.json index 4a5a3ee..115573d 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "summary": "A little dashboard widget to view the WordPress cron.", "repository": "https://github.com/ianmjones/wp-cron-pixie.git", "license": "GPL-2.0", diff --git a/package-lock.json b/package-lock.json index 25ad86b..16514b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wp-cron-pixie", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1cf4e7f..13899f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-cron-pixie", - "version": "1.3.0", + "version": "1.3.1", "description": "A little dashboard widget to view the WordPress cron.", "main": "src/js/main.js", "scripts": { diff --git a/src/README.txt b/src/README.txt index d243b24..455060b 100644 --- a/src/README.txt +++ b/src/README.txt @@ -44,6 +44,10 @@ This plugin was built for the [Building Reactive WordPress Plugins](https://deli == Changelog == += 1.3.1 = +* Minor updates to framework and build tools. +* Tested with WP 4.9.8. + = 1.3 = * Elm 0.18 frontend. diff --git a/src/wp-cron-pixie.php b/src/wp-cron-pixie.php index 7e41dd8..1d5a5c4 100644 --- a/src/wp-cron-pixie.php +++ b/src/wp-cron-pixie.php @@ -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.3.0 + * Version: 1.3.1 * Author: Ian M. Jones * Author URI: https://www.ianmjones.com/ * License: GPL-2.0+ @@ -33,7 +33,7 @@ function cron_pixie_meta() { 'slug' => 'wp-cron-pixie', 'name' => 'WP Cron Pixie', 'file' => __FILE__, - 'version' => '1.3.0', + 'version' => '1.3.1', ); }