Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
1. Fix for the reported major issues - 3414984, 3446779, 3385955, 3429125.
2. Code Optimization as per the latest changes in OpenAI APIs.
3. Support for the cheapest OpenAI model - GPT-4o mini.
4. Changes in the UI for the content creation popup to improve the visibility.
Note: Please update the access key in the OpenAI configuration page after installing the new version.
1. Act as a content translator
2. Act as a content assistance tool like creating images from text,
extracting SEO keyowrds from content etc.
Act as a Content Translator:
It will show a "Translate using ChatGPT" on the content "Translate" tab against
each enabled languages if translation is not present for that language.
On clicking this link it will fetch the original content and will translate
it using ChatGPT service.
Release 1.0.2:
1. Added the fix to preserve the line breaks received from ChatGPT API output as it is.
2. Add max length of 1024 chars to ChatGPT search form in order to provide more detailed prompt.
This release contains fix for the -
1. Drush installation error.
2. More detailed help texts for the API configuration settings.
3. Marked the required fields in the configuration page.
This is the first stable release of the project after addressing all the code review comments by the security team. This release contains the below changes -
1. Replaced the API cURL call by Drupal core httpClient service as suggested by the security team.
2. Introduced a composer.json file as per the Drupal standard.
3. Also modified the readme file as per the standard template.