Releases: devgeniem/dustpress
Releases · devgeniem/dustpress
1.26.3
[1.26.3] - 2019-12-03
Fixed
- A bug in the menu helper that caused fatal errors when the menu did not exist.
1.26.0
[1.26.0] - 2019-11-11
Added
- Debugging data from DustPress.js calls added to DustPress Debugger view as well.
Changed
- Default name for the debugging data block to "Debug" instead of "Helper data".
1.16.2
Changed
- Fixed 'dustpress/router' filter for WordPress preview functionality.
- Removed unnecessary
$id
parameter from get_post_meta()
.
- Changed functions
get_post()
and get_acf_post()
to use global post if desired post id same as global post.
1.15.1
Fixed
- A bug which prevented partials in theme from overriding core partials.
1.15.0
Added
- A possibility to give Comparison helpers
type
parameter to use it with booleans as is the case with the original Dust.js.
1.14.1
Fixed
- A bug where PHP warnings would occur when trying to call custom AJAX route that does not exist. Enhanced error messages as well.
1.14.0
Changed
- Template file locations are now searched only once and stored in cache to improve performance.
1.13.1
Changed
- Moved add_rewrite_tag calls to init hook.
1.13.0
Added
- Ability to register custom routes.
- The Pagination helper now adds its data into the debugger.
Fixed
- Code style fixes for the Pagination helper.
1.6.3
Changelog:
- Documentation and code syntax updates for the Pagination helper.