Releases: TYPO3-Headless/typo3-ai
v2.0.1 PHP compatibility fix
Set PHP version more flexible
What's Changed
- Update version to 2.0.1 by @lukaszuznanski in #101
Full Changelog: v2.0.0...v2.0.1
v2.0.0 TYPO3 v12 compatibility release
v2.0.0 brings compatibility with TYPO3 v12
You can now use TYPO3 AI with TYPO3 v12 and translate your content.
What's Changed
- Update ergebnis/composer-normalize requirement from ^2.30.2 to ^2.31.0 by @dependabot in #23
- Update phpstan/phpstan requirement from ^1.10.9 to ^1.10.14 by @dependabot in #21
- Update saschaegerer/phpstan-typo3 requirement from ^1.8.3 to ^1.8.4 by @dependabot in #19
- Update phpstan/extension-installer requirement from ^1.2.0 to ^1.3.0 by @dependabot in #20
- Update saschaegerer/phpstan-typo3 requirement from ^1.8.4 to ^1.8.5 by @dependabot in #25
- [FEATURE] Add auto approve by @lukaszuznanski in #32
- Update phpstan/phpstan requirement from ^1.10.14 to ^1.10.19 by @dependabot in #31
- Update ergebnis/composer-normalize requirement from ^2.31.0 to ^2.37.0 by @dependabot in #57
- Update phpstan/phpstan requirement from ^1.10.19 to ^1.10.34 by @dependabot in #56
- Update saschaegerer/phpstan-typo3 requirement from ^1.8.5 to ^1.9.0 by @dependabot in #55
- Bump actions/checkout from 3 to 4 by @dependabot in #54
- Code format according to the rules of the PHP-CS-Fixer tool by @patrykmiedziaszczyk in #98
- Master by @patrykmiedziaszczyk in #97
- init v12 support by @lukaszuznanski in #99
New Contributors
- @lukaszuznanski made their first contribution in #32
- @patrykmiedziaszczyk made their first contribution in #98
Full Changelog: v1.1.1...v2.0.0
v1.1.1 TER release fix
Fix for TER release (ext_emconf.php extension version)
Full Changelog: v1.0.1...v1.1.1
v1.1.0 refactor and bugfixes release
v1.1.0 refactor and bugfixes release
This release brings you major refactor and bugfixes.
Introduce flash messages
With v1.1.0 we introduce flash messages. Now you can receive feedback on your translation actions.
What's Changed
- Refactor by @oskardydo in #4
- Add flashmessages by @oskardydo in #5
- Check if backend user is admin by @oskardydo in #6
- Adjust translation process by @oskardydo in #7
- Refactor extension to allow more extensibility by @oskardydo in #8
Full Changelog: v1.0.0...v1.1.0
v1.0.0 Initial release of TYPO3 AI
TYPO3 AI Translator using ChatGPT
We want to introduce AI in TYPO3 CMS
ChatGPT (OpenAI) can greatly accelerate the translation process in TYPO3 CMS by leveraging Artificial Inteligence powerful natural language processing capabilities.
With ChatGPT, translation can be automated and improved with features such as language detection, translation suggestions, and content optimization.
This not only saves time but also increases translation accuracy and ensures that content is delivered to a global audience in a timely and effective manner.
- We support
ChatGPT v3.5
Installation
Type composer require typo3headless/typo3_ai
Features
Create translation of page or content element just by one click:
- Go to your content element in desired language (not default).
- Click on new button
Translate by AI
. - You have new translaton of your element!
Configuration
- Create an account on website: https://platform.openai.com/
- Go to https://platform.openai.com/account/org-settings and copy your org id.
- Go to
Settings
andExtension Configuration
, set it asChatGPT id
. - Create new secret key on site https://platform.openai.com/account/api-keys
- Go to
Settings
andExtension Configuration
, set it asChatGPT secret api key
.
Requirements
You need at least TYPO3 v11
and PHP 8.1
.
Contact
TYPO3 AI
is brought to you by Macopedia with a big support of the community.