Bump to 3.3.8

This commit is contained in:
jekkos
2022-08-03 08:43:07 +02:00
parent 2eb6d85818
commit ffe49278fc
7 changed files with 15 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
[unreleased]: https://github.com/opensourcepos/opensourcepos/compare/3.3.7...HEAD
[unreleased]: https://github.com/opensourcepos/opensourcepos/compare/3.3.8...HEAD
[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
[3.3.4]: https://github.com/opensourcepos/opensourcepos/compare/3.3.3...3.3.4
@@ -32,6 +33,12 @@ List of changes in the `master` branch.
- N/A
## [3.3.8] - 2022-04-26
- Translation updates (Flemish, Vietnamese, Thai, Azerbaijani, Spanish, French)
- Fix logo removal issue (CSRF regression)
- Substract refunds from total rewards as payment method
## [3.3.7] - 2022-04-26
- Translation updates (Thai, Indonesian, Swedish, Italian)

View File

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

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": "3.3.7",
"version": "3.3.8",
"license": "MIT",
"authors": [
"jekkos <jekkos - at - opensourcepos.org>",

View File

@@ -14,7 +14,7 @@ networks:
services:
ospos:
image: jekkos/opensourcepos:3.3.7
image: jekkos/opensourcepos:3.3.8
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:3.3.7
image: jekkos/opensourcepos:3.3.8
restart: always
depends_on:
- mysql

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "opensourcepos",
"version": "3.3.7-master-564465",
"version": "3.3.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "opensourcepos",
"version": "3.3.7-master-564465",
"version": "3.3.8",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@opensourcepos/opensourcepos",
"version": "3.3.7-master-564465",
"version": "3.3.8",
"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.",
"repository": {
"type": "git",