Skip to content

Commit

Permalink
Merge pull request #6 from michelegiorgi/development
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
michelegiorgi authored Jan 10, 2021
2 parents 78d209e + 0b9caff commit e32be6c
Show file tree
Hide file tree
Showing 11 changed files with 1,882 additions and 1,796 deletions.
7 changes: 7 additions & 0 deletions assets/styles/public/modifiers/_line.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
}
}
}
&--number {
.formality__input {
.formality__input__spinner {
margin-right: -0.6em;
}
}
}
&--error {
&.formality__field--select {
&.formality__field--focus {
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.2
* Version: 1.2.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.2' );
define( 'FORMALITY_VERSION', '1.2.1' );

/**
* The code that runs during plugin activation.
Expand Down
Loading

0 comments on commit e32be6c

Please sign in to comment.