Skip to content

Commit 7d45a3e

Browse files
author
Antti Kuosmanen
committed
Tagging version 1.3
1 parent 6b81cac commit 7d45a3e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: Zuige, k1sul1, sippis
33
Tags: Contact, Form, Lead, Collector, HTML, Builder
44
Donate link: https://github.com/anttiviljami
55
Requires at least: 4.2
6-
Tested up to: 4.7.3
7-
Stable tag: 1.2.3
6+
Tested up to: 4.7.4
7+
Stable tag: 1.3
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

wp-libre-form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin name: WP Libre Form
44
* Plugin URI: https://github.com/anttiviljami/wp-libre-form
55
* Description: A minimal HTML form builder for WordPress; made for developers
6-
* Version: 1.2.3
6+
* Version: 1.3
77
* Author: @anttiviljami
88
* Author URI: https://github.com/anttiviljami/
99
* License: GPLv3
@@ -31,7 +31,7 @@
3131

3232
if ( ! class_exists( 'WP_Libre_Form' ) ) :
3333

34-
define( 'WPLF_VERSION', '1.2.3' );
34+
define( 'WPLF_VERSION', '1.3' );
3535

3636
class WP_Libre_Form {
3737
public static $instance;

0 commit comments

Comments
 (0)