diff --git a/data/deleted.files b/data/deleted.files index 8bb2887020497a5ed5d560688be891f00d55a288..280b693c14f39384bd759aa77a4ef6b775f0b6e7 100644 --- a/data/deleted.files +++ b/data/deleted.files @@ -2,6 +2,20 @@ # but were removed later. An up to date DokuWiki should not have any of # the files installed +# remove in 2017-02-19 +inc/SimplePie.php +inc/Tar.class.php +inc/ZipLib.class.php +inc/phpseclib/Crypt_AES.php +inc/phpseclib/Crypt_Rijndael.php +inc/phpseclib/update.sh +lib/scripts/jquery/jquery-migrate.js +lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_75_ffffff_40x100.png +lib/scripts/jquery/jquery-ui.js +lib/scripts/jquery/jquery.js +lib/tpl/dokuwiki/css/_admin.css + # removed in 2016-06-26 inc/cliopts.php lib/tpl/dokuwiki/css/mixins.less diff --git a/install.php b/install.php index ad4384c09ba1e781831e83e7f2c851a759e76ad4..ac8705a599cccef80aac336101538b23fdeee92b 100644 --- a/install.php +++ b/install.php @@ -59,7 +59,8 @@ $dokuwiki_hash = array( '2013-12-08' => '263c76af309fbf083867c18a34ff5214', '2014-05-05' => '263c76af309fbf083867c18a34ff5214', '2015-08-10' => '263c76af309fbf083867c18a34ff5214', - '2016-06-26' => 'fd3abb6d89853dacb032907e619fbd73' + '2016-06-26' => 'fd3abb6d89853dacb032907e619fbd73', + '2017-02-19' => 'e4f2f5a34c9dbcd96a5ecc8f2df25bd9' );