From 5b808b6c428db8e8797a4c43992b037fd4669aad Mon Sep 17 00:00:00 2001 From: Jeff Starr Date: Wed, 20 Feb 2019 21:07:58 +0000 Subject: [PATCH] Updates plugin to version 1.9 git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@2035471 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- prismatic.php | 8 ++++---- readme.txt | 11 ++++++++--- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/prismatic.php b/prismatic.php index 8024846..67f88ae 100644 --- a/prismatic.php +++ b/prismatic.php @@ -9,9 +9,9 @@ Author URI: https://plugin-planet.com/ Donate link: https://monzillamedia.com/donate.html Requires at least: 4.1 - Tested up to: 5.0 - Stable tag: 1.8 - Version: 1.8 + Tested up to: 5.1 + Stable tag: 1.9 + Version: 1.9 Requires PHP: 5.2 Text Domain: prismatic Domain Path: /languages @@ -137,7 +137,7 @@ if (!class_exists('Prismatic')) { private function constants() { - if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.8'); + if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.9'); if (!defined('PRISMATIC_REQUIRE')) define('PRISMATIC_REQUIRE', '4.1'); if (!defined('PRISMATIC_NAME')) define('PRISMATIC_NAME', 'Prismatic'); if (!defined('PRISMATIC_AUTHOR')) define('PRISMATIC_AUTHOR', 'Jeff Starr'); diff --git a/readme.txt b/readme.txt index 8722b21..b39d727 100644 --- a/readme.txt +++ b/readme.txt @@ -9,9 +9,9 @@ Contributors: specialk Author URI: https://plugin-planet.com/ Donate link: https://monzillamedia.com/donate.html Requires at least: 4.1 -Tested up to: 5.0 -Stable tag: 1.8 -Version: 1.8 +Tested up to: 5.1 +Stable tag: 1.9 +Version: 1.9 Requires PHP: 5.2 Text Domain: prismatic Domain Path: /languages @@ -452,6 +452,11 @@ Links, tweets and likes also appreciated. Thank you! :) == Changelog == +**1.9 (2019/02/02)** + +* Just a version bump for compat with WP 5.1 +* Full update coming soon :) + **1.8 (2018/11/14)** * Fixes bug: Invalid argument foreach() resources-enqueue.php line 267