mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-08-06 10:15:51 +00:00
release preparation
This commit is contained in:
@ -1,8 +1,57 @@
|
|||||||
# This is a list of files that were present in previous DokuWiki releases
|
# This is a list of files that were present in previous DokuWiki releases
|
||||||
# but were removed later. An up to date DokuWiki should not have any of
|
# but were removed later. An up to date DokuWiki should not have any of
|
||||||
# the files installed
|
# the files installed
|
||||||
# A copy of this list is maintained at
|
|
||||||
# http://www.dokuwiki.org/install:upgrade#files_to_remove
|
# removed in 2013-10-28
|
||||||
|
lib/images/interwiki/meatball.gif
|
||||||
|
lib/images/interwiki/wiki.gif
|
||||||
|
lib/plugins/acl/ajax.php
|
||||||
|
lib/tpl/default/_admin.css
|
||||||
|
lib/tpl/default/_fileuploader.css
|
||||||
|
lib/tpl/default/_linkwiz.css
|
||||||
|
lib/tpl/default/_mediamanager.css
|
||||||
|
lib/tpl/default/_mediaoptions.css
|
||||||
|
lib/tpl/default/_subscription.css
|
||||||
|
lib/tpl/default/_tabs.css
|
||||||
|
lib/tpl/default/design.css
|
||||||
|
lib/tpl/default/detail.php
|
||||||
|
lib/tpl/default/footer.html
|
||||||
|
lib/tpl/default/images/UWEB.png
|
||||||
|
lib/tpl/default/images/UWEBshadow.png
|
||||||
|
lib/tpl/default/images/apple-touch-icon.png
|
||||||
|
lib/tpl/default/images/bullet.gif
|
||||||
|
lib/tpl/default/images/button-cc.gif
|
||||||
|
lib/tpl/default/images/button-css.png
|
||||||
|
lib/tpl/default/images/button-donate.gif
|
||||||
|
lib/tpl/default/images/button-dw.png
|
||||||
|
lib/tpl/default/images/button-php.gif
|
||||||
|
lib/tpl/default/images/button-rss.png
|
||||||
|
lib/tpl/default/images/button-xhtml.png
|
||||||
|
lib/tpl/default/images/buttonshadow.png
|
||||||
|
lib/tpl/default/images/closed.gif
|
||||||
|
lib/tpl/default/images/favicon.ico
|
||||||
|
lib/tpl/default/images/inputshadow.png
|
||||||
|
lib/tpl/default/images/link_icon.gif
|
||||||
|
lib/tpl/default/images/mail_icon.gif
|
||||||
|
lib/tpl/default/images/open.gif
|
||||||
|
lib/tpl/default/images/resizecol.png
|
||||||
|
lib/tpl/default/images/tocdot2.gif
|
||||||
|
lib/tpl/default/images/windows.gif
|
||||||
|
lib/tpl/default/layout.css
|
||||||
|
lib/tpl/default/main.php
|
||||||
|
lib/tpl/default/media.css
|
||||||
|
lib/tpl/default/mediamanager.php
|
||||||
|
lib/tpl/default/print.css
|
||||||
|
lib/tpl/default/rtl.css
|
||||||
|
lib/tpl/default/style.ini
|
||||||
|
lib/tpl/default/template.info.txt
|
||||||
|
lib/tpl/dokuwiki/css/basic.css
|
||||||
|
lib/tpl/dokuwiki/css/content.css
|
||||||
|
lib/tpl/dokuwiki/css/design.css
|
||||||
|
lib/tpl/dokuwiki/css/includes.css
|
||||||
|
lib/tpl/dokuwiki/css/mobile.css
|
||||||
|
lib/tpl/dokuwiki/css/pagetools.css
|
||||||
|
lib/tpl/dokuwiki/css/structure.css
|
||||||
|
|
||||||
# removed in 2013-05-10
|
# removed in 2013-05-10
|
||||||
lib/plugins/info/lang/sl/lang.php
|
lib/plugins/info/lang/sl/lang.php
|
||||||
|
2
doku.php
2
doku.php
@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// update message version
|
// update message version
|
||||||
$updateVersion = 40.1;
|
$updateVersion = 41;
|
||||||
|
|
||||||
// xdebug_start_profiling();
|
// xdebug_start_profiling();
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ $dokuwiki_hash = array(
|
|||||||
'2012-01-25' => '72c083c73608fc43c586901fd5dabb74',
|
'2012-01-25' => '72c083c73608fc43c586901fd5dabb74',
|
||||||
'2012-09-10' => 'eb0b3fc90056fbc12bac6f49f7764df3',
|
'2012-09-10' => 'eb0b3fc90056fbc12bac6f49f7764df3',
|
||||||
'2013-05-10' => '7b62b75245f57f122d3e0f8ed7989623',
|
'2013-05-10' => '7b62b75245f57f122d3e0f8ed7989623',
|
||||||
|
'2013-10-28' => '263c76af309fbf083867c18a34ff5214',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user