Changelog for MaxSlider

Changelog

1.2.1 - July 30, 2021

Compatibility: WordPress 5.7.2+

= 1.2.1 =
* Fixed a deprecation warning that would get thrown after WP 5.8 (action 'block_categories' renamed to 'block_categories_all').

1.2.0 - May 25, 2021

Compatibility: WordPress 5.7+

= 1.2.0 =
* Added Slider block for the block editor.
* All color options now support opacity.
* Removed usage of dashicons for the arrows in the frontend, replace them with SVG.
* Styles simplification, saner button defaults for the slider’s buttons.
* Slider dot navigation in phablet/mobile are now larger to aid tapping.
* Added height units as a slider option (pixels, viewport height)
* Users can now get the shortcode with a specific template (if available) applied. Templates can be added by themes or plugins via the 'maxslider_templates' filter.
* Fixed issue where some empty CSS selectors would be output.

1.1.8 - November 19, 2019

Compatibility: WordPress 5.7+

= 1.1.8 =
* Added the ability to select both arrows and dots as the slider’s navigation.
* Navigation color now applies on the dot navigation instead of the Navigation background color.
* Fixed minor backend stylistic issues.