Skip to content

Commit

Permalink
Tagging version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Kuosmanen committed Apr 29, 2017
1 parent 6b81cac commit 7d45a3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: Zuige, k1sul1, sippis
Tags: Contact, Form, Lead, Collector, HTML, Builder
Donate link: https://github.com/anttiviljami
Requires at least: 4.2
Tested up to: 4.7.3
Stable tag: 1.2.3
Tested up to: 4.7.4
Stable tag: 1.3
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.2.3
* Version: 1.3
* 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.2.3' );
define( 'WPLF_VERSION', '1.3' );

class WP_Libre_Form {
public static $instance;
Expand Down

0 comments on commit 7d45a3e

Please sign in to comment.