Skip to content

Commit

Permalink
Update readme and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Mar 17, 2015
1 parent 4862618 commit 6a581f0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 2.0.3
* Updated German translation by [Joerg Knoerchen](http://www.sensorgrafie.de/)

## 2.0.2
* Fix error in table creation code
* Remove settings database option when plugin is uninstalled
Expand Down
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -3,7 +3,7 @@

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

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

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

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

## Installation

Expand Down Expand Up @@ -100,7 +100,7 @@ You can run snippets across an entire multisite network by **Network Activating*
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.

### I need help with Code Snippets / I have an idea for a new feature for Code Snippets
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)
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)

### I want to contribute to and help develop the Code Snippets plugin!
That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/code-snippets) and send me a pull request.
Expand Down
4 changes: 2 additions & 2 deletions code-snippets.php
Expand Up @@ -7,7 +7,7 @@
* contribute to the localization, please see http://code-snippets.bungeshea.com
*
* @package Code_Snippets
* @version 2.0.2
* @version 2.0.3
* @author Shea Bunge <http://bungeshea.com/>
* @copyright Copyright (c) 2012-2014, Shea Bunge
* @link http://code-snippets.bungeshea.com
Expand All @@ -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: http://bungeshea.com
Version: 2.0.2
Version: 2.0.3
License: MIT
License URI: license.txt
Text Domain: code-snippets
Expand Down
2 changes: 1 addition & 1 deletion languages/code-snippets-fr_FR.po
Expand Up @@ -238,7 +238,7 @@ msgstr "Snippet <strong>ajouté</strong> et <strong>activaté</strong>."

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

#: includes/edit/admin-messages.php:30
msgid "Snippet <strong>updated</strong>."
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "2.0.2",
"version": "2.0.3",
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
"homepage": "http://code-snippets.bungeshea.com",
"main": "Gruntfile.js",
Expand Down
19 changes: 11 additions & 8 deletions readme.txt
Expand Up @@ -4,7 +4,7 @@ Donate link: http://bungeshea.com/donate/
Tags: code-snippets, snippets, code, php, network, multisite
Requires at least: 3.3
Tested up to: 4.1.1
Stable tag: 2.0.2
Stable tag: 2.0.3
License: MIT
License URI: license.txt

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

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

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

== Installation ==

Expand Down Expand Up @@ -102,7 +102,7 @@ You can run snippets across an entire multisite network by **Network Activating*
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.

= I need help with Code Snippets / I have an idea for a new feature for Code Snippets =
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)
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)

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

== Changelog ==

= 2.0.3 =
* Updated German translation by [Joerg Knoerchen](http://www.sensorgraphy.net/)

= 2.0.2 =
* Fix error in table creation code
* Remove settings database option when plugin is uninstalled
Expand Down

0 comments on commit 6a581f0

Please sign in to comment.