-
Notifications
You must be signed in to change notification settings - Fork 1
bump version to 2.7.6 #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Summary of ChangesHello @RishadAlam, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new integration with SEOPress, expanding the plugin's capabilities for SEO management. It also enhances existing integrations like Rapidmail and GoHighLevel with new features, improves data handling across various WordPress components, and addresses several bug fixes and a security concern. The overall aim is to provide a more robust, secure, and feature-rich experience for users. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this 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 bumps the version to 2.7.6, introducing a new integration with SEOPress, a 'force subscribe' option for Rapidmail, and several other enhancements and bug fixes. The changes include improved data handling for WooCommerce and WP User Registration, a logic fix in HighLevel actions, and corrections for WPForms. I've identified one potential high-severity issue in the new dynamic trigger loading logic that could cause a fatal error and have suggested a fix. Overall, this is a substantial and valuable update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the plugin version from 2.7.5 to 2.7.6 and introduces new integrations, features, and bug fixes as documented in the changelog.
Changes:
- Version updated to 2.7.6 across all relevant files
- Added SEOPress integration as a new action with support for updating post SEO metadata
- Fixed WPForms payment fields issue and WooCommerce checkout metadata handling
- Enhanced RapidMail with force subscribe feature and GoHighLevel with Tags Utilities for REST API v2
- Implemented trigger saving functionality to persist selected triggers
- Fixed WP User Registration meta fields trimming issue
Reviewed changes
Copilot reviewed 34 out of 35 changed files in this pull request and generated 16 comments.
Show a summary per file
| File | Description |
|---|---|
| readme.txt | Updated stable tag to 2.7.6 and added comprehensive changelog entries |
| bitwpfi.php | Updated plugin version to 2.7.6 in header and constant |
| includes/Config.php | Updated VERSION constant to 2.7.6 |
| includes/Triggers/WPF/WPFController.php | Fixed WPForms payment fields handling and HTML entity cleanup |
| includes/Triggers/TriggerController.php | Added new saveListedTriggers method for persisting trigger selections |
| includes/Routes/ajax.php | Added new AJAX route for saving listed triggers |
| includes/Core/Util/Helper.php | Enhanced WooCommerce checkout metadata retrieval and JSON value handling |
| includes/Core/Util/AllTriggersName.php | Added SEOPress to the triggers list |
| includes/Core/Hooks/HookService.php | Modified trigger hook loading to use saved trigger option |
| includes/Actions/SeoPress/* | Added complete SEOPress integration with controller, routes, and API helper |
| includes/Actions/Registration/RegistrationController.php | Fixed meta value trimming to handle non-string values |
| includes/Actions/Rapidmail/RecordApiHelper.php | Added force subscribe feature |
| frontend-dev/src/components/AllIntegrations/SeoPress/* | Added complete frontend implementation for SEOPress integration |
| frontend-dev/src/components/AllIntegrations/Rapidmail/* | Added force subscribe checkbox and date format note |
| frontend-dev/src/components/AllIntegrations/HighLevel/HighLevelAction.jsx | Fixed conditional logic for tag selection to support v2 API |
| frontend-dev/src/components/AllIntegrations/FluentCart/staticData.js | Added internationalization wrapper to all field labels |
| frontend-dev/src/components/Flow/New/SelectTrigger.jsx | Added trigger saving functionality on selection |
| frontend-dev/src/pages/ChangelogToggle.jsx | Updated changelog display with new version information |
| frontend-dev/src/pages/Settings.jsx | Added line break for layout adjustment |
| frontend-dev/src/resource/img/integ/seoPress.webp | Added SEOPress integration icon |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
frontend-dev/src/components/AllIntegrations/Rapidmail/RapidmailIntegLayout.jsx
Show resolved
Hide resolved
frontend-dev/src/components/AllIntegrations/SeoPress/EditSeoPress.jsx
Outdated
Show resolved
Hide resolved
frontend-dev/src/components/AllIntegrations/SeoPress/SeoPressIntegLayout.jsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 44 out of 45 changed files in this pull request and generated 7 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.