Skip to content

Commit 8d23a02

Browse files
authored
Merge pull request #34 from Bit-Apps-Pro/niloy-dev
Version updated to 2.2.3
2 parents 920a284 + ec897d6 commit 8d23a02

File tree

526 files changed

+34981
-27124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+34981
-27124
lines changed

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 200+ 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.2.2
7+
* Version: 2.2.3
88
* Author: Automation & Integration Plugin - Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-integrations
@@ -23,7 +23,7 @@
2323
$btcbi_db_version = '1.0';
2424

2525
// Define most essential constants.
26-
define('BTCBI_VERSION', '2.2.2');
26+
define('BTCBI_VERSION', '2.2.3');
2727
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);
2828

2929
require_once plugin_dir_path(__FILE__) . 'includes/loader.php';
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
module.exports = {
22
funcArgumentsMap: {
33
__: ['msgid'],
4+
sprintf: ['msgid'],
45
_n: ['msgid', 'msgid_plural'],
56
_x: ['msgid', 'msgctxt'],
6-
_nx: ['msgid', 'msgid_plural', null, 'msgctxt'],
7+
_nx: ['msgid', 'msgid_plural', null, 'msgctxt']
78
},
8-
trim: true,
9+
trim: true
910
}

frontend-dev/package.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@monaco-editor/react": "^4.6.0",
99
"@tinymce/tinymce-react": "^3.14.0",
1010
"@tippyjs/react": "^4.2.6",
11-
"@yaireo/tagify": "^4.27.0",
11+
"@yaireo/tagify": "^4.31.3",
1212
"classnames": "^2.5.1",
1313
"lodash": "^4.17.21",
1414
"mutative": "^0.5.0",
@@ -22,8 +22,8 @@
2222
"react-hot-toast": "^2.4.1",
2323
"react-icons": "^4.12.0",
2424
"react-multiple-select-dropdown-lite": "2.0.3",
25-
"react-router": "^6.26.0",
26-
"react-router-dom": "^6.26.0",
25+
"react-router": "^6.26.1",
26+
"react-router-dom": "^6.26.1",
2727
"react-sortablejs": "^6.1.4",
2828
"react-table": "^7.8.0",
2929
"react-table-sticky": "^1.1.3",
@@ -33,18 +33,21 @@
3333
"recoil": "^0.5.2",
3434
"recoil-nexus": "^0.5.1",
3535
"regenerator-runtime": "^0.13.11",
36-
"sortablejs": "^1.15.2",
36+
"sortablejs": "^1.15.3",
3737
"swr": "^1.3.0",
3838
"tippy.js": "^6.3.7"
3939
},
4040
"scripts": {
4141
"build": "vite build",
4242
"hot": "vite --force",
43-
"pda": "pnpm build && pnpm gettext-parser && pnpm i18n:php",
43+
"pda": "pnpm build && pnpm i18n:mkdir && pnpm i18n",
4444
"clear-lint-cache": "eslint . --cache --cache-file eslint-cache/eslintcache",
45-
"gettext-parser": "npx react-gettext-parser --output ./locale.pot --config ./gettext-parser.config.js './src/**/{*.js,*.jsx}'",
46-
"i18n:json": "npx po2json locale.pot ../languages/bitform-btcbi-admin-script.json -f jed1.x",
47-
"i18n:php": "[ ! -d \"../languages/\" ] && mkdir ../languages/;node ./pot-to-php.js locale.pot ../languages/generatedString.php bit-integrations;wp i18n make-pot ../ --include=*.php --skip-js --slug=bit-integrations --headers='{\"Last-Translator\":\"developer@bitcode.pro\",\"Language-Team\":\"support@bitcode.pro\",\"PO-Revision-Date\":\"\"}'",
45+
"i18n": "pnpm i18n:gettext-parser && pnpm i18n:php && pnpm i18n:pot",
46+
"i18n:gettext-parser": "npx react-gettext-parser --output ./locale.pot --config ./gettext-parser.config.js './src/**/{*.js,*.jsx}'",
47+
"i18n:json": "npx po2json locale.pot ../languages/btcbi-admin-script.json -f jed1.x",
48+
"i18n:mkdir": "[ ! -d \"../languages/\" ] && mkdir '../languages/'",
49+
"i18n:php": "node ./pot-to-php.js locale.pot ../languages/generatedString.php bit-integrations",
50+
"i18n:pot": "wp i18n make-pot ../ --include=*.php --skip-js --slug=bit-integrations --headers='{\"Last-Translator\":\"developer@bitcode.pro\",\"Language-Team\":\"support@bitcode.pro\",\"PO-Revision-Date\":\"\"}'",
4851
"clean": "rimraf node_modules yarn.lock package-lock.json pnpm-lock.yaml",
4952
"clean-install-run": "pnpm clean && pnpm i && pnpm hot"
5053
},
@@ -86,10 +89,10 @@
8689
"@babel/plugin-proposal-private-methods": "^7.18.6",
8790
"@babel/plugin-transform-react-jsx": "^7.25.2",
8891
"@babel/plugin-transform-regenerator": "^7.24.7",
89-
"@babel/plugin-transform-runtime": "^7.24.7",
90-
"@babel/preset-env": "^7.25.3",
92+
"@babel/plugin-transform-runtime": "^7.25.4",
93+
"@babel/preset-env": "^7.25.4",
9194
"@babel/preset-react": "^7.24.7",
92-
"@babel/runtime": "^7.25.0",
95+
"@babel/runtime": "^7.25.6",
9396
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
9497
"@testing-library/jest-dom": "^5.17.0",
9598
"@testing-library/react": "^11.2.7",
@@ -106,11 +109,11 @@
106109
"eslint": "^8.57.0",
107110
"eslint-config-airbnb": "^19.0.4",
108111
"eslint-plugin-babel": "^5.3.1",
109-
"eslint-plugin-import": "^2.29.1",
110-
"eslint-plugin-jsx-a11y": "^6.9.0",
112+
"eslint-plugin-import": "^2.30.0",
113+
"eslint-plugin-jsx-a11y": "^6.10.0",
111114
"eslint-plugin-node": "^11.1.0",
112115
"eslint-plugin-promise": "^5.2.0",
113-
"eslint-plugin-react": "^7.35.0",
116+
"eslint-plugin-react": "^7.35.2",
114117
"eslint-plugin-react-hooks": "^4.6.2",
115118
"eslint-plugin-standard": "^5.0.0",
116119
"extract-loader": "^5.1.0",
@@ -128,7 +131,7 @@
128131
"react-refresh": "^0.14.2",
129132
"react-scripts": "^4.0.3",
130133
"rimraf": "^3.0.2",
131-
"sass": "^1.77.8",
134+
"sass": "^1.78.0",
132135
"sass-loader": "^11.1.1",
133136
"style-loader": "^2.0.0",
134137
"terser-webpack-plugin": "^5.3.10",
@@ -140,4 +143,4 @@
140143
"author": "",
141144
"license": "ISC",
142145
"description": ""
143-
}
146+
}

0 commit comments

Comments
 (0)