Skip to content

Release/1.4.2#344

Merged
gin0115 merged 2 commits into
trunkfrom
release/1.4.2
May 28, 2026
Merged

Release/1.4.2#344
gin0115 merged 2 commits into
trunkfrom
release/1.4.2

Conversation

@gin0115

@gin0115 gin0115 commented May 28, 2026

Copy link
Copy Markdown
Collaborator

Changes proposed in this Pull Request

This pull request prepares for the 1.4.2 release of the Internet Archive Wayback Machine Link Fixer plugin, addressing a key bug fix and updating release metadata. The most significant update is a fix ensuring that manually excluded links are now fully respected by the link checker process. Additional changes update version numbers, changelogs, and release workflow configuration.

Bug Fixes:

  • Fixed an issue where manually excluded links could revert to unexcluded status and be re-checked by the link checker; manual exclusions are now fully respected.

Release and Versioning Updates:

  • Updated plugin version numbers to 1.4.2 (or 1.4.2-RC1 in code) in README.md, readme.txt, and internet-archive-wayback-machine-link-fixer.php. [1] [2] [3] [4] [5]
  • Added a changelog entry for version 1.4.2 in readme.txt.

Build and Release Workflow Improvements:

  • Expanded the list of files and directories excluded from release packaging in .github/workflows/release.yml, such as documentation, test outputs, and configuration files. [1] [2]

Code and Documentation Maintenance:

  • Minor cleanup in composer.json by removing the --no-purge flag from the makejson script.
  • Minor code and comment formatting improvements in src/Report/Report_Table.php. [1] [2]

Testing instructions

Mentions #

Summary by CodeRabbit

  • Chores

    • Updated plugin version to 1.4.2-RC1
    • Optimized release workflow and build configuration
    • Updated translation templates with refined UI messaging
  • Bug Fixes

    • Fixed issue where manually excluded links could revert to unexcluded status and be reprocessed by the link checker

Review Change Stack

@coderabbitai

coderabbitai Bot commented May 28, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2bcbbe04-8d7c-4c36-98bd-e285e125eaee

📥 Commits

Reviewing files that changed from the base of the PR and between 577b6b5 and f0c28fc.

📒 Files selected for processing (7)
  • .github/workflows/release.yml
  • README.md
  • composer.json
  • internet-archive-wayback-machine-link-fixer.php
  • languages/internet-archive-wayback-machine-link-fixer.pot
  • readme.txt
  • src/Report/Report_Table.php

Walkthrough

This PR prepares version 1.4.2 of the Internet Archive Wayback Machine Link Fixer plugin for release. It updates version metadata to 1.4.2-RC1 in the bootstrap file and 1.4.2 in public-facing files, expands ZIP exclusions in the release workflow to omit documentation and test artifacts, and removes the --no-purge flag from the composer i18n script. The translation template is substantially updated with new UI copy across dashboards, reports, link details, and wizard screens. A bug fix corrects the get_links() method call in the report table by removing an extraneous search term argument, aligning the invocation with the method signature.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Comment @coderabbitai help to get the list of available commands and usage tips.

@gin0115 gin0115 merged commit db93f68 into trunk May 28, 2026
11 of 12 checks passed
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.

1 participant