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
Original file line number Diff line number Diff line change 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