Trying to get WP Plugin Directory to update the plugin
git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@1871003 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
958fca72b0
commit
c33d044377
@ -10,8 +10,8 @@
|
|||||||
Donate link: https://m0n.co/donate
|
Donate link: https://m0n.co/donate
|
||||||
Requires at least: 4.1
|
Requires at least: 4.1
|
||||||
Tested up to: 4.9
|
Tested up to: 4.9
|
||||||
Stable tag: 1.6
|
Stable tag: 1.6.1
|
||||||
Version: 1.6
|
Version: 1.6.1
|
||||||
Requires PHP: 5.2
|
Requires PHP: 5.2
|
||||||
Text Domain: prismatic
|
Text Domain: prismatic
|
||||||
Domain Path: /languages
|
Domain Path: /languages
|
||||||
@ -137,7 +137,7 @@ if (!class_exists('Prismatic')) {
|
|||||||
|
|
||||||
private function constants() {
|
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_REQUIRE')) define('PRISMATIC_REQUIRE', '4.1');
|
||||||
if (!defined('PRISMATIC_NAME')) define('PRISMATIC_NAME', 'Prismatic');
|
if (!defined('PRISMATIC_NAME')) define('PRISMATIC_NAME', 'Prismatic');
|
||||||
if (!defined('PRISMATIC_AUTHOR')) define('PRISMATIC_AUTHOR', 'Jeff Starr');
|
if (!defined('PRISMATIC_AUTHOR')) define('PRISMATIC_AUTHOR', 'Jeff Starr');
|
||||||
|
@ -10,8 +10,8 @@ Author URI: https://plugin-planet.com/
|
|||||||
Donate link: https://m0n.co/donate
|
Donate link: https://m0n.co/donate
|
||||||
Requires at least: 4.1
|
Requires at least: 4.1
|
||||||
Tested up to: 4.9
|
Tested up to: 4.9
|
||||||
Stable tag: 1.6
|
Stable tag: 1.6.1
|
||||||
Version: 1.6
|
Version: 1.6.1
|
||||||
Requires PHP: 5.2
|
Requires PHP: 5.2
|
||||||
Text Domain: prismatic
|
Text Domain: prismatic
|
||||||
Domain Path: /languages
|
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
|
> GDPR-compliant: Prismatic does not collect any user data
|
||||||
|
|
||||||
|
|
||||||
__The only 3-in-1 syntax highlighter!__
|
__The only 3-in-1 syntax highlighter!__
|
||||||
|
|
||||||
Display beautiful code snippets with Prism.js, Highlight.js, or plain code escaping:
|
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 ==
|
== Changelog ==
|
||||||
|
|
||||||
**1.6 (2018/05/07)**
|
**1.6/1.6.1 (2018/05/07)**
|
||||||
|
|
||||||
* Updates Prism.js from 1.11 to 1.14
|
* Updates Prism.js from 1.11 to 1.14
|
||||||
* Adds VBA `visual-basic` and Pascal `pascal`
|
* Adds VBA `visual-basic` and Pascal `pascal`
|
||||||
|
Loading…
Reference in New Issue
Block a user