Updating plugin to version 1.5
git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@1757582 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
03eee6d070
commit
2b067d1d18
@ -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');
|
||||
|
12
readme.txt
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user