Skip to content

Releases: devgeniem/dustpress

1.36.8

Choose a tag to compare

@mmatiasautio mmatiasautio released this 24 Oct 12:32
46f720f

What's Changed

New Contributors

Full Changelog: 1.36.7...1.36.8

1.36.7

Choose a tag to compare

@seanpotts seanpotts released this 26 Jun 10:03
a3e835f
Merge pull request #181 from devgeniem/add-variable-to-menu-system-fo…

1.36.5

Choose a tag to compare

@Liblastic Liblastic released this 08 Mar 13:06

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

Choose a tag to compare

@Liblastic Liblastic released this 24 Jan 12:17

[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

Choose a tag to compare

@Nomafin Nomafin released this 11 Jan 13:31

[1.36.3] - 2023-01-11

Fixed

  • A compatibility issue with PHP 8.1 on get_templates()

1.36.1

Choose a tag to compare

@Liblastic Liblastic released this 08 Jun 15:31

PHP 8.1 hotfix

  • Removed deprecated Serializable from dust/Dust.php

1.36.0

Choose a tag to compare

@Liblastic Liblastic released this 30 Nov 14:39

[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.4

Choose a tag to compare

@ivuorinen ivuorinen released this 14 Oct 13:20

What's Changed

  • Fix current menu item check on archive pages by @jmaekki in #163

Full Changelog: 1.34.3...1.34.4

1.34.3

Choose a tag to compare

@ivuorinen ivuorinen released this 14 Oct 13:20

What's Changed

Full Changelog: 1.34.2...1.34.3

1.34.2

Choose a tag to compare

@Liblastic Liblastic released this 09 Aug 12:33

Added

  • Added pagination parameters page and page_count. These can be used inside pagination.dust