1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 05:14:20 +02:00

Improve update checking and add UI for major flarum update

This commit is contained in:
SychO9
2021-10-01 17:52:15 +01:00
parent 0aed124911
commit 2ce28f8e5c
9 changed files with 255 additions and 24 deletions

View File

@@ -22,6 +22,13 @@ sycho-package-manager:
file_permissions: >
The package manager requires read and write permissions on the following files and directories: composer.json, composer.lock, vendor, storage/.composer
major_updater:
description: Major Flarum updates are not backwards compatible, meaning that some of your currently installed extensions, and manually made modifications might not work with this new version.
dry_run: Dry Run
dry_run_help: A dry run emulates the update to see if your current setup can safely update, this does not mean that your manual made custom modifications will work in the newer version.
title: Flarum {version} Major Update Available
update: Update
updater:
check_for_updates: Check for updates
flarum: Flarum Core