Skip to content

Commit f4c81a5

Browse files
committed
Merge branch 'feature/translate/readme'
2 parents 1d8616d + b7fc960 commit f4c81a5

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Check that `$_SERVER['REMOTE_ADDR']` is set.
141141

142142
### Added
143143
- Added 'password_protected_theme_file' filter to allow custom login templates.
144-
- It's now really easy to contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
145144
- Add option to allow logged in users.
146145

147146
## [1.6.2] - 2014-01-10

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Features include:
1818
Translations
1919
------------
2020

21-
If you would like to translate this plugin you can easily contribute via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/) - just signup for a free account.
22-
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
21+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via Wordpress.
2322

2423
Installation
2524
------------
@@ -65,8 +64,7 @@ __How can I contribute?__
6564
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
6665

6766
__How can I translate this plugin?__
68-
If you would like to translate this plugin you can easily contribute via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/) - just signup for a free account.
69-
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
67+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via Wordpress.
7068

7169
Upgrade Notice
7270
--------------
@@ -117,7 +115,7 @@ Added 'password_protected_login_redirect' filter.
117115
Fix login template compatibility for WordPress 3.9
118116

119117
### 1.7
120-
Added 'password_protected_theme_file' filter and option to allow logged in users. Contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
118+
Added 'password_protected_theme_file' filter and option to allow logged in users.
121119

122120
### 1.6.2
123121
Allow redirection to a different URL when logging out.

readme.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Features include:
2828

2929
= Translations =
3030

31-
If you would like to translate this plugin you can easily contribute via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/) - just signup for a free account.
32-
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
31+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via Wordpress.
3332

3433
== Installation ==
3534

@@ -72,8 +71,7 @@ You can also submit suggested enhancements if you like.
7271
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.
7372

7473
= How can I translate this plugin? =
75-
If you would like to translate this plugin you can easily contribute via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/) - just signup for a free account.
76-
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)
74+
If you would like to translate this plugin you can easily contribute at the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/password-protected/) page. The stable plugin needs to be 95% translated for a language file to be available to download/update via Wordpress.
7775

7876
== Screenshots ==
7977

@@ -163,7 +161,6 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
163161
= 1.7 =
164162
* Remove JavaScript that disables admin RSS checkbox.
165163
* Added 'password_protected_theme_file' filter to allow custom login templates.
166-
* It's now really easy to contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
167164
* Add option to allow logged in users.
168165

169166
= 1.6.2 =
@@ -217,10 +214,10 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
217214

218215
== Upgrade Notice ==
219216

220-
### 2.2.5
217+
= 2.2.5 =
221218
Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form.
222219

223-
### 2.2.4
220+
= 2.2.4 =
224221
Check that `$_SERVER['REMOTE_ADDR']` is set.
225222

226223
= 2.2.3 =
@@ -263,7 +260,7 @@ Added 'password_protected_login_redirect' filter.
263260
Fix login template compatibility for WordPress 3.9
264261

265262
= 1.7 =
266-
Added 'password_protected_theme_file' filter and option to allow logged in users. Contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
263+
Added 'password_protected_theme_file' filter and option to allow logged in users.
267264

268265
= 1.6.2 =
269266
Allow redirection to a different URL when logging out.

0 commit comments

Comments
 (0)