Browse Source

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
master
Jeff Starr 6 years ago
parent
commit
c33d044377
2 changed files with 6 additions and 7 deletions
  1. +3
    -3
      prismatic.php
  2. +3
    -4
      readme.txt

+ 3
- 3
prismatic.php View File

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


+ 3
- 4
readme.txt View File

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


Loading…
Cancel
Save