v2.3.7
✨ Features
Improved full application perfomance and web vital score.
Implemented did you mean functionality.
Added the capability to run the dev command from the customized theme package without needing to run the publishers repeatedly.
#10834 - Refined the admin pages and made approximately 95% of them responsive.
🐛 Bug Fixings
Fixed the database prefix validation issue in both the GUI and CLI installers.
Resolved translation issues for the ca and id locales across the Admin, Shop, and Installer packages.
#10955 - Fixed cancel order issue in mobile device.
#10953 - Fixed bundle product issue when having one simple product in cart.
#10952 - Fixed move to cart bundle product issue when having one simple product in cart.
#10937 - Customer profile photo removed when saving profile without changes.
#10923 - Admin -> URL Rewrite DataGrid does not match the ACL permission.
#10912 - ACL for create invoice is not correct.
#10903 - Fixed elasticsearch issue for Hindi, Chinese and Portugues locale.
#10897 - Fixed missing success message when admin approving the review.
#10893 - Fixed email verification issue.
#10883 - Fixed broken artisan commands.
#10847 - Fixed attribute family issue where new attribute group is not getting saved.
#10840 - Fixed flash message issue which is caused due to FPC.
#10838 - Fixed the cart issue.
#10836 - Fixed the date of birth issue.
#10755 - Fixed review api issue by setting generic message for customer facing end.
#10711 - Show validation error in cart rule coupons when entering wrong input.
#10701 - Fixed inventories group attribute condition error.
#10694 - Closed time slot should show all the time slots except the mentioned one.
#10693 - Fixed issue where multiple bookings created for back-to-back days showed all bookings starting on the first day, even if they started later.
#10692 - Show all time slots in default booking type (one booking for many days).
#10686 - Prevent customer from updating the quantity of appointment booking type.
#10684 - Show validation error when entering wrong time slot.
#10682 - Show correct alert message when entering wrong date in the "available to" column of booking product.
v2.3.6
🐛 Bug Fixings
Added a method in the Installer class to prompt for a GitHub star once the installation is completed.
Fixed the blank search issue that was causing all products to be fetched.
Handled the storage URL directly within the DataGrid class instead of the view.
Optimized the anonymous file by removing unnecessary currency code, and cleaned up the Maintenance Mode class by removing the unused Database Manager code.
#10819 - Fixed the issue related to maintenance mode.
#10782 - Resolved an issue where the "Bundle Items" section was not visible while creating a Bundle Product in the French locale (APP_LOCALE=fr). This was caused by unescaped apostrophes in translatable strings breaking JavaScript during rendering.
v2.3.5
✨ Enhancement
Added support for the Indonesian language.
🐛 Bug Fixings
Fixed an issue in the installer where old values were being retained, causing the first attempt to fail. The installation now completes successfully on the first attempt.
Added missing event dispatches to ensure proper event flow and handling.
Added backend validation for image uploads in the image search feature.
#10802 - Removed default address handling from the repository and moved it to the controllers to prevent side effects across customer addresses in the admin panel, shop front, and checkout pages.