Releases: devgeniem/dustpress
Releases · devgeniem/dustpress
1.36.5
What's Changed
- Changed pagination query_string filter to filter_var( $_SERVER['QUERY_STRING'], FILTER_SANITIZE_URL );. htmlspecialchars() caused problems with & characters and pagination partials.
Full Changelog: 1.36.4...1.36.5
1.36.4
[1.36.4] - 2023-01-24
Fixed
- PHP 8.1 fix: Dust PHP syntax errors.
- PHP 8.1 fix: FILTER_SANITIZE_STRING fixes.
1.36.3
[1.36.3] - 2023-01-11
Fixed
- A compatibility issue with PHP 8.1 on
get_templates()
1.36.1
PHP 8.1 hotfix
- Removed deprecated Serializable from dust/Dust.php
1.36.0
[1.36.0] - 2021-11-30
Fixed
- Fixed rendering bug in
user-activate.dust
.
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.34.2
Added
- Added pagination parameters
page
and page_count
. These can be used inside pagination.dust
1.34.1
Fix archive pages when filtering the main query with taxonomies.
1.34.0
[1.34.0] - 2021-06-10
Changed
- Added the UserActivateExtend class for allowing the functionality to be extended by the theme.