Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update improvements #15829

Merged
merged 3 commits into from
Oct 3, 2024
Merged

update improvements #15829

merged 3 commits into from
Oct 3, 2024

Conversation

brandonkelly
Copy link
Member

@brandonkelly brandonkelly commented Oct 3, 2024

Description

Adds new options to the update command:

php craft update all --except craft,ckeditor
php craft update all --minor-only
php craft update all --patch-only

--minor-only will prevent plugins from being updated beyond their current major version (e.g. 5.x).

--patch-only will prevent Craft/plugins from being updated beyond their current minor version (e.g. 5.4.x).

Related issues

@brandonkelly brandonkelly merged commit f2ef155 into 4.13 Oct 3, 2024
3 checks passed
@brandonkelly brandonkelly deleted the feature/update-improvements branch October 3, 2024 03:15
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