PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.15.3
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.15.3
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 +5 -7 3.3.12.15.3 View file →
@@ -3,13 +3,12 @@
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.1
7 + * Version: 2.15.3
8 8 * Author: Contact Form Builder - Bit Form
9 9 * Author URI: https://www.bitapps.pro
10 10 * Text Domain: bit-form
11 - * Requires at least: 6.5
12 11 * Requires PHP: 7.4
13 12 * Domain Path: /languages
14 13 * License: GPLv2 or later
15 14 */
@@ -21,14 +20,13 @@
21 20 exit;
22 21 }
23 22
24 23 // Define most essential constants.
25 -define('BITFORMS_VERSION', '3.3.1');
24 +define('BITFORMS_VERSION', '2.15.3');
26 25 define('BITFORMS_PLUGIN_MAIN_FILE', __FILE__);
27 -define('BITFORMS_REQUIRED_BITFORMPRO_VERSION', '3.3.1');
28 26
29 27 global $bitforms_db_version;
30 -$bitforms_db_version = '3.2';
28 +$bitforms_db_version = '2.3';
31 29 define('BITFORMS_DB_VERSION', $bitforms_db_version);
32 30 define('BITFORMS_REQUIRED_WP_VERSION', '5.1');
33 31 define('BITFORMS_REQUIRED_PHP_VERSION', '7.4');
34 32 define('BITFORMS_API_VERSION', '1.0');
@@ -45,10 +43,10 @@
45 43 function bitforms_activate_plugin($network_wide)
46 44 {
47 45 if (version_compare(PHP_VERSION, '5.6.0', '<')) {
48 46 wp_die(
49 - 'Bit Form requires PHP version 5.6 or higher.',
50 - 'Error Activating'
47 + esc_html_e('bitforms requires PHP version 5.6.', 'bit-form'),
48 + esc_html_e('Error Activating', 'bit-form')
51 49 );
52 50 }
53 51
54 52 do_action('bitforms_activation', $network_wide);