Skip to content

feat: release/2.6.2#38

Open
pleberre wants to merge 33 commits intodevelopfrom
release/2.6.2
Open

feat: release/2.6.2#38
pleberre wants to merge 33 commits intodevelopfrom
release/2.6.2

Conversation

@pleberre
Copy link
Contributor

@pleberre pleberre commented Oct 6, 2025

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

    • WP Consent API: show 5 categories as virtual vendors and sync consent directly via wp_set_consent when the plugin is active.
    • Customizable shortcode placeholder with i18n via new meta fields and a migration (button text + hide decoration).
    • Admin UX: unified amber theme, transitions, and auto-scroll in the edit drawer.
  • 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 03bc938. Summary will update 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

Loubal70 and others added 8 commits December 4, 2025 10:17
- 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
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.

3 participants