We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00a5711 + 7554b3c commit 09e73f2Copy full SHA for 09e73f2
1 file changed
wp-libre-form.php
@@ -3,7 +3,7 @@
3
* Plugin name: WP Libre Form
4
* Plugin URI: https://github.com/anttiviljami/wp-libre-form
5
* Description: A minimal HTML form builder for WordPress; made for developers
6
- * Version: 1.2
+ * Version: 1.2.1
7
* Author: @anttiviljami
8
* Author URI: https://github.com/anttiviljami/
9
* License: GPLv3
@@ -31,7 +31,7 @@
31
32
if ( ! class_exists( 'WP_Libre_Form' ) ) :
33
34
-define( 'WPLF_VERSION', '1.2' );
+define( 'WPLF_VERSION', '1.2.1' );
35
36
class WP_Libre_Form {
37
public static $instance;
0 commit comments