Skip to content

Releases: Blair2004/NexoPOS

NexoPOS 6.1.2

07 Mar 22:36
bc622f6

Choose a tag to compare

This is a release that comes with a lot of important changes. We're preparing for NexoPOS 7 and the set of modules/apps that will be released around it. We're also preparing a new platform (my.nexopos.com) that should align with our new requirements.

Let's get back to this release and the changes.

Changelog:

We're thankful for all our new contributors. Special shout out to @lighthousekeeper1212, despite the PR appeared created from AI.

Full Changelog: v6.1.1...v6.1.2

NexoPOS 6.1.1

25 Feb 07:56
11710cd

Choose a tag to compare

This update comes with an important fix for the upcoming multistore module update. If you plan to use the multistore module v6.1.0, you might need to update your NexoPOS version to v6.1.1.

What's Changed

  • composer(deps): bump psy/psysh from 0.12.10 to 0.12.19 by @dependabot[bot] in #2511
  • composer(deps): bump symfony/process from 7.4.3 to 7.4.5 by @dependabot[bot] in #2508
  • composer(deps): bump phpunit/phpunit from 11.5.33 to 11.5.50 by @dependabot[bot] in #2507
  • npm(deps): bump @dicebear/avataaars from 9.3.0 to 9.3.1 by @dependabot[bot] in #2505
  • composer(deps): bump predis/predis from 3.2.0 to 3.3.0 by @dependabot[bot] in #2476
  • npm(deps): bump @ckeditor/ckeditor5-vue from 5.1.0 to 7.3.1 by @dependabot[bot] in #2522
  • composer(deps): bump gumlet/php-image-resize from 2.1.0 to 2.1.3 by @dependabot[bot] in #2494
  • composer(deps-dev): bump laravel/pint from 1.24.0 to 1.27.0 by @dependabot[bot] in #2495
  • composer(deps-dev): bump spatie/laravel-ignition from 2.9.1 to 2.10.0 by @dependabot[bot] in #2497
  • composer(deps): bump phpoffice/phpspreadsheet from 3.10.0 to 5.4.0 by @dependabot[bot] in #2499
  • composer(deps): bump laravel/tinker from 2.10.1 to 2.11.0 by @dependabot[bot] in #2501
  • npm(deps-dev): bump laravel-vite-plugin from 2.0.1 to 2.1.0 by @dependabot[bot] in #2502
  • npm(deps-dev): bump sass from 1.94.2 to 1.97.3 by @dependabot[bot] in #2504
  • npm(deps): bump vue from 3.5.21 to 3.5.28 by @dependabot[bot] in #2517
  • npm(deps): bump @dicebear/avataaars from 9.3.1 to 9.3.2 by @dependabot[bot] in #2518
  • npm(deps-dev): bump @tailwindcss/vite from 4.1.16 to 4.2.1 by @dependabot[bot] in #2519

Full Changelog: v6.1.0...v6.1.1

NexoPOS 6.1.0

29 Jan 22:13
90e6231

Choose a tag to compare

We're proud to release NexoPOS 6.1.0 that comes with new features and bug fixes. This is the first minor release of 2026 that aligns with the roadmap we've introduced to you.

This version brings new features and fixes we'll outline now.

Scale Barcode Support #2470

NexoPOS now supports scale barcode parsing with a comprehensive PLU (Price Lookup) system for electronic weighing scales that encode product code and weight/price in EAN-13 format.

Before using the feature, head to Settings > POS > Feature and enable it:

image

Once enabled, a new tab will appear on the POS settings (Scale Barcode). From there, you can configure how NexoPOS will parse the generated barcode.

image

Category & Product Reordering #2474

One suggestion you've made is to allow users to reorder categories. We've made that possible for both products and categories.

image

You can start reordering categories from the categories page. And you can reorder each category's products.

image

While this feature is disabled by default, you can enable it by accessing the POS > Features settings.

image

Fair enough, this will allow you to bring to the cashier's sight the most sold products.

Sticky Products

Along with the product reorder, we've added a way to stick products at the top of the product grid. This feature is also disabled by default and must be enabled on the POS > Features settings.

image

Once the feature is enabled, you can head to any product and edit it.

image

You might use our "Bulk Editor" to bulk pin your products.

Low Stock Suggestion #2472

To speed up the purchase process, we've added a purchase suggestion. This is an interactive notification that will suggest you to load products that are running out of inventory.

image

Other Changes:

New Contributors

  • @Copilot made their first contribution in #2470

Full Changelog: v6.0.9...v6.1.0

NexoPOS 6.0.9

17 Dec 13:39
ecfcf0a

Choose a tag to compare

This version introduces a minor update to the Action Permission feature, which was implemented in version 6.

As a reminder, the Action Permission allows you to grant access to sensitive actions by using our Authorization mobile app, which we've created.

So, the issue was that the verification of the authorization was always forced. We've added a way to make it optional.

Changelog:

  • Fixed: Adding a toggle feature to the Action Permission.

NexoPOS 6.0.8

13 Dec 15:13
035dca5

Choose a tag to compare

Urgent Security Update Available:

We have released a critical security update for your NexoPOS. We urge all users, especially those running self-hosted environments, to update immediately to protect their data and maintain application stability.

v6.0.7 and - Security & Stability Patch

This urgent release addresses two critical security vulnerabilities related to the application's initial setup process. These vulnerabilities could potentially cause a Denial of Service (DoS) or unauthorized configuration changes.

Key Fixes in This Update: Critical Access Control Fix: We have restricted access to the Setup API endpoints (/api/setup/database) after installation. This prevents unauthorized, unauthenticated users from interacting with these internal configuration tools. **

Security Hardening of Configuration: We have patched a critical vulnerability that allowed for the injection of arbitrary values into the application's configuration file (.env) via the setup process, which could have exposed sensitive credentials or led to a complete database connection break (DoS).

Action Required:

Please update your NexoPOS module to the latest version as soon as possible to ensure your environment is fully protected.

Thank you for taking the time to look into this matter. Your security is our top priority.

Full Changelog: v6.0.7...v6.0.8

NexoPOS 6.0.7

07 Dec 13:35
449dd85

Choose a tag to compare

This update comes with few changes that aim to improve the compatibility with NexoPOS for Windows.

Changelog:

  • New Symlink options
  • Module Trigger when App Installed

NexoPOS 6.0.6

01 Dec 21:46
98614bf

Choose a tag to compare

Changelog:

We're doing a minor update to improve the compatibility with NexoPOS for Windows that is currently cooked. We've also approved a few Pull requests and made some slight changes to the core.

What's Changed

New Contributors

Full Changelog: v6.0.5...v6.0.6

NexoPOS 6.0.5

10 Sep 15:31
a7a69fa

Choose a tag to compare

This minor update fixes issues reported by @ayoub-hs. We've also changed the way NexoPOS was tested through CI/CD. Here is a full breakdown.

Changelog:

NexoPOS 6.0.4

25 Aug 10:53
e31f129

Choose a tag to compare

What's Changed

  • Fixed: deprecated usage of the library SnackBar.
  • Added: new guides for AI training

Full Changelog: v6.0.3...v6.0.4

NexoPOS 6.0.3

21 Aug 15:43
3dfe175

Choose a tag to compare

What's Changed

Full Changelog: v6.0.2...v6.0.3