Bump to 3.3.9

This commit is contained in:
jekkos
2023-11-06 09:54:47 +01:00
parent f7b5c6542d
commit 7c87ac6f60
7 changed files with 16 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
[unreleased]: https://github.com/opensourcepos/opensourcepos/compare/3.3.8...HEAD
[unreleased]: https://github.com/opensourcepos/opensourcepos/compare/3.3.9...
[3.3.8]: https://github.com/opensourcepos/opensourcepos/compare/3.3.8...3.3.9
[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
@@ -33,6 +34,13 @@ List of changes in the `master` branch.
- N/A
## [3.3.9] - 2023-11-06
- Translation updates (Spanish, Croatian, Russian, English, Indonesian, Thai, Central Khmer)
- Fix logout race condition issue
- Fix docker compose file
- Minor report fixes
## [3.3.8] - 2022-04-26
- Translation updates (Flemish, Vietnamese, Thai, Azerbaijani, Spanish, French)

View File

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

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

View File

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

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@opensourcepos/opensourcepos",
"version": "3.3.8",
"version": "3.3.9",
"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",