Skip to content

Commit fc8f919

Browse files
committed
Update readme and version number (2.7.2)
1 parent 141cec2 commit fc8f919

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
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.7.2
4+
* Updated German translation by [Mario Siegmann](http://web-alltag.de)
5+
36
### 2.7.1
47
* Added Dutch translation by Sander Spies
58
* Ensured that the editor theme setting is properly validated. Thanks to [Netsparker](https://www.netsparker.com) for reporting.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later
44
* __Tested up to:__ WordPress 4.7-alpha
5-
* __Stable version:__ [2.7.1](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
5+
* __Stable version:__ [2.7.2](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
66
* __License:__ [MIT](license.txt)
77

88
Code Snippets is an easy, clean and simple way to add code snippets to your site. It removes the need to add custom snippets to your theme theme's `functions.php` file.
@@ -19,8 +19,8 @@ If you have any feedback, issues, or suggestions for improvements please leave a
1919

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

22+
* German - [Mario Siegmann](http://web-alltag.de/), [Joerg Knoerchen](http://www.sensorgrafie.de/), and [David Decker](http://deckerweb.de)
2223
* Dutch - [Sander Spies](https://github.com/sander1)
23-
* German - [David Decker](http://deckerweb.de), [Joerg Knoerchen](http://www.sensorgrafie.de/) and [Mario Siegmann](http://web-alltag.de/)
2424
* Slovak - [Ján Fajčák](http://wp.sk)
2525
* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
2626
* Chinese - [Jincheng Shan](http://shanjincheng.com)

code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Shea Bunge <shea@bungeshea.com>
1111
* @copyright 2012-2016 Shea Bunge
1212
* @license MIT http://opensource.org/licenses/MIT
13-
* @version 2.7.1
13+
* @version 2.7.2
1414
* @link https://github.com/sheabunge/code-snippets
1515
*/
1616

@@ -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.7.1
23+
Version: 2.7.2
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.7.1' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.7.2' );
4646

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

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.6
66
Tested up to: 4.7-alpha
7-
Stable tag: 2.7.1
7+
Stable tag: 2.7.2
88
License: MIT
99
License URI: license.txt
1010

@@ -26,8 +26,8 @@ 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 - [Mario Siegmann](http://web-alltag.de/), [Joerg Knoerchen](http://www.sensorgrafie.de/), and [David Decker](http://deckerweb.de)
2930
* Dutch - [Sander Spies](https://github.com/sander1)
30-
* German - [David Decker](http://deckerweb.de), [Joerg Knoerchen](http://www.sensorgrafie.de/) and [Mario Siegmann](http://web-alltag.de/)
3131
* Slovak - [Ján Fajčák](http://wp.sk)
3232
* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
3333
* Chinese - [Jincheng Shan](http://shanjincheng.com)
@@ -119,6 +119,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
119119

120120
== Changelog ==
121121

122+
= 2.7.2 =
123+
* Updated German translation by Mario Siegmann
124+
122125
= 2.7.1 =
123126
* Added Dutch translation by Sander Spies
124127
* Ensured that the editor theme setting is properly validated. Thanks to [Netsparker](https://www.netsparker.com) for reporting.

0 commit comments

Comments
 (0)