diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a682397d..1844c0236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,10 @@ All notable changes to this project will be documented in this file, per [the Ke - New Feature, Smart 404, which provides the ability to render recommended content on a 404 page, based on the URL path someone is trying to access (props [@dkotter](https://github.com/dkotter), [@berkod](https://github.com/berkod), [@iamdharmesh](https://github.com/iamdharmesh) via [#801](https://github.com/10up/classifai/pull/801)). - New Feature, Term Cleanup, which provides the ability to compare all terms from specific taxonomies and provide recommendations for similar terms that can be merged together (props [@dkotter](https://github.com/dkotter), [@berkod](https://github.com/berkod), [@iamdharmesh](https://github.com/iamdharmesh) via [#815](https://github.com/10up/classifai/pull/815)). -- New React-based settings and onboarding process (props [@iamdharmesh](https://github.com/iamdharmesh), [@Sidsector9](https://github.com/Sidsector9), [Kate Rickard](https://uk.linkedin.com/in/katerickard), [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#771](https://github.com/10up/classifai/pull/771), [#824](https://github.com/10up/classifai/pull/824)). -- Add OpenAI ChatGPT as a Provider for the Descriptive Text Generator Feature (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#828](https://github.com/10up/classifai/pull/828)). -- Add Chrome AI as a new text generation Provider, allowing completely on-device AI usage. Note this is still an experimental feature in Chrome (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi) via [#819](https://github.com/10up/classifai/pull/819)). +- New feature and service provider onboarding process implemented in React (props [@iamdharmesh](https://github.com/iamdharmesh), [@Sidsector9](https://github.com/Sidsector9), [Kate Rickard](https://uk.linkedin.com/in/katerickard), [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#771](https://github.com/10up/classifai/pull/771), [#824](https://github.com/10up/classifai/pull/824)). +- OpenAI ChatGPT as a Provider for the Descriptive Text Generator Feature (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#828](https://github.com/10up/classifai/pull/828)). +- Chrome AI as a new text generation Provider, allowing completely on-device AI usage. Note this is still an experimental feature in Chrome (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi) via [#819](https://github.com/10up/classifai/pull/819)). +- New filter, `classifai_openai_moderation_model`, allowing you to change the moderation model (props [@dkotter](https://github.com/dkotter), [@iamdharmesh](https://github.com/iamdharmesh) via [#811](https://github.com/10up/classifai/pull/811)). ### Changed @@ -49,7 +50,6 @@ All notable changes to this project will be documented in this file, per [the Ke - Added PHPStan into our workflow with the ability to run that locally and in a GitHub Action (props [@dkotter](https://github.com/dkotter), [@iamdharmesh](https://github.com/iamdharmesh) via [#808](https://github.com/10up/classifai/pull/808)). - Add the WordPress Plugin Check GitHub Action (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#806](https://github.com/10up/classifai/pull/806)). - Update GitHub Action Workflows to be more efficient and ensure all Actions are up-to-date (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#810](https://github.com/10up/classifai/pull/810)). -- New filter, `classifai_openai_moderation_model`, allowing you to change the moderation model (props [@dkotter](https://github.com/dkotter), [@iamdharmesh](https://github.com/iamdharmesh) via [#811](https://github.com/10up/classifai/pull/811)). - Add plugin banner image to the README; remove table of contents (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#798](https://github.com/10up/classifai/pull/798)). ## [3.1.1] - 2024-08-06