diff --git a/formality.php b/formality.php index 4dce21c..7d82bfb 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 + * Version: 1.3.1 * Author: Michele Giorgi * Author URI: https://giorgi.io * License: GPLv3 @@ -51,7 +51,7 @@ /** * Currently plugin version. */ -define( 'FORMALITY_VERSION', '1.3' ); +define( 'FORMALITY_VERSION', '1.3.1' ); define( 'FORMALITY_PATH', plugin_dir_path( __FILE__ )); /** diff --git a/includes/class-formality.php b/includes/class-formality.php index a9abe7a..f7d7567 100755 --- a/includes/class-formality.php +++ b/includes/class-formality.php @@ -59,7 +59,7 @@ public function __construct() { if ( defined( 'FORMALITY_VERSION' ) ) { $this->version = FORMALITY_VERSION; } else { - $this->version = '1.3'; + $this->version = '1.3.1'; } $this->formality = 'formality'; diff --git a/readme.txt b/readme.txt index 75beec7..b9e4bb3 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.7 -Stable tag: 1.3 +Stable tag: 1.3.1 Requires PHP: 7.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.txt @@ -61,6 +61,11 @@ You will find **Formality** menu in your WordPress admin screen. == Changelog == += 1.3.1 = +Release Date: April 10th, 2021 + +* Fix mobile select UX + = 1.3 = Release Date: April 5th, 2021