aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/diff
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2014-04-14 06:56:04 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:15:47 +0200
commite0b2ceef833dee55a1701216d4f0823375e8fa74 (patch)
treef3db259b786638897e90a009db10009171ac8941 /phpBB/includes/diff
parent47b240660b688fab7a3dc57c46392506f1350daa (diff)
downloadforums-e0b2ceef833dee55a1701216d4f0823375e8fa74.tar
forums-e0b2ceef833dee55a1701216d4f0823375e8fa74.tar.gz
forums-e0b2ceef833dee55a1701216d4f0823375e8fa74.tar.bz2
forums-e0b2ceef833dee55a1701216d4f0823375e8fa74.tar.xz
forums-e0b2ceef833dee55a1701216d4f0823375e8fa74.zip
[ticket/11366] Extension's version's check
Add a feature to check automatically the version of the installed extensions. The informations are cached for 24 hours (like for the global update check on the main page of the acp). The informations about the versions are display both on the global list and on the detailled page. To do this the developper has to to let the composer.json of the latest version available and add some informations into it : "extra": { "version-check": { "host": "<the host>", "directory": "<the directory containing the file>", "filename": "<the composer.json of the latest version>" } } He can also add two extra informations which will be displayed if a new version is available : "extra": { "download": "<download link>", "annoucement": "<announcement link>", } Currently a notice is displayed when the "extra.version-check" informations are missing. Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366 Signed-off-by: Nicofuma <github@nicofuma.fr> PHPBB3-11366
Diffstat (limited to 'phpBB/includes/diff')
0 files changed, 0 insertions, 0 deletions