diff --git a/data/deleted.files b/data/deleted.files index ec5d3b65d8a9ddc6f0df3525b290f2a16729c689..d034e1d5b526590dd4e3750911ae5b977669e8ed 100644 --- a/data/deleted.files +++ b/data/deleted.files @@ -4,6 +4,18 @@ # A copy of this list is maintained at # http://www.dokuwiki.org/install:upgrade#files_to_remove +# removed in 2011-11-10 +lib/_fla/.htaccess +lib/_fla/MultipleUpload.as +lib/_fla/README +lib/_fla/index.html +lib/_fla/multipleUpload.fla +lib/exe/multipleUpload.swf +lib/images/multiupload.png +lib/scripts/ajax.js +lib/scripts/events.js +lib/scripts/subscriptions.js + # removed in 2011-05-25 conf/words.aspell.dist lib/styles/style.css diff --git a/doku.php b/doku.php index 4901750a80469a4a4f88109f88fff195e0f0170c..e2375729892e8f88a522066d9409dcccb2e3047a 100644 --- a/doku.php +++ b/doku.php @@ -7,7 +7,7 @@ */ // update message version -$updateVersion = 34; +$updateVersion = 35; // xdebug_start_profiling(); diff --git a/install.php b/install.php index 5d71db515219d4b4eac66e3c2f452638e61a95e9..2f600c925ccb43df68d7d1a0b4b85c0be11d80d7 100644 --- a/install.php +++ b/install.php @@ -48,6 +48,7 @@ $dokuwiki_hash = array( '2009-12-25' => '993c4b2b385643efe5abf8e7010e11f4', '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8', '2011-05-25' => '4241865472edb6fa14a1227721008072', + '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31', );