Skip to content

Commit 65033bd

Browse files
committed
Update version
1 parent 17427e8 commit 65033bd

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# 1.5
2-
TBA
2+
- Better client side JavaScript bundle, polyfills are now only loaded when required
3+
- Much more control for emails, straight on the invidual form level
4+
- You can now import HTML to your forms, and thus you can commit your forms to Git
5+
- Forms no longer accept dynamic fields, unless allowed with a filter
6+
- Old forms continue to work as they did
7+
- Forms now save version at which they were created, this allows us to change functionalities without breaking forms
8+
- If a form is created with an older version, you will be prompted to update the creation version
9+
- Forms are now exposed to REST API

wp-libre-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

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

35-
define( 'WPLF_VERSION', '1.5.0-beta' );
35+
define( 'WPLF_VERSION', '1.5.0' );
3636

3737
class WP_Libre_Form {
3838
public static $instance;

0 commit comments

Comments
 (0)