X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/421de927c7ca757c6be63d460aa26921ba97cafc..767576759a8652df040bfce717dbe7972572cce6:/README.md diff --git a/README.md b/README.md index 0ce6d12..de1a54c 100644 --- a/README.md +++ b/README.md @@ -351,13 +351,14 @@ The very first version of Jirafeau after the fork of Jyraphe. ## Version 3.0.0 -- A lot of code cleaning -- Replace all domain depended links -- Better documentation -- Convert UTC dates to clients timezone -- Show readable date format -- Multiple UI glitch fixes -- Switch to PSR-2 -- Catch errors in upload form -- Can now use IP _or_ password authentification -- +- Remove XHTML doctype, support HTML5 only → breaking change for older browsers +- Remove redundant code +- Remove baseurl usage and set absolute links instead, which for example fixes SSL issues +- Extend contribution guide +- Switch to PSR-2 code style (fix line endings, indentations, whitespaces, etc) +- Declare system requirements +- Catch API errors in upload form +- Allow clients to upload files depending on IP or password +- Set UTC as timezone to prevent date/time issues +- Show readable date & time information +- Fix UI glitches in admin panel and upload form