chore: update deps, dependabot and bump version#49
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares a new 1.1.0 release by aligning metadata/docs with the current codebase and adjusting dependency management to more sustainable, compatible versions.
Changes:
- Bumps the plugin version to 1.1.0 across plugin headers, constants, and readme metadata, and introduces a dedicated
CHANGELOG.md. - Updates Composer, npm, and WordPress-related dependencies (including PHPStan/PHPUnit and
@wordpress/*packages), rolling back one dev plugin to an earlier compatible version. - Refines Dependabot configuration to group and schedule Composer, npm, and GitHub Actions updates on a weekly cadence instead of daily/multi-ecosystem defaults.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
readme.txt |
Updated minimum WordPress version and stable tag, removed inline changelog/requirements, and added a link to an external changelog (with a couple of inconsistencies noted in comments). |
package.json |
Adjusted WordPress JS, linting, and build-related dependencies to newer (or compatible) versions while keeping React versions stable. |
onemedia.php |
Synced the plugin header and ONEMEDIA_VERSION constant to the new 1.1.0 release version. |
docs/INSTALLATION.md |
Updated installation system requirements to WordPress ≥ 6.8 and PHP ≥ 8.0 to match the plugin header. |
composer.lock |
Regenerated lockfile to reflect updated PHP tooling versions (PHPStan, PHPUnit, Sebastian libs) and the rollback of wpackagist-plugin/plugin-check to 1.6.0. |
composer.json |
Pinned wpackagist-plugin/plugin-check to the ~1.6.0 series to match the rolled-back version in the lockfile. |
README.md |
Removed the inline changelog section to centralize change history in the new CHANGELOG.md. |
CHANGELOG.md |
Added a new changelog file documenting releases 1.1.0, 1.0.1-beta, and 1.0.0-beta. |
.github/dependabot.yml |
Replaced broad, frequent updates for many ecosystems with a more focused schedule and grouped updates for Composer, npm, and GitHub Actions (with one group-overlap issue noted). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
up1512001
approved these changes
Jan 28, 2026
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.
What
Rolls back several artificicial deps and bumps others to their latest compatible versions. Triggers a version bump too.
Why
Prerelease cleanup
Related Issue(s):
How
Testing Instructions
Screenshots
Additional Info
Checklist
npm run changeset.