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