You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We proceed updating NexoPOS to ensure everything (modules included) are compatible with Laravel 9. As a reminder, we've recently (v4.7.3) updated from Laravel 8 to Laravel 9. This has caused important changes as made some modules incompatibles. We've been working on the core and modules to ensure everything works seamlessly.
Special thank you to @lim10soft for his observations over some issue (now fixed). We'll proceed by listing the new changes.
In case you missed that, here is the changelog about the recent changes on NexoPOS 4.7.x.
PHP 8.0 Is Required By Default
Unlike on NexoPOS 4.7.1, NexoPOS 4.7.3 requires PHP 8.0 as the default PHP version. You're then invited to update your environment accordingly.
Creating Product Simplified
So recently, we've received a request that suggested to make the product creation more easier. This means removing as much as possible required field. We heard you and decided to remove as required field : sku, barcode. For those fields, a value will be generated automatically.
We've also reordered the fields to make them more accessible (the required one appear first).
Module Upload Fixed For Windows 10
We've noticed that on Laragon, uploading a module was always failling this is because we've created a temporary directory that start with a dot (.temp). We've fixed that behavior and changed the name to be "_temp" to avoid any conflict with module named "temp". You might now head to /modules and delete the .temp folder is that still exists.
This discussion was created from the release NexoPOS 4.7.4.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We proceed updating NexoPOS to ensure everything (modules included) are compatible with Laravel 9. As a reminder, we've recently (v4.7.3) updated from Laravel 8 to Laravel 9. This has caused important changes as made some modules incompatibles. We've been working on the core and modules to ensure everything works seamlessly.
Special thank you to @lim10soft for his observations over some issue (now fixed). We'll proceed by listing the new changes.
Changelog:
v4.7.x Changelog
In case you missed that, here is the changelog about the recent changes on NexoPOS 4.7.x.
PHP 8.0 Is Required By Default
Unlike on NexoPOS 4.7.1, NexoPOS 4.7.3 requires PHP 8.0 as the default PHP version. You're then invited to update your environment accordingly.
Creating Product Simplified
So recently, we've received a request that suggested to make the product creation more easier. This means removing as much as possible required field. We heard you and decided to remove as required field : sku, barcode. For those fields, a value will be generated automatically.
We've also reordered the fields to make them more accessible (the required one appear first).
Module Upload Fixed For Windows 10
We've noticed that on Laragon, uploading a module was always failling this is because we've created a temporary directory that start with a dot (.temp). We've fixed that behavior and changed the name to be "_temp" to avoid any conflict with module named "temp". You might now head to /modules and delete the .temp folder is that still exists.
This discussion was created from the release NexoPOS 4.7.4.
Beta Was this translation helpful? Give feedback.
All reactions