-
Notifications
You must be signed in to change notification settings - Fork 3
feat: release/2.6.2 #38
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: develop
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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** |
feat: authorize Axeptio on WordPress version 6.9
Summary by cubic
Release 2.6.2 adds UTM parameters to the admin signup link, fixes a PHP 8+ null pointer in get_plugin(), and improves French GTM event translations. Also updates the WordPress “Tested up to” to 6.9.
Bug Fixes
Dependencies
Written for commit af6a5ab. Summary will update automatically on new commits.