Skip to content

Commit e99f294

Browse files
author
Miika Arponen
committed
Version 1.33.0
1 parent 26f2658 commit e99f294

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [1.33.0] - 2021-03-23
88

9+
### Added
10+
- `no_form` parameter to `@password` helper to be used when there's more than one instance of the helper at a page.
11+
912
### Changed
1013
- DustPress.js calls returning JSON now return clear error messages from JSON encoding problems.
1114

helpers/password.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
/**
99
* Password protection helper
1010
*
11-
* @example {@password}Anything worth password protection, will be replaced with password form.{/password}
12-
* @example {@password no_form=true}Should be used with one instance where form isn't hidden.{/password}
11+
* @example {@password}Anything worth password protection will be replaced with password form.{/password}
12+
* @example {@password no_form=true}Should be used with an instance where form isn't hidden.{/password}
1313
*
1414
* @package DustPress
1515
*/

0 commit comments

Comments
 (0)