Skip to content

Releases: devgeniem/dustpress

1.26.3

03 Dec 08:02
Compare
Choose a tag to compare

[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

11 Nov 08:47
Compare
Choose a tag to compare

[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

03 Sep 13:32
d6d74ab
Compare
Choose a tag to compare

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

25 May 08:49
Compare
Choose a tag to compare

Fixed

  • A bug which prevented partials in theme from overriding core partials.

1.15.0

09 May 10:19
Compare
Choose a tag to compare

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

13 Apr 13:54
Compare
Choose a tag to compare

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

13 Apr 13:53
Compare
Choose a tag to compare

Changed

  • Template file locations are now searched only once and stored in cache to improve performance.

1.13.1

13 Apr 13:53
Compare
Choose a tag to compare

Changed

  • Moved add_rewrite_tag calls to init hook.

1.13.0

15 Mar 12:46
Compare
Choose a tag to compare

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

20 Mar 11:53
Compare
Choose a tag to compare

Changelog:

  • Documentation and code syntax updates for the Pagination helper.