- Introduced a new dropdown button for integrations in the order details page.
- Implemented functionality to resend orders to apilo.com and toggle trustmate.io status.
- Enhanced the order details template with new dropdown menu and JavaScript for handling dropdown behavior.
- Added new textarea for producer data in the producer edit page with CKEditor integration.
- Updated product edit page to include GPSR information with textarea and CKEditor.
- Improved update process with detailed logging and error handling during version updates.
- Updated version number to 0.233.
- Added styling for input group add-ons and additional fields in SCSS.
- Updated shop coupon view to include a new column for usage count.
- Display coupon code and amount in order details if applicable.
- Improved product edit template to handle custom fields with required validation.
- Modified product save logic to include custom field requirements.
- Enhanced decimal normalization function for better input handling.
- Implemented checkbox normalization for form submissions.
- Updated custom fields in product templates to reflect required status.
- Fixed URL for fetching changelog updates.
- Refactored the product loading logic in the ShopProduct class to improve performance and readability.
- Updated the URL routing in the index.php file to handle redirects and routes based on the request URI.
- Added a new method in the S class to check if adding a redirect will create a cycle in the redirect map.
- Updated the S class to use the new method for adding redirects and generating URL routes.
- Removed unnecessary code related to generating .htaccess rules.