File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
10+ - Plugins API
11+ - Any plugin can register itself as a WPLF plugin
12+ - Lets you expose your plugin methods
13+ - Settings page support
Original file line number Diff line number Diff line change 33 * Plugin name: WP Libre Form
44 * Plugin URI: https://github.com/hencca/wp-libre-form
55 * Description: A minimal HTML form builder for WordPress; made for developers
6- * Version: 1.4.3
6+ * Version: 1.5.0
77 * Author: @anttiviljami
88 * Author URI: https://github.com/anttiviljami/
99 * License: GPLv3
3232
3333if ( ! class_exists ( 'WP_Libre_Form ' ) ) :
3434
35- define ( 'WPLF_VERSION ' , '1.5.0-beta ' );
35+ define ( 'WPLF_VERSION ' , '1.5.0 ' );
3636
3737class WP_Libre_Form {
3838 public static $ instance ;
You can’t perform that action at this time.
0 commit comments