From 15cbb1d781c27e3d4b83db6031df5ae1c0460a21 Mon Sep 17 00:00:00 2001 From: Jeff Starr Date: Mon, 24 Oct 2016 19:17:22 +0000 Subject: [PATCH] update git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@1521347 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- inc/settings-callbacks.php | 2 +- languages/prismatic.pot | 19 +++++++++++-------- prismatic.php | 6 +++--- readme.txt | 10 ++++++++-- 4 files changed, 23 insertions(+), 14 deletions(-) diff --git a/inc/settings-callbacks.php b/inc/settings-callbacks.php index 79a74ee..7b99cf2 100644 --- a/inc/settings-callbacks.php +++ b/inc/settings-callbacks.php @@ -4,7 +4,7 @@ if (!defined('ABSPATH')) exit; function prismatic_section_general() { - echo '

'. esc_html__('Thank you for using the free version of Prismatic.', 'prismatic') .'

'; + echo '

'. esc_html__('Thank you for using the free version of', 'prismatic') .' '. esc_html__('Prismatic', 'prismatic') .'.

'; } diff --git a/languages/prismatic.pot b/languages/prismatic.pot index ebc656b..9783cb3 100644 --- a/languages/prismatic.pot +++ b/languages/prismatic.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-20 19:51+0000\n" +"POT-Creation-Date: 2016-10-24 19:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: \n" @@ -73,7 +73,12 @@ msgid "Cheatin’ huh?" msgstr "" #: inc/settings-callbacks.php:7 -msgid "Thank you for using the free version of Prismatic." +msgid "Thank you for using the free version of" +msgstr "" + +#. Name of the plugin +#: inc/settings-callbacks.php:7 +msgid "Prismatic" msgstr "" #: inc/settings-callbacks.php:13 inc/settings-callbacks.php:25 @@ -223,7 +228,7 @@ msgid "Highlight theme" msgstr "" #: inc/settings-register.php:44 -msgid "Init script for Highlight.js" +msgid "Init script for Highlight.js (required)" msgstr "" #: inc/settings-register.php:45 @@ -546,12 +551,10 @@ msgstr "" msgid "Zenburn" msgstr "" -#. Name of the plugin -msgid "Prismatic" -msgstr "" - #. Description of the plugin -msgid "Escape code snippets and syntax highlight with Prism.js or Highlight.js" +msgid "" +"Display beautiful syntax-highlighted code snippets with Prism.js or " +"Highlight.js" msgstr "" #. URI of the plugin diff --git a/prismatic.php b/prismatic.php index 7a53cec..7f88c14 100644 --- a/prismatic.php +++ b/prismatic.php @@ -10,8 +10,8 @@ Donate link: http://m0n.co/donate Requires at least: 4.1 Tested up to: 4.6 - Stable tag: 1.0 - Version: 1.0 + Stable tag: 1.1 + Version: 1.1 Text Domain: prismatic Domain Path: /languages License: GPL v2 or later @@ -118,7 +118,7 @@ if (!class_exists('Prismatic')) { private function constants() { - if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.0'); + if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.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 a0558f6..30edc5e 100644 --- a/readme.txt +++ b/readme.txt @@ -10,8 +10,8 @@ Author URI: https://plugin-planet.com/ Donate link: http://m0n.co/donate Requires at least: 4.1 Tested up to: 4.6 -Stable tag: 1.0 -Version: 1.0 +Stable tag: 1.1 +Version: 1.1 Text Domain: prismatic Domain Path: /languages License: GPL v2 or later @@ -384,6 +384,12 @@ Links, tweets and likes also appreciated. Thank you! :) == Changelog == +**1.1 (2016/10/24)** + +* Updated/added some links +* Updated default language file +* Tested with WP 4.7 (alpha) + **1.0 (2016/10/21)** * Initial release