Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[2.3.0] - 2018–06–20
Added
bypassMainQuery parameter to be able to bypass main WP_Query if it’s not needed on the request.
[2.2.0] - 2018–06–14
Added
- Possibility to change the ajax endpoint url either on per-request basis or project-wise.
Changed
- Default endpoint for the ajax call to be the home url instead of current page url.
[2.1.2] - 2018–05–25
Fixed
- A bug where two simultaneous DustPress.js calls would clash and cause unexpected behaviour.
[2.1.1] - 2018–01–17
Fixed
- A bug regarding the enqueueing of the script
[2.1.0] - 2018–01–17
Added
- Added a feature for getting both the data and the rendered output when using a Dust partial
- Added possibility to change the dependency setting of the DustPress.js library if, for example, jQuery is provided outside the WordPress enqueue system
[2.0.2] - 2017–11–15
Changed
- Fixed a bug that caused crashing in certain circumstances in the front-end
- Enhanced the documentation with better examples and fixed some typos
[2.0.1] - 2017–11–10
Changed
- Changed the enqueue call to use the plugin version for the script version
[2.0.0] - 2017–10–20
Changed
- Changed to using application/json so parameters keep their type. NOTE: this will break earlier functionality as dustpress model
get_args() function returned an array but it will now return an object instead
[1.1.3] - 2017–10–04
Added
- Added a return to the default dp function so the ajax call can be handled
- Added a changelog