From bef7a2da2591ce4f35bc06d1c22cbe1963591927 Mon Sep 17 00:00:00 2001 From: jekkos Date: Fri, 1 Apr 2016 18:43:05 +0200 Subject: [PATCH] Add release notes for 2.4 --- WHATS_NEW.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/WHATS_NEW.txt b/WHATS_NEW.txt index b8ce62738..1ab3d5e7c 100644 --- a/WHATS_NEW.txt +++ b/WHATS_NEW.txt @@ -1,3 +1,20 @@ +Version 2.4 +----------- ++ *CodeIgniter 3.0.5* Upgrade ++ Fix for spurious logouts ++ Apache .htaccess mod_expiry caching and security optimizations ++ Bulk item edit fixes (tax and supplier fields) ++ Remove f-key shortcuts used for module navigation ++ Allow to use custom invoice numbers when suspending sale ++ PHP7 fixes ++ Specific warnings to distinguish between reorder level and out of stock situation in sales ++ Fix malware detection issues due to usage of base64 encoding for storing session variables ++ Improve langauge generation scripts (use PHP builtin functionality) ++ Add extra buttons for navigation and printing to receipt and invoice ++ Improve print layout for invoices ++ Make layout consistent for items between receipt and invoice templates ++ Minor bugfixes + Version 2.3.4 ------------- + Migration script fixes