관리-도구
편집 파일: changelog.txt
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. v2.3.4 🐛 Bug Fixings Fixed the issue where the total amount was displaying incorrectly when customizable options were empty. Resolved the sort order issue for paginated attribute options on the category page. Fixed the Spanish translation issue on the sidebar, which was caused by the translation key itself being translated. Fixed the GDPR translation issue for all locales, which was previously falling back to the English locale. Resolved the filter issue for date and datetime types in the DataGrid. Fixed the date translation issue that was coming from the Carbon instance. Resolved the "break-all" issue on the product view page. Fixed the issue where the transaction drawer was not opening as expected. Fixed the product DataGrid search issue in Elasticsearch mode when no IDs are present. Fixed the multiselect filter and also added support for checkbox filters in both Elasticsearch and database modes. Fixed the filter issue for boolean-type attributes in Elasticsearch mode. #10788 - Added a slight delay of 300ms along with a debounce mechanism to ensure that the dash is removed only after the user stops typing. #10735 - Fixed the issue with the multiselect filter that was preventing products from being correctly filtered on the category page. #10718 - Fixed the issue that allowed an admin to delete their own account.