- 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
- NEW: Azure TSS integration
- NEW: Voice management module
- NEW: Multi currency support
- NEW: Voiceover language filter
- NEW: New admin controls for features
- Set default language for Writer
- Set default model for Imagine
- Control imagine models globally
- Control voice over models globally
- Control chat models globally
- Set default model for Chat
- FIX: Various minor bug fixes and improvements
CHANGE LOG:
- NEW: AI Chat
- NEW: AI Chat Assistants
- NEW: AI Vision
- NEW: Option to resync plan snapshot configuration to the latest version
- FIX: Various minor bug fixes
- BUGFIX: Unable to download generated voices
UPDATE INSTRUCTION:
Update following files and clear the cache:
- /public/assets/app.js
- /public/assets/app.js.map
- /resources/views/templates/app/voiceover.twig
- /VERSION
- /resources/assets/js/app/voiceover.js
NEW: StabilityAI integration (text to image feature only)
NEW: Clipdrop integration (text to image feature only)
NEW: Clear cache directly from admin UI
NEW: Enable/Disable caching directly from admin UI
NEW: Enable/Disable debug mode directly from admin UI
NEW: Email verification system with 3 different policy: None, Relaxed, Strict
NEW: Google reCAPTCHA
NEW: Show Social Media Accounts, Business name and address on the footer
NEW: Api reference (Postman Collection)
ENHANCEMENT: Enhancements to the localization.
ENHANCEMENT: General enhancements to the imagine tool.
ENHANCEMENT: Landing page speed optimizations
BUGFIX: Payment gateways' status are now properly applied to the checkout UI
BUGFIX: Ai Writer responds in English only.
BUGFIX: Several other minor bugs fixed.
CHANGE LOG:
- FIX: Fatal error: Uncaught UnhandledMatchError: ...
UPDATE INSTRUCTION:
Following files should be updated:
- /src/Ai/Infrastruture/Services/ElevenLabs/TextToSpeechService.php