From c0b805172c36c45ccc557843badd6eb5c16e58ef Mon Sep 17 00:00:00 2001 From: Juerg Hunziker Date: Thu, 10 Nov 2022 10:16:38 +0100 Subject: [PATCH] move version 4 notice in changelog --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 5b4639e3..6ea7c23d 100644 --- a/readme.txt +++ b/readme.txt @@ -145,13 +145,13 @@ Please create a new GitHub issue and let us know: [https://github.com/liip/boots = 4.3.1 = +**NOTICE:** Version 4.x of the plugin will be the last version to support WordPress versions lower than 5.3. +If you're on a lower version of WordPress think about updating it if you still would like receive updates for this plugin. + * [FIX] Apply default color to button if `color` attribute is missing in `styleOptions`. = 4.3.0 = -**NOTICE:** Version 4.x of the plugin will be the last version to support WordPress versions lower than 5.3. -If you're on a lower version of WordPress think about updating it if you still would like receive updates for this plugin. - * [COMPATIBILITY] Tested up to WordPress 6.1. * [CHANGE] Set default `style` attribute of the Button block to `primary`. This shouldn't be a breaking change since the template already added the `btn-primary` class if no `style` was selected. * [FEATURE] Add `color` attribute to the `styleOptions` to be able to display the buttons in the correct color in the editor. If you have changed the `styleOptions` via the [`wpBootstrapBlocks.button.styleOptions`](https://github.com/liip/bootstrap-blocks-wordpress-plugin#wpbootstrapblocksbuttonstyleoptions) JavaScript filter please add the according colors to your style objects.