BUmped to 1.4.2-rc1#343
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThis PR updates the plugin version from 1.4.1 to 1.4.2-RC1 across the bootstrap file and documentation. The main plugin file is updated with new version metadata and constant, README files are updated with stable tags (1.4.2 and 1.4.2 respectively), and the changelog documents a fix for manual link exclusions. The release workflow is refined to exclude additional development and test artifacts ( Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
Comment |
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. The main focus is on updating version numbers, documenting the new release, and improving the release workflow by excluding additional files and directories from the final release package. It also documents a bug fix for manual link exclusions.
Release Preparation and Documentation:
README.md,readme.txt, andinternet-archive-wayback-machine-link-fixer.phpto reflect the 1.4.2 (and 1.4.2-RC1) release. [1] [2] [3] [4] [5]readme.txtfor version 1.4.2, highlighting a fix where manually excluded links are now properly respected and not re-checked.Release Workflow Improvements:
.github/workflows/release.ymlto exclude additional files and directories (e.g., documentation, test results,.agents,e2e, and various markdown files) from release builds, ensuring cleaner and smaller release packages. [1] [2]Testing instructions
Mentions #
Summary by CodeRabbit
Bug Fixes
Chores