Skip to content

Commit

Permalink
Release 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Liblastic committed Nov 30, 2021
1 parent 578d0ed commit 04bcdbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [user-activate-hotfix] - 2021-11-19
## [1.36.0] - 2021-11-30

### Fixed
- Fixed rendering bugs in `user-activate.dust`.
## [esc-filters] - 2021-11-04
- Fixed rendering bug in `user-activate.dust`.

### Added
- `wp_kses_post` (`|kses`), `esc_attr` (`|attr`), `esc_html` (`|html`) and `esc_url` (`|url`) filters added.
- Escaping filters: `wp_kses_post` (`|kses`), `esc_attr` (`|attr`), `esc_html` (`|html`) and `esc_url` (`|url`) filters added.
- Ability to include custom filters via `dustpress/filters` filter.

## [1.35.0] - 2021-11-04
Expand Down
2 changes: 1 addition & 1 deletion dustpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Miika Arponen & Ville Siltala / Geniem Oy
Author URI: http://www.geniem.com
License: GPLv3
Version: 1.35.0
Version: 1.36.0
*/

final class DustPress {
Expand Down

0 comments on commit 04bcdbd

Please sign in to comment.