Skip to content

Commit c8658d5

Browse files
committed
Release v1.4.3
1 parent c92724f commit c8658d5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ window.wplf.errorCallbacks.push(() => alert('Form submission failed!'));
165165

166166
These callbacks are executed in the order they appear.
167167

168-
To avoid running your JavaScript too early, add `wplf-form-js` to your enqueue dependencies:
168+
To avoid running your JavaScript too early, add `wplf-form-js` to your enqueue dependencies:
169169
```php
170170
wp_enqueue_script( "themejs", "/path/to/theme.js", array( "wplf-form-js" ), ... );
171171
```
172-
Otherwise you might run into errors like "Cannot read property 'push' of undefined".
172+
Otherwise you might run into errors like "Cannot read property 'push' of undefined".
173173

174174
## Multilingual
175175

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.4
7-
Stable tag: 1.4.2
6+
Tested up to: 4.8.2
7+
Stable tag: 1.4.3
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

wp-libre-form.php

Lines changed: 3 additions & 3 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.4.2
6+
* Version: 1.4.3
77
* Author: @anttiviljami
88
* Author URI: https://github.com/anttiviljami/
99
* License: GPLv3
@@ -13,7 +13,7 @@
1313
* This plugin is a simple html form maker for WordPress.
1414
*/
1515

16-
/** Copyright 2017 Antti Kuosmanen
16+
/** Copyright 2017 Viljami Kuosmanen
1717
1818
This program is free software; you can redistribute it and/or modify
1919
it under the terms of the GNU General Public License, version 3, as
@@ -31,7 +31,7 @@
3131

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

34-
define( 'WPLF_VERSION', '1.4.2' );
34+
define( 'WPLF_VERSION', '1.4.3' );
3535

3636
class WP_Libre_Form {
3737
public static $instance;

0 commit comments

Comments
 (0)