Browse Source

Updating plugin to version 1.5

git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@1757582 b8457f37-d9ea-0310-8a92-e5e31aec5664
master
Jeff Starr 6 years ago
parent
commit
2b067d1d18
2 changed files with 14 additions and 7 deletions
  1. +5
    -4
      prismatic.php
  2. +9
    -3
      readme.txt

+ 5
- 4
prismatic.php View File

@@ -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');


+ 9
- 3
readme.txt View File

@@ -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…
Cancel
Save