From 2b067d1d181671d9ff70272216dc79daab279af3 Mon Sep 17 00:00:00 2001 From: Jeff Starr Date: Thu, 2 Nov 2017 17:53:48 +0000 Subject: [PATCH] Updating plugin to version 1.5 git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@1757582 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- prismatic.php | 9 +++++---- readme.txt | 12 +++++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/prismatic.php b/prismatic.php index 1d1bb4d..b3792fd 100644 --- a/prismatic.php +++ b/prismatic.php @@ -9,9 +9,10 @@ Author URI: https://plugin-planet.com/ Donate link: https://m0n.co/donate Requires at least: 4.1 - Tested up to: 4.8 - Stable tag: 1.4 - Version: 1.4 + Tested up to: 4.9 + Stable tag: 1.5 + Version: 1.5 + Requires PHP: 5.2 Text Domain: prismatic Domain Path: /languages License: GPL v2 or later @@ -135,7 +136,7 @@ if (!class_exists('Prismatic')) { private function constants() { - if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.4'); + if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.5'); 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 903a4cd..47207e3 100644 --- a/readme.txt +++ b/readme.txt @@ -9,9 +9,10 @@ Contributors: specialk Author URI: https://plugin-planet.com/ Donate link: https://m0n.co/donate Requires at least: 4.1 -Tested up to: 4.8 -Stable tag: 1.4 -Version: 1.4 +Tested up to: 4.9 +Stable tag: 1.5 +Version: 1.5 +Requires PHP: 5.2 Text Domain: prismatic Domain Path: /languages License: GPL v2 or later @@ -403,6 +404,11 @@ Links, tweets and likes also appreciated. Thank you! :) == Changelog == +**1.5 (2017/10/22)** + +* Adds "Requires PHP" to plugin file headers +* Tests on WordPress 4.9 + **1.4 (2017/07/31)** * Fixes several PHP Warnings