Skip to content

Commit 389d92e

Browse files
committed
Update version number to 2.12.1
1 parent a2ffb30 commit 389d92e

File tree

5 files changed

+20
-26
lines changed

5 files changed

+20
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.png?branch=master)](https://travis-ci.org/sheabunge/code-snippets)
22

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

code-snippets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
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!
2121
Author: Shea Bunge
2222
Author URI: https://bungeshea.com
23-
Version: 2.12.0
23+
Version: 2.12.1
2424
License: MIT
2525
License URI: license.txt
2626
Text Domain: code-snippets
@@ -42,7 +42,7 @@
4242
* @since 2.0
4343
* @var string A PHP-standardized version number string
4444
*/
45-
define( 'CODE_SNIPPETS_VERSION', '2.12.0' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.12.1' );
4646

4747
/**
4848
* The full path to the main file of this plugin

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"organization"
88
],
99
"type": "wordpress-plugin",
10-
"homepage": "http://sheabunge.com/plugins/code-snippets/",
10+
"homepage": "https://wordpress.org/plugins/code-snippets",
1111
"license": "MIT",
1212
"authors": [
1313
{

languages/code-snippets.pot

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: code-snippets 2.12.0\n"
9+
"Project-Id-Version: code-snippets 2.12.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-11-15 22:11+1100\n"
11+
"POT-Creation-Date: 2018-11-15 23:41+1100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -156,7 +156,7 @@ msgctxt "menu label"
156156
msgid "Import"
157157
msgstr ""
158158

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

@@ -879,71 +879,65 @@ msgstr ""
879879
msgid "You are about to permanently delete this snippet."
880880
msgstr ""
881881

882-
#: php/views/import.php:24
882+
#: php/views/import.php:23
883883
msgid ""
884884
"Upload one or more Code Snippets export files and the snippets will be "
885885
"imported."
886886
msgstr ""
887887

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

895-
#: php/views/import.php:36
896-
msgid ""
897-
"Before you can upload your import file, you will need to fix the following "
898-
"error:"
899-
msgstr ""
900-
901-
#: php/views/import.php:46
895+
#: php/views/import.php:35
902896
msgid "Duplicate Snippets"
903897
msgstr ""
904898

905-
#: php/views/import.php:49
899+
#: php/views/import.php:38
906900
msgid ""
907901
"What should happen if an existing snippet is found with an identical name to "
908902
"an imported snippet?"
909903
msgstr ""
910904

911-
#: php/views/import.php:56
905+
#: php/views/import.php:45
912906
msgid ""
913907
"Ignore any duplicate snippets: import all snippets from the file regardless "
914908
"and leave all existing snippets unchanged."
915909
msgstr ""
916910

917-
#: php/views/import.php:63
911+
#: php/views/import.php:52
918912
msgid ""
919913
"Replace any existing snippets with a newly imported snippet of the same name."
920914
msgstr ""
921915

922-
#: php/views/import.php:70
916+
#: php/views/import.php:59
923917
msgid ""
924918
"Do not import any duplicate snippets; leave all existing snippets unchanged."
925919
msgstr ""
926920

927-
#: php/views/import.php:75
921+
#: php/views/import.php:64
928922
msgid "Upload Files"
929923
msgstr ""
930924

931-
#: php/views/import.php:78
925+
#: php/views/import.php:67
932926
msgid ""
933927
"Choose one or more Code Snippets (.xml or .json) files to upload, then click "
934928
"\"Upload files and import\"."
935929
msgstr ""
936930

937-
#: php/views/import.php:83
931+
#: php/views/import.php:72
938932
msgid "Choose files from your computer:"
939933
msgstr ""
940934

941-
#: php/views/import.php:86
935+
#: php/views/import.php:75
942936
#, php-format
943937
msgid "(Maximum size: %s)"
944938
msgstr ""
945939

946-
#: php/views/import.php:97
940+
#: php/views/import.php:86
947941
msgid "Upload files and import"
948942
msgstr ""
949943

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "https://wordpress.org/plugins/code-snippets",
66
"main": "Gruntfile.js",

0 commit comments

Comments
 (0)