mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11366] Moving to \phpbb\version_helper
+ bug fix (missing exception) + Using \phpbb\version_helper So, now, the version file have a new format : { "stable": { "<branch>": { "current": "<version>", [ "announcement": "<announcement link>", ] [ "download": "<download link>", ] }, "<branch>": { ... } }, "unstable": { } } PHPBB3-11366
This commit is contained in:
committed by
Tristan Darricau
parent
e0b2ceef83
commit
44752c0dbf
@@ -110,7 +110,7 @@ $lang = array_merge($lang, array(
|
||||
'NOT_UP_TO_DATE' => '%s is not up to date',
|
||||
'UP_TO_DATE' => '%s is up to date',
|
||||
'ANNOUNCEMENT_TOPIC' => 'Release Announcement',
|
||||
'DOWNLOAD_LATEST' => 'Download Latest Version',
|
||||
'DOWNLOAD_LATEST' => 'Download Version',
|
||||
'NO_VERSIONCHECK' => 'No informations about how get the latest version.',
|
||||
// 'NO_INFO' => 'Version server could not be contacted',
|
||||
));
|
||||
|
Reference in New Issue
Block a user