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

Remove 'updates.check_updates_branch' setting #1971

Merged
merged 5 commits into from
Nov 22, 2023

Conversation

ArthurHoaro
Copy link
Member

Always use 'release' branch instead. Also treat commit hash as dev version

Fixes #1966

Always use 'release' branch instead. Also treat commit hash as dev version

Fixes shaarli#1966
@ArthurHoaro ArthurHoaro force-pushed the remove-version-check-branch branch from 14f1ac8 to 379ab59 Compare April 8, 2023 14:48
@@ -63,7 +63,6 @@
},
"updates": {
"check_updates": false,
"check_updates_branch": "stable",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think updateMethodCheckUpdateRemoteBranch() in application/legacy/LegacyUpdater.php still refers to this setting.
Ref. #1964

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does, but this piece of code if from the LegacyUpdater which would update things from older versions, so it doesn't need to be updated/maintained as long as it's not breaking anything.

However I forgot to write an update here to remove the file in existing config files.

@nodiscc nodiscc modified the milestones: 0.13.0, 0.14.0 Nov 22, 2023
@ArthurHoaro ArthurHoaro merged commit 60bc06a into shaarli:master Nov 22, 2023
11 of 15 checks passed
@ArthurHoaro ArthurHoaro deleted the remove-version-check-branch branch November 22, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running latest version notifies of new release
2 participants