PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 3.3.1
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v3.3.1
3.3.1 V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 All 138 releases
← All changes | bitforms.php +3 -3 V-3.3.03.3.1 View file →
@@ -3,9 +3,9 @@
3 3 /**
4 4 * Plugin Name: Bit Form
5 5 * Plugin URI: https://www.bitapps.pro/bit-form
6 6 * Description: Contact Form Builder Plugin: Multi Step Contact Form, Payment Form, Custom Contact Form Plugin by Bit Form
7 - * Version: 3.3.0
7 + * Version: 3.3.1
8 8 * Author: Contact Form Builder - Bit Form
9 9 * Author URI: https://www.bitapps.pro
10 10 * Text Domain: bit-form
11 11 * Requires at least: 6.5
@@ -21,11 +21,11 @@
21 21 exit;
22 22 }
23 23
24 24 // Define most essential constants.
25 -define('BITFORMS_VERSION', '3.3.0');
25 +define('BITFORMS_VERSION', '3.3.1');
26 26 define('BITFORMS_PLUGIN_MAIN_FILE', __FILE__);
27 -define('BITFORMS_REQUIRED_BITFORMPRO_VERSION', '3.3.0');
27 +define('BITFORMS_REQUIRED_BITFORMPRO_VERSION', '3.3.1');
28 28
29 29 global $bitforms_db_version;
30 30 $bitforms_db_version = '3.2';
31 31 define('BITFORMS_DB_VERSION', $bitforms_db_version);