Skip to content

Commit

Permalink
Change: add version 2.4.22 to the list of updatable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
auge8472 committed Sep 30, 2020
1 parent 56c752e commit 206b042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/update_2.3.5-2.4.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if($_SESSION[$settings['session_prefix'].'user_type']!=2) exit;

// update data:
$update['version'] = array('2.3.5', '2.3.6', '2.3.6.1', '2.3.7', '2.3.99.1', '2.3.99.2', '2.3.99.3', '2.4', '2.4.1', '2.4.2', '2.4.3', '2.4.4', '2.4.5', '2.4.6', '2.4.7', '2.4.8', '2.4.9', '2.4.10', '2.4.11', '2.4.12', '2.4.13', '2.4.14', '2.4.15', '2.4.16', '2.4.17', '2.4.18', '2.4.18.1', '2.4.19', '2.4.19.1', '2.4.20', '2.4.21');
$update['version'] = array('2.3.5', '2.3.6', '2.3.6.1', '2.3.7', '2.3.99.1', '2.3.99.2', '2.3.99.3', '2.4', '2.4.1', '2.4.2', '2.4.3', '2.4.4', '2.4.5', '2.4.6', '2.4.7', '2.4.8', '2.4.9', '2.4.10', '2.4.11', '2.4.12', '2.4.13', '2.4.14', '2.4.15', '2.4.16', '2.4.17', '2.4.18', '2.4.18.1', '2.4.19', '2.4.19.1', '2.4.20', '2.4.21', '2.4.22');
$update['download_url'] = 'https://github.com/ilosuna/mylittleforum/releases/latest';
$update['message'] = '';

Expand Down

0 comments on commit 206b042

Please sign in to comment.