diff --git a/assets/styles/admin/editor_form.scss b/assets/styles/admin/editor_form.scss index 3ed98a2..3a00fd7 100644 --- a/assets/styles/admin/editor_form.scss +++ b/assets/styles/admin/editor_form.scss @@ -158,6 +158,7 @@ } .block-editor-block-contextual-toolbar { margin-left: 0 !important; + margin-top: 0 !important; border-bottom-left-radius: 0; border-top-left-radius: 0; border-color: var(--formality_col1); @@ -389,6 +390,7 @@ fill: currentColor; background-color: var(--formality_col1); color: var(--formality_col2); + flex: none; } &:hover { opacity: 1; diff --git a/formality.php b/formality.php index c1e18d6..97ed502 100755 --- a/formality.php +++ b/formality.php @@ -12,7 +12,7 @@ * Plugin Name: Formality * Plugin URI: https://formality.dev * Description: Forms made simple (and cute). Designless, multistep, conversational, secure, all-in-one WordPress forms plugin. - * Version: 1.3.4 + * Version: 1.3.5 * Author: Michele Giorgi * Author URI: https://giorgi.io * License: GPLv3 @@ -51,7 +51,7 @@ /** * Currently plugin version. */ -define( 'FORMALITY_VERSION', '1.3.4' ); +define( 'FORMALITY_VERSION', '1.3.5' ); define( 'FORMALITY_PATH', plugin_dir_path( __FILE__ )); /** diff --git a/includes/class-formality.php b/includes/class-formality.php index f1d9f26..91c7e06 100755 --- a/includes/class-formality.php +++ b/includes/class-formality.php @@ -57,7 +57,7 @@ class Formality { */ public function __construct() { - $this->version = defined( 'FORMALITY_VERSION' ) ? FORMALITY_VERSION : '1.3.4'; + $this->version = defined( 'FORMALITY_VERSION' ) ? FORMALITY_VERSION : '1.3.5'; $this->formality = 'formality'; $this->fse = version_compare( $GLOBALS['wp_version'], '5.7.9', '>' ); diff --git a/package.json b/package.json index 63cc250..338151d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Formality", - "version": "1.3.4", + "version": "1.3.5", "author": "Michele Giorgi ", "homepage": "https://giorgi.io", "private": true, diff --git a/readme.txt b/readme.txt index 4b86b2e..bdb2a31 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/michelegiorgi/ Tags: form, conversational, multistep, design form, gutenberg, block editor Requires at least: 5.6 Tested up to: 5.8 -Stable tag: 1.3.4 +Stable tag: 1.3.5 Requires PHP: 7.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.txt @@ -61,6 +61,12 @@ You will find **Formality** menu in your WordPress admin screen. == Changelog == += 1.3.5 = +Release Date: Jul 21th, 2021 + +* WordPress 5.8 compatibility +* Gutenberg 11.1 compatibility + = 1.3.4 = Release Date: Jul 2nd, 2021