feat: PLG-129 - authorize Axeptio on WordPress version 6.9#40
Merged
pleberre merged 2 commits intorelease/2.6.2from Dec 18, 2025
Merged
feat: PLG-129 - authorize Axeptio on WordPress version 6.9#40pleberre merged 2 commits intorelease/2.6.2from
pleberre merged 2 commits intorelease/2.6.2from
Conversation
There was a problem hiding this comment.
1 issue found across 3 files
Prompt for AI agents (all 1 issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="axeptio-wordpress-plugin.php">
<violation number="1" location="axeptio-wordpress-plugin.php:6">
P2: Plugin header now reports version 2.6.2 but XPWP_VERSION constant remains 2.6.1, so runtime code still thinks the plugin is on the previous version and may skip cache-busting or migrations that depend on the constant.</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
| Plugin URI: https://www.axeptio.eu/ | ||
| Description: Axeptio allows you to make your website compliant with GDPR. | ||
| Version: 2.6.1 | ||
| Version: 2.6.2 |
There was a problem hiding this comment.
P2: Plugin header now reports version 2.6.2 but XPWP_VERSION constant remains 2.6.1, so runtime code still thinks the plugin is on the previous version and may skip cache-busting or migrations that depend on the constant.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At axeptio-wordpress-plugin.php, line 6:
<comment>Plugin header now reports version 2.6.2 but XPWP_VERSION constant remains 2.6.1, so runtime code still thinks the plugin is on the previous version and may skip cache-busting or migrations that depend on the constant.</comment>
<file context>
@@ -3,7 +3,7 @@
Plugin URI: https://www.axeptio.eu/
Description: Axeptio allows you to make your website compliant with GDPR.
- Version: 2.6.1
+ Version: 2.6.2
Author: axeptio
License: GPLv3
</file context>
✅ Addressed in 5866bd9
Collaborator
|
@Loubal70 you also must change the XPWP_VERSION with the right version 👍 |
Collaborator
Author
|
Thanks @ogorzalka for the reminder, I've corrected it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Declare compatibility with WordPress 6.9 and bump the plugin to version 2.6.2. Updates readme fields and badges to reflect the new version and tested WP target.
Written for commit 5866bd9. Summary will update automatically on new commits.