Skip to content

Commit e7678f9

Browse files
committed
Update changelog.
1 parent 350bf11 commit e7678f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
### Added
88
- Adds `password_protected_cookie_name` filter for the cookie name. Props [Jose Castaneda](https://github.com/jocastaneda).
9+
- Let developers override the capability needed to see the options page via a `password_protected_options_page_capability` filter. Props [Nicola Peluchetti](https://github.com/nicoladj77).
910

1011
### Fixed
12+
- Don't use a "testcookie" POST query as it is blocked by Namecheap (and possibly other hosts).
1113
- Fix warnings in W3 validator - script and style “type” attribute not required. Props [@dianamurcia](https://github.com/dianamurcia).
1214

1315
### Changed

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ If you would like to translate this plugin you can easily contribute at the [Tra
8282

8383
= Unreleased =
8484
- Adds `password_protected_cookie_name` filter for the cookie name. Props [Jose Castaneda](https://github.com/jocastaneda).
85+
- Let developers override the capability needed to see the options page via a `password_protected_options_page_capability` filter. Props [Nicola Peluchetti](https://github.com/nicoladj77).
86+
- Don't use a "testcookie" POST query as it is blocked by Namecheap (and possibly other hosts).
8587
- Fix warnings in W3 validator - script and style “type” attribute not required. Props [@dianamurcia](https://github.com/dianamurcia).
8688
- Translations now via [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/password-protected/).
8789
- Updated URL references. Props [Garrett Hyder](https://github.com/garretthyder).

0 commit comments

Comments
 (0)