Skip to content

Commit

Permalink
release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegiorgi committed Apr 10, 2021
1 parent 7cc3918 commit 70a436a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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
* Version: 1.3.1
* 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' );
define( 'FORMALITY_VERSION', '1.3.1' );
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 @@ -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';

Expand Down
7 changes: 6 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.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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 70a436a

Please sign in to comment.