Changelog for MaxSlider
Legend
- A => A file has been (A)dded
- M => A file has been (M)odified
- D => A file has been (D)eleted
1.2.3 - August 7, 2023
Compatibility: WordPress 6.2.1+
----------------------------------------------------------------------------------------------
List of changes between maxslider v1.2.2 and v1.2.3
----------------------------------------------------------------------------------------------
* FIXED: Since the iframe-ing of the block editor in WP 6.3, block editor assets would not get enqueued under specific circumstances.
* CHANGED: Block editor assets are now enqueued via the 'enqueue_block_assets' action instead of 'enqueue_block_editor_assets'.
M maxslider.php
* CHANGED: Moved block.php out of block/src as it now gets deleted on build.
A block/block.php
D block/src/block.php
M maxslider.php
* CHANGED: Version to 1.2.3
* UPDATED: Language file.
M languages/maxslider.pot
M maxslider.php
M readme.txt
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.