- FIX: Resolved extra query input issue in the writer tool.
- FIX: Fixed 500 error occurring when selecting a currency other than USD.
- FIX: Removed unnecessary source files from the zip archive.(files starting with "._" symbols). Utilize the following terminal command to remove these files from your server:
```
find . -name '._*' -exec rm -rf {} +
```
Update Instructions:
- If you are unable to access the admin due to the 500 error, update the following files and clear the app cache:
- resources/views/templates/app/writer.twig
- src/Billing/Infrastructure/Currency/Exchange.php
- src/Billing/Infrastructure/Currency/RateProviders/NullRateProvider.php
- src/Presentation/RequestHandlers/Admin/SettingsRequestHandler.php
- src/Shared/Domain/ValueObjects/CurrencyCode.php
- /VERSION