Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion backend/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Config

public const VAR_PREFIX = 'bit_integrations_';

public const VERSION = '2.8.3';
public const VERSION = '2.8.4';

public const DB_VERSION = '1.1';

Expand Down
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 300+ 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.8.3
* Version: 2.8.4
* Author: Automation & Integration Plugin - Bit Apps
* Author URI: https://bitapps.pro
* Text Domain: bit-integrations
Expand Down Expand Up @@ -33,7 +33,7 @@
*
* @deprecated 2.7.8 Use Config::VERSION instead.
*/
define('BTCBI_VERSION', '2.8.3');
define('BTCBI_VERSION', '2.8.4');
/**
* deprecated since version 2.7.8.
*
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Bit integrations - Form Integration, Webhook, Google Sheet, CRM, LMS & Email Automation ===
=== Bit integrations - Form Integration, Webhook, Spreadsheets, CRM, LMS & Email Automation ===
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The plugin name should be capitalized consistently as 'Bit Integrations' to match the branding used in the plugin header and throughout the rest of the documentation. Currently, 'integrations' is lowercase in the main title, which is inconsistent with the 'Bit Integrations' branding used in over 30 other instances in this file.

=== Bit Integrations - Form Integration, Webhook, Spreadsheets, CRM, LMS & Email Automation ===

Contributors: bitpressadmin, akaioum, rishadbitcode, niloy121, fahimsakib, shuvomohajan, tanvirchy, shakhawathosen, khoaiz, mazharul78
Tags: automation, automator, google sheets integration, form integration, WooCommerce Integration
Requires at least: 5.1
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 2.8.3
Stable tag: 2.8.4
License: GPLv2 or later

Contact Form, Google Sheet, MailChimp, Brevo, Webhook, Zoho CRM Automation and Integration plugin that Connect 300+ platforms
Expand Down
Loading