Skip to content

Commit c142905

Browse files
authored
Merge pull request #95 from Bit-Apps-Pro/rishad-dev-tmp
version updated to v2.5.4
2 parents 6e770a0 + ef0999f commit c142905

File tree

11 files changed

+2182
-2194
lines changed

11 files changed

+2182
-2194
lines changed

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"**/vendor": true,
3737
"**/tests/__libs": true
3838
},
39-
"typescript.tsdk": "frontend-dev\\node_modules\\typescript\\lib",
39+
// "typescript.tsdk": "frontend-dev\\node_modules\\typescript\\lib",
4040
"css.lint.validProperties": ["composes"],
4141
"cSpell.words": [
4242
"ABSPATH",
@@ -73,9 +73,10 @@
7373
"editor.defaultFormatter": "junstyle.php-cs-fixer"
7474
},
7575
"[javascript]": {
76-
"editor.defaultFormatter": "vscode.typescript-language-features"
76+
"editor.defaultFormatter": "esbenp.prettier-vscode"
7777
},
7878
"[javascriptreact]": {
7979
"editor.defaultFormatter": "esbenp.prettier-vscode"
80-
}
80+
},
81+
"typescript.validate.enable": false
8182
}

bitwpfi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Bit Integrations
55
* Plugin URI: https://bitapps.pro/bit-integrations
66
* Description: Bit Integrations is a platform that integrates with over 280+ different platforms to help with various tasks on your WordPress site, like WooCommerce, Form builder, Page builder, LMS, Sales funnels, Bookings, CRM, Webhooks, Email marketing, Social media and Spreadsheets, etc
7-
* Version: 2.5.3
7+
* Version: 2.5.4
88
* Author: Automation & Integration Plugin - Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-integrations
@@ -24,7 +24,7 @@
2424
$btcbi_db_version = '1.1';
2525

2626
// Define most essential constants.
27-
define('BTCBI_VERSION', '2.5.3');
27+
define('BTCBI_VERSION', '2.5.4');
2828
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);
2929

3030
require_once plugin_dir_path(__FILE__) . 'includes/loader.php';

frontend-dev/jsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"checkJs": false
4+
}
5+
}

0 commit comments

Comments
 (0)