Craft Ajaxinate
Version 3.0.0
September 19, 2022
Added
- Fixed Composer 2 compatibility
- Supported upto Craft version
4.x
Version 2.0.1
October 11, 2019
Added
- Added an option to make your data dump class dynamic using
containerClassoption withinrender(). - Added an option to update the success/error message using
messageClassoption withinrender(). - Added a new functionality to load data on scroll.
Version 2.0.0
August 10, 2019
Please adjust your CP settings as majority of the configuration has been migrated to the template and substantial amount of new options has been introduced.
Added [#5]
- Support for more advanced query options. Now the plugin has an option for default
querywhile callingrender()method. - Support for all the Entry Queries that CRAFT offers.
Added
- Added
templateoption, pass the Rendering Template path - Added
limitoption, pass the limit to load entries on eachloadmore - Added
offsetoption, entries to skip and load the entries on the page load ifinitLoadis active. - Added
initLoadoption, to show entries on page load - Added
resetBtnStateoption, to show reset button - Added
extraFiltersoption, passfieldHandlename for showing filters options to the user. - Added
sortingFiltersoption, to show sorting options ( date and price handle only ), options will be shown in the dropdown. - Added
sectionoption, pass the sections name from which the entries will be loaded. - Added
catGroupLimitoption, the number of categories child to show. The default value is 10. - Added
tagGroupoption, pass an array of tag group handle name. - Added
noMoreDataMsgoption, change the default message for each configuration.
Added [#7]
- Display X number of entries on page load. The default value is 10.
Added [#4]
- Support for
multiple configurations. The plugin now allows the user to add multiple load more configuration on different templates.
Version 1.0.2
July 22, 2019
Added [#5]
- Now user have option to show the future entries only.User can enable this in plugin settings page.
Version 1.0.1
July 19, 2019
Fixed
catGrouphierarchy issue on the frontend template has been resolved.
Added
- Front End error message has been made more flexible: Now the user has the functionality to update the default message shown when no data is found.
Added
- Users can set the limit of child categories that is rendered on the frontend while calling the filter in the template. The default is 10.
Version 1.0.0
July 7, 2019
Added
- Initial release