From 7c87ac6f605cfbcacf42c7c5b43fb97ef2435c6e Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 6 Nov 2023 09:54:47 +0100 Subject: [PATCH] Bump to 3.3.9 --- CHANGELOG.md | 10 +++++++++- application/config/config.php | 2 +- bower.json | 2 +- docker-compose.nginx.yml | 2 +- docker-compose.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db77d6e8f..53e388a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/application/config/config.php b/application/config/config.php index e2bfb5ee8..e58f6327c 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -8,7 +8,7 @@ | | */ -$config['application_version'] = '3.3.8'; +$config['application_version'] = '3.3.9'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index e92a54977..8ccc222ee 100644 --- a/bower.json +++ b/bower.json @@ -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 ", diff --git a/docker-compose.nginx.yml b/docker-compose.nginx.yml index 6653cb0cf..4c1b7e4a9 100644 --- a/docker-compose.nginx.yml +++ b/docker-compose.nginx.yml @@ -14,7 +14,7 @@ networks: services: ospos: - image: jekkos/opensourcepos:3.3.8 + image: jekkos/opensourcepos:3.3.9 restart: always depends_on: - mysql diff --git a/docker-compose.yml b/docker-compose.yml index 76909bbf2..8528ff14d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 7aa616276..2343b4ef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 2266c9c2c..343d87a07 100644 --- a/package.json +++ b/package.json @@ -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",