Skip to content

Feat: prepare v4.7.1#371

Merged
apinto-uc merged 1 commit into
masterfrom
v4.7.1
May 20, 2026
Merged

Feat: prepare v4.7.1#371
apinto-uc merged 1 commit into
masterfrom
v4.7.1

Conversation

@apinto-uc
Copy link
Copy Markdown
Collaborator

@apinto-uc apinto-uc commented May 19, 2026

User description

Improvements

  • Set WordPress tested up to version to 7.0-RC1
  • Updated UTM parameters on AI assistant setup links in AGENTS.md and CLAUDE.md for improved tracking

CodeAnt-AI Description

Prepare Cookiebot 4.7.1 and update WordPress compatibility details

What Changed

  • Released Cookiebot version 4.7.1
  • Updated the plugin’s WordPress compatibility notice to 7.0-RC1
  • Updated AI assistant setup links in the project docs so tracking is more accurate

Impact

✅ Clearer WordPress version compatibility
✅ More accurate setup link tracking
✅ Up-to-date plugin release info

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

@codeant-ai
Copy link
Copy Markdown
Contributor

codeant-ai Bot commented May 19, 2026

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Release v4.7.1 with WordPress 7.0-RC1 support

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Bump plugin version to 4.7.1
• Update WordPress tested compatibility to 7.0-RC1
• Add release notes documenting improvements
• Update UTM parameters for tracking
Diagram
flowchart LR
  A["Version Update<br/>4.7.0 → 4.7.1"] --> B["WordPress Compatibility<br/>6.8 → 7.0-RC1"]
  A --> C["Release Notes<br/>Added to readme.txt"]
  B --> D["Plugin Ready<br/>for Release"]
  C --> D
Loading

Grey Divider

File Changes

1. cookiebot.php ⚙️ Configuration changes +1/-1

Update main plugin version header

• Updated plugin version header from 4.7.0 to 4.7.1

cookiebot.php


2. src/lib/Cookiebot_WP.php ⚙️ Configuration changes +1/-1

Update plugin version constant

• Updated COOKIEBOT_PLUGIN_VERSION constant from 4.7.0 to 4.7.1

src/lib/Cookiebot_WP.php


3. readme.txt 📝 Documentation +12/-2

Update version info and add release notes

• Updated tested WordPress version from 6.8 to 7.0-RC1
• Updated stable tag from 4.7.0 to 4.7.1
• Added new 4.7.1 release notes section with improvements
• Documented UTM parameter updates for AI assistant setup links

readme.txt


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review Bot commented May 19, 2026

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0)

Grey Divider


Advisory comments

1. Changelog UTM claim mismatch 🐞 Bug ⚙ Maintainability
Description
The new 4.7.1 changelog entry claims UTM parameters were updated in AGENTS.md and CLAUDE.md, but the
current versions of those docs contain plain cookiebot.com links without any UTM query parameters.
This makes the 4.7.1 release notes misleading for anyone validating the release contents/tracking
changes.
Code

readme.txt[R172-175]

+####Improvements####
+
+* Set WordPress tested up to version to 7.0-RC1
+* Updated UTM parameters on AI assistant setup links in AGENTS.md and CLAUDE.md for improved tracking
Evidence
The 4.7.1 changelog explicitly claims UTM updates in AGENTS.md/CLAUDE.md, but the referenced docs’
external links shown in this branch are plain URLs without UTM parameters (no query string).

readme.txt[167-175]
AGENTS.md[45-52]
AGENTS.md[113-117]
CLAUDE.md[45-52]
CLAUDE.md[113-117]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

### Issue description
`readme.txt` (v4.7.1 changelog) states that UTM parameters were updated in `AGENTS.md` and `CLAUDE.md`, but those files in this branch do not contain UTM-tagged links. This is a docs/release-note inconsistency introduced by the new 4.7.1 entry.

### Issue Context
If UTM tracking changes are intended for this release, the referenced docs should include the updated UTM parameters. If not intended (or done elsewhere), the changelog bullet should be removed or rewritten to reflect the actual change.

### Fix Focus Areas
- readme.txt[167-175]
- AGENTS.md[45-52]
- AGENTS.md[113-117]
- CLAUDE.md[45-52]
- CLAUDE.md[113-117]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

Qodo Logo

@sonarqubecloud
Copy link
Copy Markdown

@codeant-ai codeant-ai Bot added the size:S This PR changes 10-29 lines, ignoring generated files label May 19, 2026
@codeant-ai
Copy link
Copy Markdown
Contributor

codeant-ai Bot commented May 19, 2026

CodeAnt AI finished reviewing your PR.

@apinto-uc apinto-uc merged commit f1264a9 into master May 20, 2026
11 checks passed
@apinto-uc apinto-uc deleted the v4.7.1 branch May 20, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants