All Versions
27
Latest Version
Avg Release Cycle
122 days
Latest Release
702 days ago

Changelog History
Page 1

  • v3.3.7 Changes

    April 26, 2022
    • โšก๏ธ Translation updates (Thai, Indonesian, Swedish, Italian)
    • ๐Ÿ›  XSS fixes in bootstrap datatables
    • ๐Ÿ›  Invoice numbering fixes
    • ๐Ÿณ Docker compose database scripts are now mounted from a container volume
  • v3.3.6 Changes

    January 08, 2022
    • โšก๏ธ Translation updates (Hungarian, Indonesian, Bosnian, Ukranian, Vietnamese, Spanish)
    • ๐Ÿ‘‰ Make footer revision clickable (ref to github)
    • Minor reporting adjustments
    • ๐Ÿ‘€ Introduced new global keyboard shortcuts (see overview below)

    ๐Ÿ›  Fixes

    • reCaptcha issue fix
    • ๐Ÿ›  Username verification bugfix
    • ๐Ÿ”’ Clickjacking security mitigations
    • ๐Ÿ›  Fixes for the payment summary after refresh
    • Hardening against XSS by introducing a CSP header in the HTTP headers
    • ๐Ÿ›  Several CSRF and XSS fixes
    • Type juggling password fix for old logins
  • v3.3.5 Changes

    August 26, 2021
    • ๐Ÿ’… Translation updates (Romanian, Ukrainian, Vietnamese, Thai, Polish, Swedish, Portuguese, Arabic, French, Chinese, Dutch, Tamil, Turkish, Spanish)
    • ๐Ÿ†• New responsive login page based on Bootstrap 5
    • ๐ŸŒ Translation fallback to English when a string is untranslated for the selected language
    • ๐ŸŽ Database and performance optimizations
    • โšก๏ธ Grunt/CI updates
    • CSV item import improvements

    ๐Ÿ›  Fixes

    • โšก๏ธ Username verification fix on employee insert/update
    • ๐Ÿ›  Minor report fixes
    • Attribute encoding fix
    • Decimal render fix
    • ๐Ÿ›  Fixes for Docker to make it run on Windows
    • Blind SQL injection fix
  • v3.3.4 Changes

    April 18, 2021
    • โšก๏ธ Translation updates (Hungarian, Indonesian, Bosnian, Ukrainian, Vietnamese, Spanish)
    • Prevent data wipeout when calling GET directly on the save endpoint
    • Cleanup .htaccess
    • ๐Ÿณ Docker compose usability improvements
    • Cookie secure flag fix for Chrome (you can enable CSRF protection again now)
    • ๐Ÿ‘‰ Use LONGBLOB for session storage. This should fix issues preventing a user from adding a large number of items to register
    • ๐Ÿ›  Cash rounding bugfixes
    • ๐Ÿ›  Fix daily overview cash sale totals
    • ๐Ÿ‘‰ Show sale count in the transaction report
    • Button disable to prevent double submission
    • โž• Add barcode field to item kits
    • ๐Ÿ›  Fix discount register parsing in some specific locales
  • v3.3.3 Changes

    December 31, 2020
    • ๐Ÿ‘ PHP 7.4 support
    • ๐Ÿ—„ Set PHP 7.2 to be the minimum level due to older version deprecations
    • โž• Added email CC and BCC (see config/email.php)
    • Cash rounding to nearest 5 cents
    • โšก๏ธ Updated composer packages and JS plugins
    • ๐Ÿ‘Œ Improved security (CSRF protection)
    • ๐Ÿ›  Various small improvements and bug fixes
  • v3.3.2 Changes

    September 03, 2020

    ๐Ÿš€ Today we're delighted to announce a new release with new features and bug fixes. Please read below for more details.

    Please use the file opensourcepos.20200903075833.3.3.2.bb309c.zip in attachment for a full installation.

    ๐Ÿ”‹ Features

    ๐Ÿ”– Version 3.3.2

    • ๐Ÿ›  Various report fixes and enhancements (@daN4cat )
    • ๐Ÿ‘Œ Improved translations in Thai/Turkish/Portugese/Hungarian/Spanish
    • Category can be used as an attribute (@objecttothis )
    • ๐Ÿ›  Invoice number override fixes
    • ๐Ÿ›  Tax included destination tax fixes (@SteveIreland )
    • Scales or other input devices can now be read out using the Token_lib functionality
    • ๐Ÿ”ง Extended system info section in the configuration tab to support our users (@WebShells )
    • ๐Ÿ— Multistage docker builds (@jekkos)
    • ๐Ÿ›  Tax group constraint fixes (@SteveIreland )
    • Employee name suspend (@daN4cat )
    • โž• Add farsi language
    • Quote improvements (@jekkos)
    • ๐Ÿ›  Code cleanup and various fixes

    ๐Ÿš€ For this release we would like to thank all the contributors for the continuous effort to keep the project moving forward. Keep up the good work! You know who you are.

    โฌ†๏ธ UPGRADE from version 3.3.1

    โฌ†๏ธ For this version an upgrade is required:

    โฌ†๏ธ WARNING: Always a good idea to do a backup previous to an upgrade. This is not an exception.

    • Backup your database.
    • ๐ŸŒ Backup your ospos files (normally at web server place)
    • Backup your ospos/application/config/database.php and ospos/application/config/config.php files
    • โœ‚ Remove all your ospos files (do not remove nor modify database data!!!)
    • Extract the files for version 3.3.2
    • ๐Ÿšš Move the files to your web server place
    • Copy application/config/database.php.tmpl to application/config/database.php
    • โช Restore the content of your ospos/application/config/database.php and ospos/application/config/config.php files in the new files
    • ๐Ÿšš Move the content of old uploads dir to public/uploads
    • ๐Ÿ‘‰ Make sure your webroot points to public/ directory as index.php is now contained there
    • ๐ŸŒฒ Log into OSPOS and wait for the automatic migration to complete (the login only takes longer the first time)
    • Now you are good to go and use your new version of OSPOS
  • v3.3.1 Changes

    December 14, 2019

    ๐Ÿš€ Today we're delighted to announce a new release with new features and bug fixes. Please read below for more details.

    Please use the file opensourcepos.20191214181241.3.3.1.c786d4.zip in attachment for a full installation.

    ๐Ÿ”‹ Features

    ๐Ÿ”– Version 3.3.1

    • Various bug fixes (please disable only_full_group_by option from MySQL/MariaDB to avoid issues)

    ๐Ÿš€ For this release we would like to thank all the contributors for the continuous effort to keep the project moving forward. Keep up the good work! You know who you are.

    โฌ†๏ธ UPGRADE from version 3.3.0

    โฌ†๏ธ For this version an upgrade is required:

    โฌ†๏ธ WARNING: Always a good idea to do a backup previous to an upgrade. This is not an exception.

    • Backup your database.
    • ๐ŸŒ Backup your ospos files (normally at web server place)
    • Backup your ospos/application/config/database.php and ospos/application/config/config.php files
    • โœ‚ Remove all your ospos files (do not remove nor modify database data!!!)
    • Extract the files for version 3.3.1
    • ๐Ÿšš Move the files to your web server place
    • Copy application/config/database.php.tmpl to application/config/database.php
    • โช Restore the content of your ospos/application/config/database.php and ospos/application/config/config.php files in the new files
    • ๐Ÿšš Move the content of old uploads dir to public/uploads
    • ๐Ÿ‘‰ Make sure your webroot points to public/ directory as index.php is now contained there
    • ๐ŸŒฒ Log into OSPOS and wait for the automatic migration to complete (the login only takes longer the first time)
    • Now you are good to go and use your new version of OSPOS
  • v3.3.0 Changes

    September 29, 2019

    ๐Ÿš€ Today we're delighted to announce a new release with new features and bug fixes. Please read below for more details.

    Please use the file opensourcepos.20190929181753.3.3.0.0b9a76.zip in attachment for a full installation.

    ๐Ÿ”‹ Features

    ๐Ÿ”– Version 3.3.0

    • ๐Ÿ†• New logo
    • โฌ†๏ธ Code Igniter 3.1.11 upgrade
    • ๐Ÿ‘ PHP 7.3 support
    • Attributes feature (allows extensibility of Items replacing old custom fields)
    • ๐Ÿ‘ India GST Tax support + various Tax support improvements
    • Cashup feature
    • Temporary items feature
    • ๐Ÿ›  Fixed Sales Discount
    • Supplier category feature
    • ๐Ÿ‘Œ Improved Items import and csv file generation (to contain additional attributes)
    • ๐Ÿ‘Œ Improved Docker installation with nginx reverse proxy using Let's encrypt TLS certificate
    • ๐ŸŽ Database performance improvements
    • โž• Added and Updated translations
    • ๐Ÿ›  Fixed various reports issues
    • ๐Ÿ›  Fixed rounding issues
    • ๐Ÿ›  Fixed CSRF issues
    • ๐Ÿ›  Fixed database upgrade script issues
    • ๐Ÿ›  Various bug fixes

    ๐Ÿš€ For this release we would like to thank all the contributors for the continuous effort to keep the project moving forward. Keep up the good work! You know who you are.

    โฌ†๏ธ UPGRADE from version 3.2.3

    โฌ†๏ธ For this version an upgrade is required:

    โฌ†๏ธ WARNING: Always a good idea to do a backup previous to an upgrade. This is not an exception.

    • Backup your database.
    • ๐ŸŒ Backup your ospos files (normally at web server place)
    • Backup your ospos/application/config/database.php and ospos/application/config/config.php files
    • โœ‚ Remove all your ospos files (do not remove nor modify database data!!!)
    • Extract the files for version 3.3.0
    • ๐Ÿšš Move the files to your web server place
    • Copy application/config/database.php.tmpl to application/config/database.php
    • โช Restore the content of your ospos/application/config/database.php and ospos/application/config/config.php files in the new files
    • ๐Ÿšš Move the content of old uploads dir to public/uploads
    • ๐Ÿ‘‰ Make sure your webroot points to public/ directory as index.php is now contained there
    • ๐ŸŒฒ Log into OSPOS and wait for the automatic migration to complete (the login only takes longer the first time)
    • Now you are good to go and use your new version of OSPOS
  • v3.2.3 Changes

    June 13, 2018

    ๐Ÿš€ Today we're delighted to announce a new release with new features and bug fixes. Please read below for more details.

    Please use the file opensourcepos.20180613210031.3.2.3.f1cf3d.zip in attachment for a full installation.

    ๐Ÿ”‹ Features

    ๐Ÿ”– Version 3.2.3

    • โช Further revert of CSRF change causing regression
    • โฌ†๏ธ Code Igniter 3.1.9 upgrade

    ๐Ÿš€ For this release we would like to thank all the contributors for the continuous effort to keep the project moving forward. Keep up the good work! You know who you are.

    โฌ†๏ธ UPGRADE from version 3.2.2

    โฌ†๏ธ For this version an upgrade is required:

    โฌ†๏ธ WARNING: Always a good idea to do a backup previous to an upgrade. This is not an exception.

    • Backup your database.
    • ๐ŸŒ Backup your ospos files (normally at web server place)
    • Backup your ospos/application/config/database.php and ospos/application/config/config.php files
    • โœ‚ Remove all your ospos files (do not remove nor modify database data!!!)
    • Extract the files for version 3.2.3
    • ๐Ÿšš Move the files to your web server place
    • Copy application/config/database.php.tmpl to application/config/database.php
    • โช Restore the content of your ospos/application/config/database.php and ospos/application/config/config.php files in the new files
    • ๐Ÿšš Move the content of old uploads dir to public/uploads
    • ๐Ÿ‘‰ Make sure your webroot points to public/ directory as index.php is now contained there
    • ๐ŸŒฒ Log into OSPOS and wait for the automatic migration to complete (the login only takes longer the first time)
    • Now you are good to go and use your new version of OSPOS
  • v3.2.2 Changes

    June 06, 2018

    ๐Ÿš€ Today we're delighted to announce a new release with new features and bug fixes. Please read below for more details.

    Please use the file opensourcepos.20180606204534.3.2.2.c5632a.zip in attachment for a full installation.

    ๐Ÿ”‹ Features

    ๐Ÿ”– Version 3.2.2

    • โช Revert CSRF change causing regression

    ๐Ÿš€ For this release we would like to thank all the contributors for the continuous effort to keep the project moving forward. Keep up the good work! You know who you are.

    โฌ†๏ธ UPGRADE from version 3.2.1

    โฌ†๏ธ For this version an upgrade is required:

    โฌ†๏ธ WARNING: Always a good idea to do a backup previous to an upgrade. This is not an exception.

    • Backup your database.
    • ๐ŸŒ Backup your ospos files (normally at web server place)
    • Backup your ospos/application/config/database.php and ospos/application/config/config.php files
    • โœ‚ Remove all your ospos files (do not remove nor modify database data!!!)
    • Extract the files for version 3.2.2
    • ๐Ÿšš Move the files to your web server place
    • Copy application/config/database.php.tmpl to application/config/database.php
    • โช Restore the content of your ospos/application/config/database.php and ospos/application/config/config.php files in the new files
    • ๐Ÿšš Move the content of old uploads dir to public/uploads
    • ๐Ÿ‘‰ Make sure your webroot points to public/ directory as index.php is now contained there
    • ๐ŸŒฒ Log into OSPOS and wait for the automatic migration to complete (the login only takes longer the first time)
    • Now you are good to go and use your new version of OSPOS