Skip to content

Conversation

@pleberre
Copy link
Contributor

@pleberre pleberre commented Oct 6, 2025

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

    • Prevent null pointer in get_plugin() when no filename is found (PHP 8.0+).
  • Dependencies

    • Bump webpack-dev-server to v5.2 and pin via resolutions to 5.2.1.
    • Update pbkdf2 to 3.1.3 and refresh lockfile.

Written for commit af6a5ab. Summary will update automatically on new commits.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a 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"
Copy link

@cubic-dev-ai cubic-dev-ai bot Oct 6, 2025

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 @@
     &quot;cross-env&quot;: &quot;^7.0.3&quot;
   },
+  &quot;resolutions&quot;: {
+    &quot;webpack-dev-server&quot;: &quot;^5.2.1&quot;
+  },
   &quot;lint-staged&quot;: {
</file context>
Suggested change
"webpack-dev-server": "^5.2.1"
"webpack-dev-server": "^4.13.3"
Fix with Cubic

Copy link

@cubic-dev-ai cubic-dev-ai bot left a 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 &quot;Optimization&quot; 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**
Copy link

@cubic-dev-ai cubic-dev-ai bot Oct 21, 2025

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 &quot;Optimization&quot; 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>
Suggested change
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 with Cubic

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.

4 participants