Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
bb27b11
fix: pipeDrive multiple options issue
FahimSakib May 21, 2024
b8696bf
Merge branch 'rishad-dev-tmp' into fahim-temp
FahimSakib May 21, 2024
814564f
Merge branch 'niloy-dev' into fahim-temp
FahimSakib May 21, 2024
94aff17
Merge branch 'niloy-dev' into fahim-temp
FahimSakib May 21, 2024
3d1ef6d
Merge branch 'main' into fahim-temp
FahimSakib May 22, 2024
163420f
Merge branch 'main' into fahim-temp
FahimSakib May 22, 2024
8ac6fd1
feat: Custom Field Key component created
RishadAlam May 22, 2024
1c6bf11
feat: Sendy Custom Field Key added
RishadAlam May 22, 2024
46898ac
feat: Sendy custom field data submitted
RishadAlam May 22, 2024
044db9a
fix: ClickUp customFieldKey issue fixed
RishadAlam May 22, 2024
bb16ffa
fix: Mailchimp Audience List Limitation issue fixed
RishadAlam May 23, 2024
57916c3
fix: ZagoMail tags explode issue fixed
RishadAlam May 23, 2024
832ad4b
Merge branch 'main' into rishad-dev-tmp
RishadAlam May 25, 2024
9611f80
fix: SystemIO api response handler issue fixed
RishadAlam May 25, 2024
5b8fe3a
feat: Salesforce custom module fetched
RishadAlam May 25, 2024
08f794c
feat: action - Drip.init
FahimSakib May 25, 2024
16f9386
fix: Breakdance field label issue fixed
RishadAlam May 25, 2024
97b1e16
fix: Breakdance double form submission issue fixed
RishadAlam May 25, 2024
52f0130
feat: Autonami store new list & tag with existing record feature added
RishadAlam May 26, 2024
bd5517a
feat: Salesforce Custom Module Fields fetched
RishadAlam May 26, 2024
db5a609
feat: Salesforce Custom Module form submitted
RishadAlam May 26, 2024
01cf989
fix: Salesforce execution conditional issue fixed
RishadAlam May 26, 2024
5558a4b
feat: action drip - upsert subscriber, custom field
FahimSakib May 26, 2024
4a77323
fix: WooCommerce Downloadable attachment issue fixed
RishadAlam May 28, 2024
ffc03ba
refactor: ClickUp json_encode replace wp_json_encode
RishadAlam May 28, 2024
9da9804
Changlog issue solved.
NiloyDas789 May 28, 2024
040d06f
feat: drip action - tags, status
FahimSakib May 28, 2024
e24dbce
fix: EditCustomFormSubmission state immutable issue fixed
RishadAlam May 29, 2024
b7c2648
fix: Whats App Info blank page issue fixed
RishadAlam May 29, 2024
70f07fc
Merge branch 'new-feature/salesforce-custom-modules' into rishad-dev-tmp
RishadAlam May 29, 2024
0ea370d
feat: Drip - remove tags, crate and add new tag
FahimSakib May 29, 2024
e985dad
feat: drip logo added
FahimSakib May 29, 2024
1829f06
Merge remote-tracking branch 'origin/fahim-temp' into rishad-dev-tmp
RishadAlam Jun 1, 2024
7f006ae
feat: trigger coblocks form
FahimSakib Jun 1, 2024
e84b0bc
feat: trigger coblocks - logo added
FahimSakib Jun 1, 2024
3d040b2
Merge branch 'rishad-dev-tmp' into niloy-dev
NiloyDas789 Jun 1, 2024
894dfc8
Merge branch 'fahim-temp' into niloy-dev
NiloyDas789 Jun 1, 2024
7c9089e
Update: Version updated to 2.0.6
NiloyDas789 Jun 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bitwpfi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Bit Integrations
* Plugin URI: https://bitapps.pro/bit-integrations
* 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
* Version: 2.0.5
* Version: 2.0.6
* Author: Automation & Integration Plugin - Bit Apps
* Author URI: https://bitapps.pro
* Text Domain: bit-integrations
Expand All @@ -23,7 +23,7 @@
$btcbi_db_version = '1.0';

// Define most essential constants.
define('BTCBI_VERSION', '2.0.5');
define('BTCBI_VERSION', '2.0.6');
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);

require_once plugin_dir_path(__FILE__) . 'includes/loader.php';
Expand Down
30 changes: 15 additions & 15 deletions frontend-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@monaco-editor/react": "^4.6.0",
"@tinymce/tinymce-react": "^3.14.0",
"@tippyjs/react": "^4.2.6",
"@yaireo/tagify": "^4.25.1",
"@yaireo/tagify": "^4.26.5",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"mutative": "^0.5.0",
Expand All @@ -21,8 +21,8 @@
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-multiple-select-dropdown-lite": "2.0.3",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-sortablejs": "^6.1.4",
"react-table": "^7.8.0",
"react-table-sticky": "^1.1.3",
Expand Down Expand Up @@ -76,21 +76,21 @@
]
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/core": "^7.24.6",
"@babel/eslint-parser": "^7.24.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-regenerator": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/runtime": "^7.24.4",
"@babel/plugin-transform-react-jsx": "^7.24.6",
"@babel/plugin-transform-regenerator": "^7.24.6",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.0",
"@wordpress/babel-plugin-makepot": "^4.4.0",
"@wordpress/i18n": "^3.20.0",
"autoprefixer": "^9.8.8",
Expand All @@ -106,7 +106,7 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-standard": "^5.0.0",
"extract-loader": "^5.1.0",
Expand All @@ -124,14 +124,14 @@
"react-refresh": "^0.14.2",
"react-scripts": "^4.0.3",
"rimraf": "^3.0.2",
"sass": "^1.75.0",
"sass": "^1.77.2",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"vite": "^4.5.3"
},
"main": ".eslintrc.js",
"main": ".eslintrc.js",
"keywords": [],
"author": "",
"license": "ISC",
Expand Down
Loading