Skip to content

Commit 6a581f0

Browse files
committed
Update readme and version number
1 parent 4862618 commit 6a581f0

File tree

6 files changed

+26
-20
lines changed

6 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.0.3
4+
* Updated German translation by [Joerg Knoerchen](http://www.sensorgrafie.de/)
5+
36
## 2.0.2
47
* Fix error in table creation code
58
* Remove settings database option when plugin is uninstalled

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
* __Requires at least:__ [WordPress 3.3](http://wordpress.org/download/) or later
55
* __Tested up to:__ WordPress 4.1.1
6-
* __Stable version:__ [2.0.2](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
6+
* __Stable version:__ [2.0.3](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
77
* __License:__ [MIT](license.txt)
88

99
An easy, clean and simple way to add code snippets to your site.
@@ -24,13 +24,13 @@ If you have any feedback, issues, or suggestions for improvements please leave a
2424

2525
Code Snippets can be used in these different languages thanks to the following translators:
2626

27-
* German - [David Decker](http://deckerweb.de)
28-
* French - [oWEB](http://office-web.net)
29-
* Japanese - [mt8](http://mt8.biz/)
30-
* Serbo-Croatian - [Borisa Djuraskovic from Web Hosting Hub](http://www.webhostinghub.com/)
31-
* Chinese - [Jincheng Shan](http://shanjincheng.com)
32-
* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
27+
* German - [David Decker](http://deckerweb.de) and [Joerg Knoerchen](http://www.sensorgrafie.de/)
3328
* Slovak - [Ján Fajčák](http://wp.sk)
29+
* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
30+
* Chinese - [Jincheng Shan](http://shanjincheng.com)
31+
* Serbo-Croatian - [Borisa Djuraskovic from Web Hosting Hub](http://www.webhostinghub.com/)
32+
* Japanese - [mt8](http://mt8.biz/)
33+
* French - [oWEB](http://office-web.net)
3434

3535
## Installation
3636

@@ -100,7 +100,7 @@ You can run snippets across an entire multisite network by **Network Activating*
100100
Snippets are stored in the `wp_snippets` table in the WordPress database. The table name may differ depending on what your table prefix is set to.
101101

102102
### I need help with Code Snippets / I have an idea for a new feature for Code Snippets
103-
You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums][htts://wordpress.org/support/plugin/code-snippets] or on [GithHub](https://github.com/sheabunge/code-snippets)
103+
You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums](https://wordpress.org/support/plugin/code-snippets) or on [GitHub](https://github.com/sheabunge/code-snippets)
104104

105105
### I want to contribute to and help develop the Code Snippets plugin!
106106
That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/code-snippets) and send me a pull request.

code-snippets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* contribute to the localization, please see http://code-snippets.bungeshea.com
88
*
99
* @package Code_Snippets
10-
* @version 2.0.2
10+
* @version 2.0.3
1111
* @author Shea Bunge <http://bungeshea.com/>
1212
* @copyright Copyright (c) 2012-2014, Shea Bunge
1313
* @link http://code-snippets.bungeshea.com
@@ -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: http://bungeshea.com
23-
Version: 2.0.2
23+
Version: 2.0.3
2424
License: MIT
2525
License URI: license.txt
2626
Text Domain: code-snippets

languages/code-snippets-fr_FR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ msgstr "Snippet <strong>ajouté</strong> et <strong>activaté</strong>."
238238

239239
#: includes/edit/admin-messages.php:26
240240
msgid "Snippet <strong>updated</strong> and <strong>deactivated</strong>."
241-
msgstr ""
241+
msgstr "Snippet <strong>mis à jour</strong> et <strong>désactivaté</strong>."
242242

243243
#: includes/edit/admin-messages.php:30
244244
msgid "Snippet <strong>updated</strong>."

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.0.2",
3+
"version": "2.0.3",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "http://code-snippets.bungeshea.com",
66
"main": "Gruntfile.js",

readme.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.3
66
Tested up to: 4.1.1
7-
Stable tag: 2.0.2
7+
Stable tag: 2.0.3
88
License: MIT
99
License URI: license.txt
1010

@@ -26,13 +26,13 @@ If you have any feedback, issues, or suggestions for improvements please leave a
2626

2727
Code Snippets can be used in these different languages thanks to the following translators:
2828

29-
* German - [David Decker](http://deckerweb.de)
30-
* French - [oWEB](http://office-web.net)
31-
* Japanese - [mt8](http://mt8.biz/)
32-
* Serbo-Croatian - [Borisa Djuraskovic from Web Hosting Hub](http://www.webhostinghub.com/)
33-
* Chinese - [Jincheng Shan](http://shanjincheng.com)
34-
* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
29+
* German - [David Decker](http://deckerweb.de) and [Joerg Knoerchen](http://www.sensorgrafie.de/)
3530
* Slovak - [Ján Fajčák](http://wp.sk)
31+
* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
32+
* Chinese - [Jincheng Shan](http://shanjincheng.com)
33+
* Serbo-Croatian - [Borisa Djuraskovic from Web Hosting Hub](http://www.webhostinghub.com/)
34+
* Japanese - [mt8](http://mt8.biz/)
35+
* French - [oWEB](http://office-web.net)
3636

3737
== Installation ==
3838

@@ -102,7 +102,7 @@ You can run snippets across an entire multisite network by **Network Activating*
102102
Snippets are stored in the `wp_snippets` table in the WordPress database. The table name may differ depending on what your table prefix is set to.
103103

104104
= I need help with Code Snippets / I have an idea for a new feature for Code Snippets =
105-
You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums][htts://wordpress.org/support/plugin/code-snippets] or on [GithHub](https://github.com/sheabunge/code-snippets)
105+
You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums](https://wordpress.org/support/plugin/code-snippets) or on [GitHub](https://github.com/sheabunge/code-snippets)
106106

107107
= I want to contribute to and help develop the Code Snippets plugin! =
108108
That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/code-snippets) and send me a pull request.
@@ -116,6 +116,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
116116

117117
== Changelog ==
118118

119+
= 2.0.3 =
120+
* Updated German translation by [Joerg Knoerchen](http://www.sensorgraphy.net/)
121+
119122
= 2.0.2 =
120123
* Fix error in table creation code
121124
* Remove settings database option when plugin is uninstalled

0 commit comments

Comments
 (0)