Skip to content

Commit

Permalink
Bump to 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkos committed Nov 6, 2023
1 parent f7b5c65 commit 7c87ac6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion 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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion application/config/config.php
Expand Up @@ -8,7 +8,7 @@
|
|
*/
$config['application_version'] = '3.3.8';
$config['application_version'] = '3.3.9';

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion 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 <jekkos - at - opensourcepos.org>",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.nginx.yml
Expand Up @@ -14,7 +14,7 @@ networks:

services:
ospos:
image: jekkos/opensourcepos:3.3.8
image: jekkos/opensourcepos:3.3.9
restart: always
depends_on:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 7c87ac6

Please sign in to comment.