Skip to content

Commit

Permalink
Merge pull request #33 from michelegiorgi/development
Browse files Browse the repository at this point in the history
release 1.3.5
  • Loading branch information
michelegiorgi authored Jul 21, 2021
2 parents 5e15d77 + f5bb9c7 commit 047c7fc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions assets/styles/admin/editor_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -389,6 +390,7 @@
fill: currentColor;
background-color: var(--formality_col1);
color: var(--formality_col2);
flex: none;
}
&:hover {
opacity: 1;
Expand Down
4 changes: 2 additions & 2 deletions formality.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ ));

/**
Expand Down
2 changes: 1 addition & 1 deletion includes/class-formality.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', '>' );

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Formality",
"version": "1.3.4",
"version": "1.3.5",
"author": "Michele Giorgi <[email protected]>",
"homepage": "https://giorgi.io",
"private": true,
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 047c7fc

Please sign in to comment.