diff --git a/CHANGELOG b/CHANGELOG index 403ab8f1..c8059877 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.1.2: BETA +1.1.2: 2017/05/10 - moved source code from sourceforge to github - added folder upload support via folder drag and drop and menu dialog - changed file/folder action dialog @@ -12,6 +12,10 @@ - added session authentication support - added Brotli compression support (module IO::Compress::Brotli required) - added Localizer plugin for Web UI translation support + - improved accessiblity: improved screenreader and keyboard support + - converted all web interface icons to SVG + - added folder tree view, big icon and small icon view + 1.1.1: 2016/9/10 - fixed broken images in ImageInfo extension bug - fixed wrong thumbnail toggle state bug in QuickToggle extension diff --git a/RELEASE b/RELEASE index de867cb8..45a1b3f4 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1.1.2RC1 +1.1.2 diff --git a/lib/perl/WebDAVCGI.pm b/lib/perl/WebDAVCGI.pm index 41237049..56af5724 100644 --- a/lib/perl/WebDAVCGI.pm +++ b/lib/perl/WebDAVCGI.pm @@ -57,7 +57,7 @@ use HTTPHelper qw( print_header_and_content ); use CacheManager; -$RELEASE = '1.1.2RC1.22'; +$RELEASE = '1.1.2'; use vars qw( $_METHODS_RX );