Skip to content

Commit

Permalink
Update version number to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 15, 2018
1 parent a2ffb30 commit 389d92e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.png?branch=master)](https://travis-ci.org/sheabunge/code-snippets)

* __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later
* __Tested up to:__ WordPress 4.9.8
* __Tested up to:__ WordPress 5.0
* __Stable version:__ [2.12.0](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
* __License:__ [MIT](license.txt)

Expand Down
4 changes: 2 additions & 2 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Description: An easy, clean and simple way to add code snippets to your site. No need to edit to your theme's functions.php file again!
Author: Shea Bunge
Author URI: https://bungeshea.com
Version: 2.12.0
Version: 2.12.1
License: MIT
License URI: license.txt
Text Domain: code-snippets
Expand All @@ -42,7 +42,7 @@
* @since 2.0
* @var string A PHP-standardized version number string
*/
define( 'CODE_SNIPPETS_VERSION', '2.12.0' );
define( 'CODE_SNIPPETS_VERSION', '2.12.1' );

/**
* The full path to the main file of this plugin
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"organization"
],
"type": "wordpress-plugin",
"homepage": "http://sheabunge.com/plugins/code-snippets/",
"homepage": "https://wordpress.org/plugins/code-snippets",
"license": "MIT",
"authors": [
{
Expand Down
36 changes: 15 additions & 21 deletions languages/code-snippets.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: code-snippets 2.12.0\n"
"Project-Id-Version: code-snippets 2.12.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-15 22:11+1100\n"
"POT-Creation-Date: 2018-11-15 23:41+1100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -156,7 +156,7 @@ msgctxt "menu label"
msgid "Import"
msgstr ""

#: php/admin-menus/class-import-menu.php:16 php/views/import.php:20
#: php/admin-menus/class-import-menu.php:16 php/views/import.php:19
msgid "Import Snippets"
msgstr ""

Expand Down Expand Up @@ -879,71 +879,65 @@ msgstr ""
msgid "You are about to permanently delete this snippet."
msgstr ""

#: php/views/import.php:24
#: php/views/import.php:23
msgid ""
"Upload one or more Code Snippets export files and the snippets will be "
"imported."
msgstr ""

#: php/views/import.php:29
#: php/views/import.php:28
#, php-format
msgid ""
"Afterwards, you will need to visit the <a href=\"%s\">All Snippets</a> page "
"to activate the imported snippets."
msgstr ""

#: php/views/import.php:36
msgid ""
"Before you can upload your import file, you will need to fix the following "
"error:"
msgstr ""

#: php/views/import.php:46
#: php/views/import.php:35
msgid "Duplicate Snippets"
msgstr ""

#: php/views/import.php:49
#: php/views/import.php:38
msgid ""
"What should happen if an existing snippet is found with an identical name to "
"an imported snippet?"
msgstr ""

#: php/views/import.php:56
#: php/views/import.php:45
msgid ""
"Ignore any duplicate snippets: import all snippets from the file regardless "
"and leave all existing snippets unchanged."
msgstr ""

#: php/views/import.php:63
#: php/views/import.php:52
msgid ""
"Replace any existing snippets with a newly imported snippet of the same name."
msgstr ""

#: php/views/import.php:70
#: php/views/import.php:59
msgid ""
"Do not import any duplicate snippets; leave all existing snippets unchanged."
msgstr ""

#: php/views/import.php:75
#: php/views/import.php:64
msgid "Upload Files"
msgstr ""

#: php/views/import.php:78
#: php/views/import.php:67
msgid ""
"Choose one or more Code Snippets (.xml or .json) files to upload, then click "
"\"Upload files and import\"."
msgstr ""

#: php/views/import.php:83
#: php/views/import.php:72
msgid "Choose files from your computer:"
msgstr ""

#: php/views/import.php:86
#: php/views/import.php:75
#, php-format
msgid "(Maximum size: %s)"
msgstr ""

#: php/views/import.php:97
#: php/views/import.php:86
msgid "Upload files and import"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "2.12.0",
"version": "2.12.1",
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
"homepage": "https://wordpress.org/plugins/code-snippets",
"main": "Gruntfile.js",
Expand Down

0 comments on commit 389d92e

Please sign in to comment.