Releases: BruceMcKinnon/Ingeni-slick-carousel
Release list
v2023.05
v2023.04
v2023.04 - Support post_ids parameter when using a custom template.
v2023.03
- Make sure calls to get_posts() include the parameter 'posts_per_page' = max_thumbs;
- Set max_thumbs default to -1 (i.e, get all).
- Added the image_size parameter - allows you to decide which size image to retrieve from the WP media centre.
v2023.01
v2023.01 - do_ingeni_slick() - When using templates, also check for a child theme path ( using get_stylesheet_directory() ).
v2022.04
v2022.04 - do_ingeni_slick() - Implemented 'orderby' param for image based slides when content comes from a post, content_block, etc featured image.
v2022.03
v2022.03 - do_ingeni_slick() - Initialise home_page variable.
v2022.02
v2022.02 - do_ingeni_slick() - Misc PHP 8 fixes.
v2022.01
v2022.01 - Fixed problem with trying to shuffle empty array of photos.
v2021.07
Product carousels now use the slides_to_show parameter to control how many products are displayed.
max_thumbs is used to determine how many products are retrieved from the database. Therefore max_thumbs should equal the largest value of responsive_slides_to_show.
v2021.06
-
Added a 'data' attribute to the div of background images, which contains the URL of the image. The attribute can use used when adding a lightbox to the slider.
-
Added the 'lightbox' parameter - implements the lightbox from https://www.npmjs.com/package/slick-lightbox