Unique Headers - Version 1.3.10

Version Description

Download this release

Release Info

Developer ryanhellyer
Plugin Icon wp plugin Unique Headers
Version 1.3.10
Comparing to
See all releases

Code changes from version 1.3.9 to 1.3.10

index.php CHANGED
@@ -1,12 +1,13 @@
1
  <?php
2
  /*
3
  Plugin Name: Unique Headers
4
- Plugin URI: https://geek.hellyer.kiwi/products/unique-headers/
5
  Description: Unique Headers
6
- Version: 1.3.9
7
  Author: Ryan Hellyer
8
  Author URI: https://geek.hellyer.kiwi/
9
  Text Domain: unique-headers
 
10
 
11
  ------------------------------------------------------------------------
12
  Copyright Ryan Hellyer
1
  <?php
2
  /*
3
  Plugin Name: Unique Headers
4
+ Plugin URI: https://geek.hellyer.kiwi/plugins/unique-headers/
5
  Description: Unique Headers
6
+ Version: 1.3.10
7
  Author: Ryan Hellyer
8
  Author URI: https://geek.hellyer.kiwi/
9
  Text Domain: unique-headers
10
+ License: GPL2
11
 
12
  ------------------------------------------------------------------------
13
  Copyright Ryan Hellyer
languages/unique-headers-de_DE.mo ADDED
Binary file
languages/unique-headers-de_DE.po ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: Unique Headers\n"
8
+ "Language: de\n"
9
+
10
+ #:
11
+ msgid "Custom header"
12
+ msgstr "Benutzerdefinierter Kopfbereich/Header"
13
+
14
+ #:
15
+ msgid "Set Custom Header Image"
16
+ msgstr "Benutzerdefiniertes Header-Bild festlegen"
17
+
18
+ #:
19
+ msgid "Remove Custom Header Image"
20
+ msgstr "Benutzerdefiniertes Header-Bild entfernen"
21
+
22
+ #:
23
+ msgid "Upload header image"
24
+ msgstr "Header-Bild hochladen"
25
+
readme.txt CHANGED
@@ -4,8 +4,7 @@ Tags: custom-header, header, headers, image, header-image, header-images, taxono
4
  Donate link: https://geek.hellyer.kiwi/donate/
5
  Requires at least: 4.1
6
  Tested up to: 4.2
7
- Stable tag: 1.3.9
8
- Text Domain: unique-headers
9
 
10
 
11
 
@@ -24,6 +23,7 @@ You must use a theme which utilizes the built-in custom header functionality of
24
  = Language support =
25
  The plugin includes translations for the following languages:
26
  1. Spanish - provided by <a href="http://westoresolutions.com/">Mariano J. Ponce</a>
 
27
 
28
 
29
  == Installation ==
@@ -128,6 +128,7 @@ No, I'm too busy. Having said that, if you are willing to pay me a small fortune
128
 
129
  == Changelog ==
130
 
 
131
  Version 1.3.9: Fixing error which caused header images to disappear on upgrading (data was still available just not accessed correctly).<br />
132
  Version 1.3.8: Modification translation system to work with changes on WordPress.org.<br />
133
  Version 1.3.7: Addition of Spanish translation<br />
@@ -147,7 +148,9 @@ Version 1.0: Initial release<br />
147
  Thanks to the following for help with the development of this plugin:<br />
148
  * <a href="http://onmytodd.org">Todd</a> - Assistance with implementing support for tags<br />
149
  * <a href="http://westoresolutions.com/">Mariano J. Ponce</a> - Spanish translation<br />
150
- * <a href="http://nakri.co.uk/">Nadia Tokerud</a> - Proof-reading of Norwegian Bokmål translation (coming soon)<br />
 
151
  * <a href="http://bjornjohansen.no/">Bjørn Johansen</a> - Proof-reading of Norwegian Bokmål translation (coming soon)<br />
152
  * <a href="https://www.facebook.com/kaljam/">Karl Olofsson</a> - Proof-reading of Swedish translation (coming soon)<br />
153
- * <a href="http://www.jennybeaumont.com/"">Jenny Beaumont</a> - French translation (coming soon)<br />
 
4
  Donate link: https://geek.hellyer.kiwi/donate/
5
  Requires at least: 4.1
6
  Tested up to: 4.2
7
+ Stable tag: 1.3.10
 
8
 
9
 
10
 
23
  = Language support =
24
  The plugin includes translations for the following languages:
25
  1. Spanish - provided by <a href="http://westoresolutions.com/">Mariano J. Ponce</a>
26
+ 2. German - provided by <a href="http://www.graphicana.de/">Tobias Klotz</a>
27
 
28
 
29
  == Installation ==
128
 
129
  == Changelog ==
130
 
131
+ Version 1.3.10: Added Deutsch (German) language translation.
132
  Version 1.3.9: Fixing error which caused header images to disappear on upgrading (data was still available just not accessed correctly).<br />
133
  Version 1.3.8: Modification translation system to work with changes on WordPress.org.<br />
134
  Version 1.3.7: Addition of Spanish translation<br />
148
  Thanks to the following for help with the development of this plugin:<br />
149
  * <a href="http://onmytodd.org">Todd</a> - Assistance with implementing support for tags<br />
150
  * <a href="http://westoresolutions.com/">Mariano J. Ponce</a> - Spanish translation<br />
151
+ * <a href="http://www.graphicana.de/">Tobias Klotz</a> - Deutsch (German) language translation.
152
+ * <a href="http://nakri.co.uk/">Nadia Tokerud</a> - Proof-reading of Norsk Bokmål (Norwegian) translation (coming soon)<br />
153
  * <a href="http://bjornjohansen.no/">Bjørn Johansen</a> - Proof-reading of Norwegian Bokmål translation (coming soon)<br />
154
  * <a href="https://www.facebook.com/kaljam/">Karl Olofsson</a> - Proof-reading of Swedish translation (coming soon)<br />
155
+ * <a href="http://www.jennybeaumont.com/">Jenny Beaumont</a> - French translation (coming soon)<br />
156
+