Version Description
Download this release
Release Info
Developer | ryanhellyer |
Plugin | Unique Headers |
Version | 1.3.12 |
Comparing to | |
See all releases |
Code changes from version 1.3.11 to 1.3.12
- index.php +1 -1
- languages/unique-headers-fr_FR.mo +0 -0
- languages/unique-headers-fr_FR.po +25 -0
- readme.txt +5 -3
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Unique Headers
|
4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/unique-headers/
|
5 |
Description: Unique Headers
|
6 |
-
Version: 1.3.
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
Text Domain: unique-headers
|
3 |
Plugin Name: Unique Headers
|
4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/unique-headers/
|
5 |
Description: Unique Headers
|
6 |
+
Version: 1.3.12
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
Text Domain: unique-headers
|
languages/unique-headers-fr_FR.mo
ADDED
Binary file
|
languages/unique-headers-fr_FR.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: fr\n"
|
9 |
+
|
10 |
+
#:
|
11 |
+
msgid "Custom header"
|
12 |
+
msgstr "Image d'entête"
|
13 |
+
|
14 |
+
#:
|
15 |
+
msgid "Set Custom Header Image"
|
16 |
+
msgstr "Sélectionner l'image d'entête"
|
17 |
+
|
18 |
+
#:
|
19 |
+
msgid "Remove Custom Header Image"
|
20 |
+
msgstr "Supprimer l'image d'entête"
|
21 |
+
|
22 |
+
#:
|
23 |
+
msgid "Upload header image"
|
24 |
+
msgstr "Télécharger une image d'entête"
|
25 |
+
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: ryanhellyer
|
|
3 |
Tags: custom-header, header, headers, images, page, post, plugin, image, images, categories, gallery, media, header-image, header-images, taxonomy, tag, category, posts, pages, taxonomies, post, page, unique, custom
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.3.
|
8 |
|
9 |
|
10 |
|
@@ -22,8 +22,10 @@ You must use a theme which utilizes the built-in custom header functionality of
|
|
22 |
|
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,6 +130,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.11: Moved instantiation and localization code into a class.
|
132 |
Version 1.3.10: Added Deutsch (German) language translation.
|
133 |
Version 1.3.9: Fixing error which caused header images to disappear on upgrading (data was still available just not accessed correctly).<br />
|
@@ -154,4 +157,3 @@ Thanks to the following for help with the development of this plugin:<br />
|
|
154 |
* <a href="http://bjornjohansen.no/">Bjørn Johansen</a> - Proof-reading of Norwegian Bokmål translation (coming soon)<br />
|
155 |
* <a href="https://www.facebook.com/kaljam/">Karl Olofsson</a> - Proof-reading of Swedish translation (coming soon)<br />
|
156 |
* <a href="http://www.jennybeaumont.com/">Jenny Beaumont</a> - French translation (coming soon)<br />
|
157 |
-
|
3 |
Tags: custom-header, header, headers, images, page, post, plugin, image, images, categories, gallery, media, header-image, header-images, taxonomy, tag, category, posts, pages, taxonomies, post, page, unique, custom
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.1
|
6 |
+
Tested up to: 4.3
|
7 |
+
Stable tag: 1.3.12
|
8 |
|
9 |
|
10 |
|
22 |
|
23 |
= Language support =
|
24 |
The plugin includes translations for the following languages:
|
25 |
+
|
26 |
1. Spanish - provided by <a href="http://westoresolutions.com/">Mariano J. Ponce</a>
|
27 |
2. German - provided by <a href="http://www.graphicana.de/">Tobias Klotz</a>
|
28 |
+
3. French - provided by <a href="http://www.jennybeaumont.com/">Jenny Beaumont</a>
|
29 |
|
30 |
|
31 |
== Installation ==
|
130 |
|
131 |
== Changelog ==
|
132 |
|
133 |
+
Version 1.3.12: Added French language translation.
|
134 |
Version 1.3.11: Moved instantiation and localization code into a class.
|
135 |
Version 1.3.10: Added Deutsch (German) language translation.
|
136 |
Version 1.3.9: Fixing error which caused header images to disappear on upgrading (data was still available just not accessed correctly).<br />
|
157 |
* <a href="http://bjornjohansen.no/">Bjørn Johansen</a> - Proof-reading of Norwegian Bokmål translation (coming soon)<br />
|
158 |
* <a href="https://www.facebook.com/kaljam/">Karl Olofsson</a> - Proof-reading of Swedish translation (coming soon)<br />
|
159 |
* <a href="http://www.jennybeaumont.com/">Jenny Beaumont</a> - French translation (coming soon)<br />
|
|