From ca39fb38ade38b56aa6c2767b564979bffeb32b0 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Tue, 8 Nov 2016 21:54:21 +0000 Subject: [PATCH] Prepare 3.0.1 release, updated README --- README.md | 13 ++++++++----- WHATS_NEW.txt | 12 ++++++++++++ bower.json | 2 +- package.json | 11 +++++++---- 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 67d62c873..fc30ec9b8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The main features are: The software is written in PHP language, it uses MySQL or MariaDB as data storage back-end and has a simple but intuitive user interface. -The latest version 3.0.0 is a complete overhaul of the original software. +The latest version 3.0.1 is a complete overhaul of the original software. It is now based on Bootstrap 3.x using Bootswatch themes, and still uses CodeIgniter 3.x as framework. It also has improved functionality and security. @@ -68,10 +68,12 @@ Server Requirements ------------------- PHP version 5.5 or newer is recommended but PHP 7.x is not fully supported yet. -PHP needs to have `php-gd`, `php-bcmath`, `php-intl` and `php-sockets` installed and enabled. +PHP needs to have `php-gd`, `php-bcmath`, `php-intl`, `php-sockets` and `php-mcrypt` installed and enabled. MySQL 5.5 or 5.6 are fine but MySQL 5.7 is not supported yet. +Apache 2.2 and 2.4 are working both fine. + Local install ------------- 1. Create/locate a new mysql database to install open source point of sale into @@ -127,9 +129,8 @@ More info [on maintaining a docker](https://github.com/jekkos/opensourcepos/wiki Reporting Bugs -------------- -Since OSPOS 3.0.0 is a version under development, please make sure you always run the latest 2.4_to_3.0.sql database upgrade script. -Please DO NOT post issues if you have not done that before running OSPOS 3.0. -Please also make sure you have updated all the files from latest master. +If you are taking a release candidate code please make sure you always run the latest database upgrade script and you took the latest code from master. +Please DO NOT post issues if you have not done those step. Bug reports must follow this schema: @@ -163,3 +164,5 @@ FAQ * If you installed your OSPOS under a web server subdir, please edit public/.htaccess and go to the lines with comment `if in web root` and `if in subdir comment above line, uncomment below one and replace with your path` and follow the instruction on the second comment line. If you face more issues please read [issue #920](https://github.com/jekkos/opensourcepos/issues/920) for more help * If the avatar pictures are not shown in Items or at Item save time you get an error, please make sure your public and subdirs are assigned to the correct owner and the access permission is set to 755 + +* If you have problems with the encryption support or you get an error please make sure `php5-mcrypt` is installed diff --git a/WHATS_NEW.txt b/WHATS_NEW.txt index 82d729ca3..8cc7b2551 100644 --- a/WHATS_NEW.txt +++ b/WHATS_NEW.txt @@ -1,3 +1,15 @@ +Version 3.0.1 +----------- ++ Upgrade to Code Igniter 3.1.2 ++ Substantial database performance improvements ++ Increased security with email and sms passwords encryption ++ Better support of Apache 2.4 in .htaccess ++ Updated various language translations ++ Fixed excel template download links ++ Fixed 2.3.2_to_2.3.3.sql database upgrade script mistake ++ Fixed phppos to ospos database migration script ++ Minor bugfixes and code clean up + Version 3.0.0 ----------- + *CodeIgniter 3.1 Upgrade* diff --git a/bower.json b/bower.json index 2f03aac04..36248d32d 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,7 @@ "name": "OpenSourcePOS", "description": "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface", "version": "3.0.1", + "license": "MIT", "authors": [ "jekkos ", "FrancescoUK " @@ -10,7 +11,6 @@ "point-of-sale", "POS" ], - "license": "MIT", "homepage": "https://github.com/jekkos/opensourcepos", "private": true, "moduleType": [ diff --git a/package.json b/package.json index 4b0b07cd6..ba08c7b6c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { - "name": "opensourcepos", - "version": "3.0.0", + "name": "OpenSourcePOS", + "version": "3.0.1", "description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.", "main": "index.php", + "license": "MIT", + "authors": [ + "jekkos ", + "FrancescoUK " + ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -14,8 +19,6 @@ "point-of-sale", "POS" ], - "author": "jekkos", - "license": "MIT", "devDependencies": { "grunt": "~0.4.5", "grunt-bower": "^0.21.0",