diff --git a/prismatic.php b/prismatic.php index 2f78002..019e217 100644 --- a/prismatic.php +++ b/prismatic.php @@ -10,8 +10,8 @@ Donate link: https://m0n.co/donate Requires at least: 4.1 Tested up to: 4.9 - Stable tag: 1.6 - Version: 1.6 + Stable tag: 1.6.1 + Version: 1.6.1 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.6'); + if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.6.1'); 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 8d4da69..0d16988 100644 --- a/readme.txt +++ b/readme.txt @@ -10,8 +10,8 @@ Author URI: https://plugin-planet.com/ Donate link: https://m0n.co/donate Requires at least: 4.1 Tested up to: 4.9 -Stable tag: 1.6 -Version: 1.6 +Stable tag: 1.6.1 +Version: 1.6.1 Requires PHP: 5.2 Text Domain: prismatic Domain Path: /languages @@ -25,7 +25,6 @@ Display beautiful syntax-highlighted code snippets with Prism.js or Highlight.js > GDPR-compliant: Prismatic does not collect any user data - __The only 3-in-1 syntax highlighter!__ Display beautiful code snippets with Prism.js, Highlight.js, or plain code escaping: @@ -432,7 +431,7 @@ Links, tweets and likes also appreciated. Thank you! :) == Changelog == -**1.6 (2018/05/07)** +**1.6/1.6.1 (2018/05/07)** * Updates Prism.js from 1.11 to 1.14 * Adds VBA `visual-basic` and Pascal `pascal`