Bump OSPOS version to 3.0.2

This commit is contained in:
FrancescoUK
2016-12-04 21:10:28 +00:00
parent 311225a126
commit d9649edc3e
6 changed files with 14 additions and 7 deletions

View File

@@ -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.1 is a complete overhaul of the original software.
The latest version 3.0.2 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.

View File

@@ -1,3 +1,10 @@
Version 3.0.2
-----------
+
+
+ Updates to language translations
Version 3.0.1
-----------
+ *CodeIgniter 3.1.2 Upgrade*

View File

@@ -8,7 +8,7 @@
|
|
*/
$config['application_version'] = '3.0.1';
$config['application_version'] = '3.0.2';
/*
|--------------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
{
"name": "OpenSourcePOS",
"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",
"version": "3.0.2",
"license": "MIT",
"authors": [
"jekkos <jeroen.peelaerts - at - gmail.com>",

View File

@@ -1,7 +1,7 @@
{
"name": "OpenSourcePOS",
"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",
"version": "3.0.2",
"license": "MIT",
"authors": [
{

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "3.0.1",
"version": "3.0.2",
"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",