From 281d2df621e48a7c3a770c97e13b1b6613869c13 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 26 Oct 2019 17:43:16 +0100 Subject: [PATCH] Prepare release 3.3.1 --- INSTALL.md | 6 +++--- README.md | 2 ++ WHATS_NEW.txt | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2b9911033..e431db4d2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,11 +3,11 @@ Server Requirements * PHP version 5.6 to 7.3 are supported. Please note that PHP needs to have `php-gd`, `php-bcmath`, `php-intl`, `php-openssl`, `php-mbstring` and `php-curl` installed and enabled. -* MySQL 5.5, 5.6 and 5.7 are supported, also MariaDB replacement is supported and apparently offering better performance. +* MySQL 5.5, 5.6 and 5.7 are supported, also MariaDB replacement is supported and apparently offering better performance. However you need to disable `only_full_group_by` option, see issue [#2538](https://github.com/opensourcepos/opensourcepos/issues/2538). -* Apache 2.2 and 2.4 are supported. Also Nginx has been proven to work fine, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Local-Deployment-using-LEMP) +* Apache 2.2 and 2.4 are supported. Also Nginx has been proven to work fine, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Local-Deployment-using-LEMP). -* Raspberry PI based installations proved to work, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Installing-on-Raspberry-PI---Orange-PI-(Headless-OSPOS)) +* Raspberry PI based installations proved to work, see [wiki page here](https://github.com/opensourcepos/opensourcepos/wiki/Installing-on-Raspberry-PI---Orange-PI-(Headless-OSPOS)). * For Windows based installations please read [the wiki](https://github.com/opensourcepos/opensourcepos/wiki) and also existing closed issues as this topic has been covered well in all the variants and issues. diff --git a/README.md b/README.md index 549b69675..65f3385a9 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,8 @@ FAQ * If you have suhosin installed and face an issue with CSRF, please make sure you read [issue #1492](https://github.com/opensourcepos/opensourcepos/issues/1492). +* If you see the item edit dialog box empty starting with version 3.3.0, please disable `only_full_group_by` option from MySQL/MariaDB. See issue [#2538](https://github.com/opensourcepos/opensourcepos/issues/2538). + Credits ------- |JetBrains|Travis CI| diff --git a/WHATS_NEW.txt b/WHATS_NEW.txt index 6b7dfe59c..3397f18a1 100644 --- a/WHATS_NEW.txt +++ b/WHATS_NEW.txt @@ -1,3 +1,7 @@ +Version 3.3.1 +------------- ++ Various bug fixes (please disable `only_full_group_by` option from MySQL/MariaDB to avoid issues) + Version 3.3.0 ------------- + New logo