Skip to content

Commit 35968ec

Browse files
committed
Merge branch 'master' into develop
2 parents 824e522 + 348e1c7 commit 35968ec

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77
## [2.2.5] - 2019-06-04
88

99
### Added
10-
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com).
10+
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com/jeherve).
1111

1212
### Changed
1313
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Features include:
1010
- Password protect your WordPress site with a single password.
1111
- Option to allow access to feeds.
1212
- Option to allow administrators access without entering password.
13-
- Works with Mark Jaquith's [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin.
14-
- Works with the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin.
13+
- Works with Mark Jaquith's [Login Logo](https://wordpress.org/plugins/login-logo/) plugin.
14+
- Works with the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin.
1515

1616
> Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.
1717
1818
Translations
1919
------------
2020

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.
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.
2222

2323
Installation
2424
------------
@@ -37,8 +37,8 @@ If you are upgrading manually via FTP rather that through the WordPress automati
3737
Frequently Asked Questions
3838
--------------------------
3939

40-
__How can I change the Wordpress logo to a different image?__
41-
Install and configure the [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
40+
__How can I change the WordPress logo to a different image?__
41+
Install and configure the [Login Logo](https://wordpress.org/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
4242

4343
__How can I enable feeds while the site is password protected?__
4444
In the settings, check the 'Allow Feeds' checkbox.
@@ -64,7 +64,7 @@ __How can I contribute?__
6464
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.
6565

6666
__How can I translate this plugin?__
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.
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.
6868

6969
Upgrade Notice
7070
--------------

password-protected.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ public function install() {
672672
*
673673
* Support for 3rd party plugins:
674674
*
675-
* - Login Logo http://wordpress.org/extend/plugins/login-logo/
676-
* - Uber Login Logo http://wordpress.org/plugins/uber-login-logo/
675+
* - Login Logo https://wordpress.org/plugins/login-logo/
676+
* - Uber Login Logo https://wordpress.org/plugins/uber-login-logo/
677677
*/
678678
public function compat() {
679679

readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Features include:
2121
* Password protect your WordPress site with a single password.
2222
* Option to allow access to feeds.
2323
* Option to allow administrators access without entering password.
24-
* Works with Mark Jaquith's [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin.
25-
* Works with the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin.
24+
* Works with Mark Jaquith's [Login Logo](https://wordpress.org/plugins/login-logo/) plugin.
25+
* Works with the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin.
2626

2727
> Please note, this plugin works by setting a cookie to allow access to the site. If you are using a caching plugin or web hosting such as WP Engine that has in-built caching, you will need to configure the caching service to be disabled if the Password Protected cookie is set.
2828

2929
= Translations =
3030

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.
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.
3232

3333
== Installation ==
3434

@@ -44,8 +44,8 @@ If you are upgrading manually via FTP rather that through the WordPress automati
4444

4545
== Frequently Asked Questions ==
4646

47-
= How can I change the Wordpress logo to a different image? =
48-
Install and configure the [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
47+
= How can I change the WordPress logo to a different image? =
48+
Install and configure the [Login Logo](https://wordpress.org/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](https://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.
4949

5050
= How can I enable feeds while the site is password protected? =
5151
In the settings, check the 'Allow Feeds' checkbox.
@@ -71,7 +71,7 @@ You can also submit suggested enhancements if you like.
7171
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.
7272

7373
= How can I translate this plugin? =
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.
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.
7575

7676
== Screenshots ==
7777

@@ -83,7 +83,7 @@ If you would like to translate this plugin you can easily contribute at the [Tra
8383
= Unreleased =
8484

8585
= 2.2.5 =
86-
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com).
86+
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com/jeherve).
8787
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
8888
- Update Portuguese translation. Props [Jonathan Hult](https://github.com/jhult).
8989
- Update Russian translation. Props [Alexey Chumakov](https://github.com/achumakov).

0 commit comments

Comments
 (0)