You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,6 @@ Check that `$_SERVER['REMOTE_ADDR']` is set.
141
141
142
142
### Added
143
143
- 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/).
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ Features include:
18
18
Translations
19
19
------------
20
20
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.
23
22
24
23
Installation
25
24
------------
@@ -65,8 +64,7 @@ __How can I contribute?__
65
64
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.
66
65
67
66
__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.
Fix login template compatibility for WordPress 3.9
118
116
119
117
### 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.
121
119
122
120
### 1.6.2
123
121
Allow redirection to a different URL when logging out.
Copy file name to clipboardExpand all lines: readme.txt
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ Features include:
28
28
29
29
= Translations =
30
30
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.
33
32
34
33
== Installation ==
35
34
@@ -72,8 +71,7 @@ You can also submit suggested enhancements if you like.
72
71
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.
73
72
74
73
= 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.
77
75
78
76
== Screenshots ==
79
77
@@ -163,7 +161,6 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
163
161
= 1.7 =
164
162
* Remove JavaScript that disables admin RSS checkbox.
165
163
* 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/).
167
164
* Add option to allow logged in users.
168
165
169
166
= 1.6.2 =
@@ -217,10 +214,10 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
217
214
218
215
== Upgrade Notice ==
219
216
220
-
### 2.2.5
217
+
= 2.2.5 =
221
218
Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form.
Fix login template compatibility for WordPress 3.9
264
261
265
262
= 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.
267
264
268
265
= 1.6.2 =
269
266
Allow redirection to a different URL when logging out.
0 commit comments