Download Latest Version opensourcepos.3.4.1.5f395d.zip (33.3 MB)
Email in envelope

Get an email when there's a new version of Open Source Point of Sale

Home / 3.4.1
Name Modified Size InfoDownloads / Week
Parent folder
opensourcepos.3.4.1.5f395d.zip 2025-06-05 33.3 MB
OpensourcePos 3.4.1 source code.tar.gz 2025-06-05 2.7 MB
OpensourcePos 3.4.1 source code.zip 2025-06-05 3.4 MB
README.md 2025-06-05 4.5 kB
Totals: 4 Items   39.5 MB 61

Today we are thrilled to announce 3.4.1. This release adds quite some bugfixes on top of 3.4.0. The migration path for MySQL coming from versions pre 3.4 was broken and should be fixed again with this version.

How to upgrade

WARNING: It's always a good idea to do a backup previous to an upgrade. This is not an exception.

  • Unzip and upload Open Source Point of Sale files to the web-server.

Upgrade from release 3.4

  • In case you have all config in the .env file you can just overwrite the unzipped .env file with the your custom version.

Upgrading from an older release

  • Edit the .env file in the unzipped folder root and set CI_ENVIRONMENT=development. This willl show error messages during the upgrade phase.
  • Next add your database username, password and database name in database.default.username, database.default.password and database.default.database respectively in the .env file
  • In case you are upgrading from pre 3.4, copy your encryption key from application/config.php and paste it in the encryption.key value in the .env file. In case you are already on 3.4
  • Move the content of old uploads dir to the writable/uploads folder in case you use uploaded images
  • Go to your install public dir via the browser.
  • Restore the CI_ENVIRONMENT=production in the .env file
  • Enjoy!

What's Changed

New Contributors

Full Changelog: https://github.com/opensourcepos/opensourcepos/compare/3.4.0...3.4.1

Source: README.md, updated 2025-06-05