Bump to version 3.4.0

This commit is contained in:
objecttothis
2022-11-18 10:20:00 +04:00
committed by Steve Ireland
parent e29bcb72d9
commit f39509d45e
7 changed files with 12 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
[unreleased]: https://github.com/opensourcepos/opensourcepos/compare/3.3.8...HEAD
[3.4.0]: https://github.com/opensourcepos/opensourcepos/compare/3.3.8...3.4.0
[3.3.7]: https://github.com/opensourcepos/opensourcepos/compare/3.3.7...3.3.8
[3.3.6]: https://github.com/opensourcepos/opensourcepos/compare/3.3.6...3.3.7
[3.3.5]: https://github.com/opensourcepos/opensourcepos/compare/3.3.4...3.3.5
@@ -27,11 +27,12 @@
All notable changes to this project will be documented here.
## [Unreleased]
## [3.4.0]
List of changes in the `master` branch.
- N/A
- Bump framework to CodeIgniter 4.1.3
- Improve security performance against bots.
## [3.3.8] - 2022-04-26

View File

@@ -11,7 +11,7 @@ class App extends BaseConfig
*
* @var string
*/
public $application_version = '4.0.0';
public $application_version = '3.4.0';
/**
* This is the commit hash for the version you are currently using.

View File

@@ -1,7 +1,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": "4.0.0",
"version": "3.4.0",
"license": "MIT",
"authors": [
"jekkos <jekkos - at - opensourcepos.org>",

View File

@@ -14,7 +14,7 @@ networks:
services:
ospos:
image: jekkos/opensourcepos:4.0.0
image: jekkos/opensourcepos:3.4.0
restart: always
depends_on:
- mysql

View File

@@ -17,7 +17,7 @@ services:
image: jekkos/opensourcepos:sqlscript
command: /bin/sh -c 'exit 0'
ospos:
image: jekkos/opensourcepos:4.0.0
image: jekkos/opensourcepos:3.4.0
restart: always
depends_on:
- mysql

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "3.3.8",
"version": "3.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -1,12 +1,13 @@
{
"name": "opensourcepos",
"version": "4.0.0",
"version": "3.4.0",
"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 <jekkos - at - opensourcepos.org>",
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>"
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>",
"objecttothis <objecttothis - at - gmail.com>"
],
"scripts": {
"install": "composer install & bower install",