Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@dkotter dkotter released this 12 Jun 15:52
1034304

Note that this release bumps the WordPress minimum from 6.6 to 6.7.

Added

Changed

Fixed

Security

Developer

  • Rename the DallE Provider class to Images. If you directly extend that class yourself, you'll need to update your code to account for this. Also updated a handful of other references to DALLE to Images (props @dkotter, @jeffpaul, @Sidsector9 via #897).
  • Rename the OpenAI Whisper Provider to SpeechToText. If anyone extended the Whisper class, you'll need to update your code to account for this (props @dkotter, @jeffpaul, @iamdharmesh via #875).
  • New filter, classifai_googleai_gemini_api_model, making it easier to change the model Google AI uses (props @dkotter, @MadtownLems, @jeffpaul, @iamdharmesh via #927).
  • New filters, classifai_openai_speech_to_text_model and classifai_openai_speech_to_text_api_url, around the Speech to Text model and API URL, allowing those to easily be changed (props @dkotter, @jeffpaul, @iamdharmesh via #875).
  • New filters, classifai_openai_text_to_speech_api_url and classifai_openai_text_to_speech_model, Text to Speech model and API URL, allowing those to easily be changed (props @dkotter, @iamdharmesh via #876).
  • Initial set of data flow diagrams (props @christianc1, @dkotter via #902).
  • New developer doc that outlines which Providers we support and which Features each Provider supports (props @dkotter, @jeffpaul via #882).
  • New developer doc that outlines how data is used within ClassifAI (props @dkotter, @jeffpaul via #874).
  • Ensure the final release asset gets attached properly to the release (props @dkotter, @jeffpaul via #870).
  • Update release instructions (props @jeffpaul, @dkotter via #903).
  • Update @10up/cypress-wp-utils from 0.4.0 to 0.5.0 (props @dkotter, @jeffpaul via #872).
  • Update all third-party actions our workflows rely on to use versions based on specific commit hashes (props @dkotter, @jeffpaul via #873).

New Contributors


Full Changelog: 3.3.1...3.4.0
View closed items in the milestone.