Skip to content

chore(release): bump version to v2.8.6#168

Merged
RishadAlam merged 1 commit into
mainfrom
fix/plugin-review-team-issues
May 23, 2026
Merged

chore(release): bump version to v2.8.6#168
RishadAlam merged 1 commit into
mainfrom
fix/plugin-review-team-issues

Conversation

@RishadAlam
Copy link
Copy Markdown
Member

Description

This PR prepares the 2.8.6 release by updating plugin version metadata and adding release notes in both the WordPress readme and in-app changelog UI. It documents newly added Pro triggers and actions for this release cycle.

Motivation & Context

The plugin release requires synchronized version values across core files and a clear changelog for users. This ensures WordPress.org metadata and in-app release information stay accurate and consistent for 2.8.6.

Related Links: (if applicable)

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 💥 Breaking change
  • 📚 Documentation update
  • ⚡ Improvement
  • 🔄 Code refactor

Key Changes

Release Metadata

  • Updated plugin version from 2.8.5 to 2.8.6 in core constants and headers.
  • Updated WordPress compatibility metadata (Tested up to: 7.0).

Changelog Content

  • Added 2.8.6 release notes to readme.txt with categorized entries.
  • Documented new Pro trigger coverage for B2BKing, BookingPress, FormyChat, SureDash, and wpDataTables.
  • Documented new Pro action coverage for B2BKing, BookingPress, Bookly, FormyChat, SureDash, and wpDataTables.

Frontend (In-app Changelog)

  • Updated changelog toggle data to display the new release’s trigger/action additions.
  • Cleared previous fix entries from the changelog toggle list to reflect the current release focus.

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Tests added/updated
  • Documentation updated if needed
  • README updated if needed

Changelog

  • Improvement: Version metadata and WordPress compatibility were updated for the 2.8.6 release.
  • New Triggers: Added new Pro trigger events for B2BKing, BookingPress, FormyChat, SureDash, and wpDataTables.
  • New Actions: Added new Pro action events for B2BKing, BookingPress, Bookly, FormyChat, SureDash, and wpDataTables.
  • Documentation: In-app and readme.txt changelog entries now reflect all 2.8.6 release additions.

Copilot AI review requested due to automatic review settings May 23, 2026 06:50
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the plugin version to 2.8.6, increases the supported WordPress version, and populates the changelog with new triggers and actions for various integrations. Review feedback recommends wrapping hardcoded description strings in the frontend changelog with the translation function to support internationalization and fixing pluralization issues for single-event entries.

Comment on lines +33 to +59
items: [
{
label: 'B2BKing',
desc: '3 new events added',
isPro: true
},
{
label: 'BookingPress',
desc: '7 new events added',
isPro: true
},
{
label: 'FormyChat',
desc: '2 new events added',
isPro: true
},
{
label: 'SureDash',
desc: '18 new events added',
isPro: true
},
{
label: 'wpDataTables',
desc: '4 new events added',
isPro: true
}
]
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 description strings for the new triggers are hardcoded. They should be wrapped in the __() translation function to ensure they can be localized, following the project's internationalization standards and the pattern used for category labels in this file.

    items: [
      {
        label: 'B2BKing',
        desc: __('3 new events added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'BookingPress',
        desc: __('7 new events added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'FormyChat',
        desc: __('2 new events added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'SureDash',
        desc: __('18 new events added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'wpDataTables',
        desc: __('4 new events added', 'bit-integrations'),
        isPro: true
      }
    ]

Comment on lines +65 to +96
items: [
{
label: 'B2BKing',
desc: '3 new events added',
isPro: true
},
{
label: 'BookingPress',
desc: '6 new events added',
isPro: true
},
{
label: 'Bookly',
desc: '6 new events added',
isPro: true
},
{
label: 'FormyChat',
desc: '1 new events added',
isPro: true
},
{
label: 'SureDash',
desc: '7 new events added',
isPro: true
},
{
label: 'wpDataTables',
desc: '1 new events added',
isPro: true
}
]
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 description strings for the new actions should be wrapped in the __() translation function for internationalization. Additionally, there is a grammar error in the descriptions for 'FormyChat' and 'wpDataTables' where 'events' (plural) is used for a single event; this should be corrected to 'event' (singular) to maintain consistency with the readme.txt and proper English usage.

    items: [
      {
        label: 'B2BKing',
        desc: __('3 new events added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'BookingPress',
        desc: __('6 new events added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'Bookly',
        desc: __('6 new events added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'FormyChat',
        desc: __('1 new event added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'SureDash',
        desc: __('7 new events added', 'bit-integrations'),
        isPro: true
      },
      {
        label: 'wpDataTables',
        desc: __('1 new event added', 'bit-integrations'),
        isPro: true
      }
    ]

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions
Copy link
Copy Markdown

🔍 WordPress Plugin Check Report

⚠️ Status: Passed with warnings

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
1 0 1

⚠️ Warnings (1)

📁 readme.txt (1 warning)
📍 Line 🔖 Check 💬 Message
0 mismatched_plugin_name Plugin name "Bit integrations - Form Integration, Webhook, Spreadsheets, CRM, LMS & Email Automation" is different from the name declared in plugin header "Bit Integrations".

🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check

@RishadAlam RishadAlam merged commit 721eaf7 into main May 23, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants