Skip to content

Commit

Permalink
Release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Kuosmanen committed Nov 22, 2016
1 parent e6e5186 commit 00a5711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Contact, Form, Lead, Collector, HTML, Builder
Donate link: https://github.com/anttiviljami
Requires at least: 4.2
Tested up to: 4.6.1
Stable tag: 1.1.2
Stable tag: 1.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions wp-libre-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin name: WP Libre Form
* Plugin URI: https://github.com/anttiviljami/wp-libre-form
* Description: A minimal HTML form builder for WordPress; made for developers
* Version: 1.1.2
* Version: 1.2
* Author: @anttiviljami
* Author URI: https://github.com/anttiviljami/
* License: GPLv3
Expand Down Expand Up @@ -31,7 +31,7 @@

if ( ! class_exists( 'WP_Libre_Form' ) ) :

define( 'WPLF_VERSION', '1.1.2' );
define( 'WPLF_VERSION', '1.2' );

class WP_Libre_Form {
public static $instance;
Expand Down

0 comments on commit 00a5711

Please sign in to comment.