Skip to content

Releases: sayful1/carousel-slider

Release version 2.2.5

12 Nov 17:00

Choose a tag to compare

  • Fix - Fix post carousel date issue.
  • Fix - Fix star rating style broken for WooCommerce product carousel.
  • Dev - Update swiper javaScript library to version 11.
  • Dev - Tested with WordPress 6.4 and WooCommerce 8.2

Release version 2.2.0

31 Dec 07:28

Choose a tag to compare

  • 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

27 May 04:59

Choose a tag to compare

  • 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 ReturnTypeWillChange warning 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

03 Apr 13:35

Choose a tag to compare

  • Fix - Fix image carousel image edit button is not working for single image.

Release version 2.0.7

07 Jan 11:14

Choose a tag to compare

  • Fix null value issue on admin footer text.

Release version 2.0.6

03 Jan 13:24

Choose a tag to compare

  • 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

20 Nov 03:22

Choose a tag to compare

  • Tweak - Update carousel preview link on edit page

Release version 2.0.3

04 Nov 16:02

Choose a tag to compare

  • Fix error on image carousel structure data if image is deleted.

Release version 2.0.2

03 Nov 15:49

Choose a tag to compare

  • 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

31 Oct 16:19

Choose a tag to compare

  • 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.