Release/1.4.3 rc1#350
Merged
Merged
Conversation
Also tweak the built-in exclusion list wording (currently includes LinkedIn).
There was a problem hiding this comment.
🔱 Poseidon Review
Summary — Documentation and version-bump PR for the 1.4.3-RC1 release candidate; low risk overall, but one version string has a typo that affects what WordPress.org will serve.
- ✨ New — Adds "Handling False Positives", "Built-in Exclusion List", and "Link Exclusion" documentation sections.
- 📝 Docs — Refreshes Fixer Option, Link Icon, and filter descriptions to match current behavior/terminology.
- 🔧 Chore — Bumps version to
1.4.3-RC1, adds a 1.4.3 changelog entry, and gitignores.claude/settings.json.
🔴 Major issues
- readme.txt:L6 —
Stable tag: 1.4.3.-RC1has a stray period; every other version string in this PR reads1.4.3-RC1. WordPress.org treats theStable tagfield as authoritative for which version SVN serves, so a mismatched tag can deliver the wrong version or break the release. Fix:Stable tag: 1.4.3-RC1.
🤖 Prompt for AI agents — fix all findings
Verify each finding against the current code and only fix it if
needed.
Major issues:
In `readme.txt`:
- Line 6: The `Stable tag` header currently reads
`Stable tag: 1.4.3.-RC1`, which contains a stray period
between `1.4.3` and `-RC1`; this mismatches the `1.4.3-RC1`
value used in README.md, the `IAWMLF_VERSION` constant, the
plugin header `Version:` field, and the `@version` docblock.
On WordPress.org the `Stable tag` field determines which
version SVN serves to users, so a malformed tag that does
not match the tagged release can deliver the wrong version
or break the deploy. Correct the value to
`Stable tag: 1.4.3-RC1` by removing the extra dot; leave the
surrounding header lines (Requires at least, Tested up to,
Requires PHP) unchanged.
ℹ️ Review info
- Commit: a787573
- Files reviewed: .gitignore, README.md, internet-archive-wayback-machine-link-fixer.php, readme.txt
- Files skipped: none
- Model: claude-opus-4-8
There was a problem hiding this comment.
🔱 Poseidon Review
Summary — Documentation and version-bump PR for the 1.4.3-RC1 release candidate; the one issue flagged last pass (the Stable tag typo) is now fixed, and no new issues were found. Low risk.
No issues found on this pass.
♻️ Previously flagged
Resolved
- ✅ readme.txt:L6 —
Stable tagtypo1.4.3.-RC1corrected to1.4.3-RC1
ℹ️ Review info
- Commit: baa627e
- Files reviewed: .gitignore, README.md, internet-archive-wayback-machine-link-fixer.php, readme.txt
- Files skipped: none
- Model: claude-opus-4-8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this Pull Request
This pull request prepares for the 1.4.3-RC1 release and introduces several documentation improvements and clarifications, especially regarding how the plugin handles links that block automated checkers (false positives). It also documents a new built-in exclusion list for domains known to block bots, and clarifies the behavior of various options and filters. No code logic changes are included—these are documentation and metadata updates.
Key documentation and metadata changes:
Release and versioning updates:
1.4.3-RC1inREADME.md,readme.txt, andinternet-archive-wayback-machine-link-fixer.phpfor the release candidate. [1] [2] [3] [4] [5]False positives and exclusions:
Option and filter clarifications:
Changelog:
Testing instructions
Mentions #