Bump version v2.8.4#160
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the plugin version from 2.8.3 to 2.8.4 across backend configuration, the main plugin file, and the readme. Additionally, the readme title was updated to replace 'Google Sheet' with 'Spreadsheets'. A review comment suggests capitalizing 'integrations' in the readme title to maintain consistent branding throughout the documentation.
| @@ -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 === | |||
There was a problem hiding this comment.
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 ===
✅ WordPress Plugin Check Report
📊 ReportAll checks passed! No errors or warnings found. 🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check |
There was a problem hiding this comment.
Pull request overview
This PR bumps the Bit Integrations plugin version to v2.8.4 across WordPress-facing metadata and internal version constants.
Changes:
- Updated plugin version metadata in
bitwpfi.phpand internalConfig::VERSION. - Updated
readme.txtstable tag to 2.8.4 and adjusted the readme headline wording (“Google Sheet” → “Spreadsheets”).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| readme.txt | Bumps stable tag to 2.8.4 and updates headline wording (note: changelog still shows 2.8.3 as latest). |
| bitwpfi.php | Updates plugin header Version and BTCBI_VERSION constant to 2.8.4. |
| backend/Config.php | Updates Config::VERSION constant to 2.8.4. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Tested up to: 6.9 | ||
| Requires PHP: 7.4 | ||
| Stable tag: 2.8.3 | ||
| Stable tag: 2.8.4 |
No description provided.