Releases: sayful1/carousel-slider
Releases · sayful1/carousel-slider
Release version 2.2.5
Release version 2.2.0
- Feature - Add template to overwrite design from theme.
- Feature - Add basic dialog to replace "Magnific Popup" library.
- Feature - Add "Swiper" for replacement of "Owl Carousel 2" for slider library.
- Dev - Re-design responsive setting functionality.
- Dev - Add SliderSettingInterface class.
- Dev - Add MetaBoxConfig class to make metabox configuration shareable.
- Dev - Add multi checkbox setting field.
- Fix - Hero carousel delete button not working.
- Fix - Hero carousel index is not correct.
Release version 2.1.0
- Feature - Add new javaScript dialog to create carousel slider with title and slider type.
- Feature - Update metabox functionality separating create and edit functionality.
- Feature - Update slider type metabox design.
- Fix - Video Content is not saving.
- Fix - Content slider animation is too fast and not considering autoplay speed.
- Dev - Add typescript support.
- Dev - Add new meta box fields (Radio, Switch, ButtonGroup, Breakpoint, Html, Switch).
- Dev - Update metabox hiding slider change on edit mode.
- Dev - Add REST endpoint to create slider.
- Dev - Add admin feedback ui for plugin de-activation feedback.
- Dev - Add admin ui to take user confirmation to send non-sensitive data.
- Dev - Add sanitize method to sanitize array of integer.
- Dev - Add 'image_size' attribute on SliderSetting class.
- Dev - Add TemplateParserInterface class.
- Dev - Fix
ReturnTypeWillChangewarning on PHP 8.0 onward - Dev - Add filter to modify slider css classes.
- Dev - Add functionality to modify responsive breakpoint.
- Dev - Group color metabox setting together.
- Dev - Fix section setting and description is not showing.
- Dev - Add SliderSetting::lazy_load_image() to get lazy load setting.
- Dev - Add filter to modify hero and video carousel item html.
Release version 2.0.10
- Fix - Fix image carousel image edit button is not working for single image.
Release version 2.0.7
- Fix null value issue on admin footer text.
Release version 2.0.6
- Add - Add custom module for "Divi Builder"
- Add - Add functionality to add css file link dynamically if it is not added yet
- Fix - Showing data update message on admin area.
- Dev - Add unit testing for helpers classes.
- Dev - Update code according to WordPress Coding Standards
Release version 2.0.4
- Tweak - Update carousel preview link on edit page
Release version 2.0.3
- Fix error on image carousel structure data if image is deleted.
Release version 2.0.2
- Fix - Fix hero carousel height is not working as before.
- Fix - Fix issue with version 1 compatibility template for WooCommerce product loop item
- Feature - Add random order for images carousel
Release version 2.0.0
- Dev - Update preview slider core code.
- Dev - Add CLI(Command Line Interface) to create test sliders.
- Dev - Update owl setting functionality to data attribute.
- Dev - Add CSS variable to handle inline style.
- Dev - Separate sliders code to modules
- Dev - Add Upgrader class to handle upgrade functionality.
- Dev - Update gutenberg block script.