File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ 1.33.0] - 2021-03-23
8
8
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
+
9
12
### Changed
10
13
- DustPress.js calls returning JSON now return clear error messages from JSON encoding problems.
11
14
Original file line number Diff line number Diff line change 8
8
/**
9
9
* Password protection helper
10
10
*
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}
13
13
*
14
14
* @package DustPress
15
15
*/
You can’t perform that action at this time.
0 commit comments