diff --git a/WHATS_NEW.txt b/WHATS_NEW.txt index 1aac65d3b..0b337ba4f 100644 --- a/WHATS_NEW.txt +++ b/WHATS_NEW.txt @@ -1,6 +1,20 @@ +Version 2.4 +----------- + *CodeIgniter 3.0.5* Upgrade (please read UPGRADE.txt) ++ Fix for spurious logouts ++ Apache .htaccess mod_expiry caching and security optimizations + Bulk item edit fixes (category, 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 language 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 diff --git a/application/views/sales/invoice.php b/application/views/sales/invoice.php index b3841a28a..9c3b0333d 100755 --- a/application/views/sales/invoice.php +++ b/application/views/sales/invoice.php @@ -81,11 +81,16 @@ if (isset($error_message)) ?>