Conversation
… consistency by changing "à dataLayer" to "au dataLayer" for better localization accuracy.
Improve french translation
fix: prevent null pointer error in get_plugin() for PHP 8.0+
feat: improve gtm events translation
Dependabot couldn't find the original pull request head commit, df76dfd.
….1.3 Bump pbkdf2 from 3.1.2 to 3.1.3
chore: fix package.json / webpack-dev-server vulnerabilities
feat: ✨ Add UTM parameters to signup link
There was a problem hiding this comment.
1 issue found across 8 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="package.json">
<violation number="1" location="package.json:63">
This resolution forces webpack-dev-server v5, but laravel-mix 6 expects v4. Forcing the higher major version risks breaking Mix’s dev server workflow; please align the resolution with the supported v4 series.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
| "cross-env": "^7.0.3" | ||
| }, | ||
| "resolutions": { | ||
| "webpack-dev-server": "^5.2.1" |
There was a problem hiding this comment.
This resolution forces webpack-dev-server v5, but laravel-mix 6 expects v4. Forcing the higher major version risks breaking Mix’s dev server workflow; please align the resolution with the supported v4 series.
Prompt for AI agents
Address the following comment on package.json at line 63:
<comment>This resolution forces webpack-dev-server v5, but laravel-mix 6 expects v4. Forcing the higher major version risks breaking Mix’s dev server workflow; please align the resolution with the supported v4 series.</comment>
<file context>
@@ -52,13 +52,16 @@
"cross-env": "^7.0.3"
},
+ "resolutions": {
+ "webpack-dev-server": "^5.2.1"
+ },
"lint-staged": {
</file context>
| "webpack-dev-server": "^5.2.1" | |
| "webpack-dev-server": "^4.13.3" |
feat: maj readme according ticket 76771
There was a problem hiding this comment.
Reviewed changes from recent commits (found 1 issue).
1 issue found across 1 file
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="readme.txt">
<violation number="1" location="readme.txt:38">
Add a space before the bolded "Optimization" text so the Markdown renders correctly and remains readable.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
| - Embed images or videos for a more engaging experience | ||
|
|
||
| **Track and Understand Consent Behavior** | ||
| Gain full visibility with a real-time dashboard and connect with your analytics stack, including GA4, Matomo, Piano, and more.**Optimization Tools That Drive Results** |
There was a problem hiding this comment.
Add a space before the bolded "Optimization" text so the Markdown renders correctly and remains readable.
Prompt for AI agents
Address the following comment on readme.txt at line 38:
<comment>Add a space before the bolded "Optimization" text so the Markdown renders correctly and remains readable.</comment>
<file context>
@@ -8,30 +8,54 @@ Requires PHP: 7.4
+- Embed images or videos for a more engaging experience
+
+**Track and Understand Consent Behavior**
+Gain full visibility with a real-time dashboard and connect with your analytics stack, including GA4, Matomo, Piano, and more.**Optimization Tools That Drive Results**
+Boost performance with advanced controls: A/B testing, consent walls, and fine-tuned timing or shadow effects.
+
</file context>
| Gain full visibility with a real-time dashboard and connect with your analytics stack, including GA4, Matomo, Piano, and more.**Optimization Tools That Drive Results** | |
| Gain full visibility with a real-time dashboard and connect with your analytics stack, including GA4, Matomo, Piano, and more. **Optimization Tools That Drive Results** |
- Fix initialization bug (axeptioSettings → axeptioWpConsentCategories) - Add 5 WP Consent API categories as virtual vendors - Update consent directly without Google Consent Mode dependency - Refactor categories data to single source of truth - Add WordPress favicon for consent categories
feat: authorize Axeptio on WordPress version 6.9
…to-scroll into the drawer)
feat: PLG-31 - custom context banner
feat: PLG-130 - add WP Consent API categories integration
Summary by cubic
Release 2.6.2 adds WP Consent API integration with auto-synced consent categories shown as virtual vendors, plus a customizable multilingual shortcode placeholder and a smoother plugin edit drawer. It also updates the signup link with UTM, bumps “Tested up to” to 6.9, fixes a PHP 8+ null pointer, and improves French GTM event translations.
New Features
Dependencies
Written for commit 03bc938. Summary will update on new commits.