Browse Source

Updates plugin to version 1.9

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

+ 4
- 4
prismatic.php View File

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


+ 8
- 3
readme.txt View File

@@ -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


Loading…
Cancel
Save