Skip to content

Releases: 10up/classifai

3.0.1

07 Mar 17:40
Compare
Choose a tag to compare

Fixed

New Contributors


Full Changelog: 3.0.0...3.0.1
View closed items in the milestone.

3.0.0

29 Feb 16:56
Compare
Choose a tag to compare

Note that this is a major release of ClassifAI that restructures most of the codebase and will have some breaking changes. If you're extending ClassifAI in any way, please ensure you fully test those integrations prior to running this update on production. For more details on what is changing, see the migration guide.

Due to this restructuring, settings are now stored slightly differently. For any existing ClassifAI users, these settings should automatically be migrated but you'll want to verify all of your settings and resave each of them in order to ensure they are set properly.

This release also updates the Azure AI Vision API to v3.2 from v3.0. We recommend changing your threshold for the Descriptive Text Generator Feature to be around 55%, down from the previous recommendation of 75%.

Added

Changed

  • Major refactoring of the plugin to a feature-first architecture (props @Sidsector9, @dkotter via #611).
  • Update the Azure AI Vision Image Analyze API from v3.0 to v3.2 and the Azure AI Vision Smart Cropping API from v3.1 to v3.2. Note that we recommend lowering the threshold values for the Descriptive Text Generator Feature to 55% for best results (props @kmgalanakis, @dkotter, @sksaju, @iamdharmesh via #559).
  • Update from using DALL·E 2 to using DALL·E 3 in our Image Generation Feature (props @dkotter, @jeffpaul, @iamdharmesh via #717).
  • Refactor ClassifAI onboarding to work with the new feature-first refactoring (props @iamdharmesh, @Sidsector9 via #642).
  • Ensure the Classification functionality works the same for all Providers (props @dkotter, @iamdharmesh via #709).
  • Introduce a filter to add new arguments to the Image Generation REST route, instead of registering that route twice (props @iamdharmesh, @dkotter via #727).
  • If on a multisite install, when handling user access based on role, if a Super Admin does not have a specific role on a site, treat that user as an administrator (props @dkotter, @jeffpaul, @gsarig, @iamdharmesh via #689).
  • Remove the "Enable role-based access" and "Enable user-based access" settings options and instead set those to be enabled by default (props @iamdharmesh, @dkotter, @jeffpaul via #692).
  • Update minimum node version to 20 (props @Sidsector9, @dkotter via #722).
  • Updated E2E tests to work with the new feature-first refactoring (props @Sidsector9, @dkotter via #653).

Fixed

Removed

  • Subscriber from the list of allowed roles (props @dkotter, @ankitguptaindia, @Sidsector9 via #690).
  • AccessControl class as it is no longer in use after the feature-first refactoring (props [@iamdharmes...
Read more

2.5.1

11 Jan 16:27
Compare
Choose a tag to compare

Changed

Fixed

Security

New Contributors


Full Changelog: 2.5.0...2.5.1
View closed items in the milestone.

2.5.0

13 Dec 15:22
Compare
Choose a tag to compare

Note that this release bumps the WordPress minimum from 5.8 to 6.1.

Added

Changed

Fixed

Security

New Contributors


Full Changelog: 2.4.0...2.5.0
View closed items in the milestone.

2.4.0

09 Nov 17:18
Compare
Choose a tag to compare

Added

Changed

Fixed

Security

New Contributors


Full Changelog: 2.3.0...2.4.0
View closed items in the milestone.

2.3.0

05 Sep 19:15
Compare
Choose a tag to compare

Note that this release bumps the WordPress minimum from 5.7 to 5.8.

Added

  • Ability to resize (expand or condense) text content using OpenAI's ChatGPT API (props @Sidsector9, @dkotter, @jeffpaul, @jakemgold via #532).
  • Ability to generate excerpts when using the Classic Editor (props @jamesmorrison, @ravinderk, @dkotter via #491).
  • Ability to generate images directly in the Media Library, instead of at a post level, by going to Media > Generate Images (props @phpbits, @dkotter via #524).
  • Ability to generate images within the Inserter Media tab. As of WordPress 6.3, this requires the latest version of the Gutenberg plugin to work. Also note that image generation requests are sent as soon as you are done typing so you may end up making multiple requests as you type out your prompt (resulting in charges for each request), depending on the typing speed (props @dkotter, @jeffpaul, @peterwilsoncc via #535).
  • New display option to control the display of the Text-to-Speech audio controls on the front-end (props @joshuaabenazer, @dkotter via #549).
  • Initial integration with the new Command Palette API (props @dkotter, @iamdharmesh, @ravinderk via #536).
  • New POST endpoints for title and excerpt generation (props @phpbits, @dkotter via #525).
  • New filter, classifai_chatgpt_allowed_roles, to allow ChatGPT image role settings to be overridden (props @bjorn2404, @phpbits, @dkotter via #459).
  • New filter, classifai_openai_dalle_allowed_image_roles, to allow DALL·E image role settings to be overridden (props @bjorn2404, @phpbits, @dkotter via #459).
  • New filter, classifai_openai_chatgpt_{$feature}, to allow granular access control for ChatGPT title and excerpt generation (props @bjorn2404, @phpbits, @dkotter via #459).
  • New filter, classifai_openai_dalle_enable_image_gen, to allow granular access control for DALL·E image generation (props @bjorn2404, @phpbits, @dkotter via #459).

Changed

  • Bump WordPress minimum from 5.7 to 5.8 (props @Sidsector9 via #532).
  • Bump WordPress "tested up to" version to 6.3 (props @dkotter, @ravinderk via #556).
  • Utilize the new POST endpoints for title and excerpt generation, ensuring most recent content is always used (props @phpbits, @dkotter via #525).
  • Update the IBM Watson NLU API to the 2022-08-10 version (props @dkotter, @ravinderk via #543).
  • Update the prompt we send to OpenAI that is used to generate excerpts to try and ensure the excerpts generated pair well with the title of the content (props @dkotter, @Sidsector9 via #544).
  • Update our title generation prompt to use a system message (props @dkotter, @Sidsector9 via #545).
  • Better error handling for environments that don't match our minimum PHP version (props @rahulsprajapati, @dkotter via #546).
  • Modify the audio generation process for the TTS feature. Audio generation is enabled by default but will be disabled automatically once audio has been generated (props @joshuaabenazer, @dkotter via #549).
  • Upgrade the Plugin Update Checker library to from 4.13 to 5.1 (props @dkotter, @ravinderk via #555).
  • Update the references of the renamed Computer Vision API to Azure AI Vision (props @kmgalanakis, @dkotter via #560).
  • Update the Release GitHub Action workflow files to fix an issue where release archives were not being attached (props @iamdharmesh, @dkotter via #565).

Fixed

Security

New Contributors


Full Changelog: 2.2.3...2.3.0
View closed items in the milestone.

2.2.3

13 Jul 16:12
Compare
Choose a tag to compare

Added

  • Support post classification via OpenAI Embeddings in the Classic Editor (props @phpbits, @dkotter via #515).
  • Support Text-to-Speech functionality in the Classic Editor (props @dkotter, @iamdharmesh via #518).
  • Custom WP-CLI command, transcribe_audio, to generate audio transcriptions in bulk (props @dkotter, @Sidsector9 via #514).
  • Custom WP-CLI command, generate_excerpt, to generate excerpts in bulk (props @dkotter, @iamdharmesh via #516).
  • Custom WP-CLI command, embeddings, to classify posts via OpenAI Embeddings in bulk (props @phpbits, @dkotter via #521).
  • Ability to generate excerpts in bulk using the Bulk actions dropdown (props @dkotter, @Sidsector9 via #523).
  • Ability to generate excerpts on an individual item from the All Posts screen (props @dkotter, @Sidsector9 via #523).
  • New filter, classifai_pre_render_post_audio_controls, that provides ability to override Text-to-Speech audio player controls markup (props @joshuaabenazer, @dkotter via #528).
  • Provide sample copy that can be added to a site's Privacy Policy, letting site visitors know AI tools are in use (props @dkotter, @jeffpaul via #529).

Changed

Fixed


Full Changelog: 2.2.2...2.2.3
View closed items in the milestone.

2.2.2

28 Jun 15:33
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Ensure any edits made to generated titles persist when that title is inserted (props @dkotter, @Sidsector9 via #509).
  • Ensure we show all post statuses in our settings instead of just the core post ones (props @Sidsector9, @dkotter via #507).

New Contributors


Full Changelog: 2.2.1...2.2.2
View closed items in the milestone.

2.2.1

08 Jun 19:05
Compare
Choose a tag to compare

Added

  • Ability to generate images in the Classic Editor (props @dkotter, @ravinderk via #471).
  • Ability to trigger Text-to-Speech generation in bulk (props @dkotter, @ravinderk via #477).
  • Ability to trigger Text-to-Speech generation on an individual item from the post lists screen (props @dkotter, @ravinderk via #477).
  • Custom WP-CLI command,text_to_speech, that can be used to generate Text-to-Speech data in bulk (props @dkotter, @ravinderk via #478).

Changed

Fixed

Security


Full Changelog: 2.2.0...2.2.1
View closed items in the milestone.

2.2.0

22 May 17:43
Compare
Choose a tag to compare

Added

Changed

Fixed

New Contributors


Full Changelog: 2.1.0...2.2.0
View closed items in the milestone.