All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New method cartItemQuantitySet() to update quantity of a cart item directly.
- Support for PHP 8
- Support for Laravel 8.x
- Support for Laravel 7.x
- Support for Laravel 6.x
- Support for Laravel 5.8
currency
config option for displaying the numbers.- Replaced the config option
LC_MONETARY
withlocale
as per the updates.
- Replaced
money_format()
with NumberFormatter #11