Skip to content

Commit

Permalink
minor fixes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegiorgi committed Apr 4, 2021
1 parent d403bc1 commit 205fad1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

# [![Formality](https://formality.dev/download/logorepo.svg)](https://formality.dev) ![license](https://img.shields.io/github/license/michelegiorgi/formality?color=%231B4DDB&style=flat-square) ![license](https://img.shields.io/github/v/release/michelegiorgi/formality?color=%231B4DDB&style=flat-square)
<br/>

# [![Formality](https://formality.dev/download/logorepo-final.svg)](https://formality.dev) ![license](https://img.shields.io/github/license/michelegiorgi/formality?color=%231B4DDB&style=flat-square) ![license](https://img.shields.io/github/v/release/michelegiorgi/formality?color=%231B4DDB&style=flat-square)

**[New plugin website](https://formality.dev)** &nbsp;|&nbsp; [Wordpress.org page](https://wordpress.org/plugins/formality) &nbsp;|&nbsp; [Donate link](https://www.paypal.me/michelegiorgi/)
Designless, multistep, conversational, secure, all-in-one WordPress forms plugin.
Expand Down
4 changes: 3 additions & 1 deletion assets/styles/admin.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//Formality admin stylesheet

@import "admin/welcome";
@import "admin/list";
@import "admin/icons";
Expand Down Expand Up @@ -39,4 +41,4 @@ form.formality {
@import "public/modifiers/side";
}

@import "admin/widget";
@import "admin/widget";
2 changes: 2 additions & 0 deletions assets/styles/public.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//Formality public stylesheet

@import "public/common/variables";
@import "public/common/typography";
@import "public/common/animation";
Expand Down
2 changes: 1 addition & 1 deletion formality.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function deactivate_formality() {

/**
* Begins execution of the plugin.
* @since 1.0.0
* @since 1.0
*/
function run_formality() {
$plugin = new Formality();
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ You will find **Formality** menu in your WordPress admin screen.
== Changelog ==

= 1.3 =
Release Date: April 4th, 2021
Release Date: April 5th, 2021

* New upload field
* Minor UI changes
* Minor fixes
* Various fixes

= 1.2.3 =
Release Date: February 21th, 2021
Expand Down

0 comments on commit 205fad1

Please sign in to comment.