Skip to content

Commit

Permalink
Merge pull request #484 from 10up/release/2.2.1
Browse files Browse the repository at this point in the history
Release/2.2.1
  • Loading branch information
dkotter authored Jun 8, 2023
2 parents f4867e8 + dd78997 commit f8eb022
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Directories
.git export-ignore
.github export-ignore
.husky export-ignore
.vscode export-ignore
bin export-ignore
docs export-ignore
Expand All @@ -19,6 +20,7 @@ tests export-ignore
.eslintignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.nvmrc export-ignore
.wp-env.json export-ignore
CHANGELOG.md export-ignore
classifai.zip export-ignore
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [2.2.1] - 2023-06-08
### Added
- Ability to generate images in the Classic Editor (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#471](https://github.com/10up/classifai/pull/471)).
- Ability to trigger Text-to-Speech generation in bulk (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#477](https://github.com/10up/classifai/pull/477)).
- Ability to trigger Text-to-Speech generation on an individual item from the post lists screen (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#477](https://github.com/10up/classifai/pull/477)).
- Custom `WP-CLI` command,`text_to_speech`, that can be used to generate Text-to-Speech data in bulk (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#478](https://github.com/10up/classifai/pull/478)).

### Changed
- Tweak the prompt that is used to generate excerpts (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#468](https://github.com/10up/classifai/pull/468)).
- Update the Dependency Review GitHub Action (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#464](https://github.com/10up/classifai/pull/464)).

### Fixed
- Resolve formatting issues in javascript files (props [@ravinderk](https://github.com/ravinderk), [@dkotter](https://github.com/dkotter) via [#461](https://github.com/10up/classifai/pull/461)).
- Correctly add terms to posts generated by Watson content classifiers (props [@ravinderk](https://github.com/ravinderk), [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#462](https://github.com/10up/classifai/pull/462)).
- Ensure we properly output data on the Site Health screen without causing errors (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#466](https://github.com/10up/classifai/pull/466)).
- Ensure the prompt we send to DALL·E never exceeds 1000 characters (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#467](https://github.com/10up/classifai/pull/467)).
- Ensure quotes aren't added around generated excerpts (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#468](https://github.com/10up/classifai/pull/468)).
- Remove extra slash from asset URLs (props [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#469](https://github.com/10up/classifai/pull/469)).
- Add proper docblocks to all custom hooks to ensure those show properly in our documentation site (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#470](https://github.com/10up/classifai/pull/470)).

### Security
- Bumped various dependencies (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@ravinderk](https://github.com/ravinderk) via [#476](https://github.com/10up/classifai/pull/476)).
- Bump `atob` from 1.1.3 to 2.1.2 and `svg-react-loader` from 0.4.0 to 0.4.6 (props [@dependabot[bot]](https://github.com/apps/dependabot) via [#481](https://github.com/10up/classifai/pull/481)).

## [2.2.0] - 2023-05-22
### Added
- Convert text content into audio and output a "read-to-me" feature on the front-end to play this audio using Microsoft Azure's Text to Speech API (props [@Sidsector9](https://github.com/Sidsector9), [@iamdharmesh](https://github.com/iamdharmesh), [@ravinderk](https://github.com/ravinderk), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [@pixeldevsio](https://github.com/pixeldevsio) via [#403](https://github.com/10up/classifai/pull/403)).
Expand Down Expand Up @@ -332,6 +356,7 @@ All notable changes to this project will be documented in this file, per [the Ke
- Initial closed source release

[Unreleased]: https://github.com/10up/classifai/compare/trunk...develop
[2.2.1]: https://github.com/10up/classifai/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/10up/classifai/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/10up/classifai/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/10up/classifai/compare/1.8.1...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion classifai.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/10up/classifai
* Update URI: https://classifaiplugin.com
* Description: Enhance your WordPress content with Artificial Intelligence and Machine Learning services.
* Version: 2.2.1-dev
* Version: 2.2.1
* Requires at least: 5.7
* Requires PHP: 7.4
* Author: 10up
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* declared here instead of a Class.
*/

$plugin_version = '2.2.0';
$plugin_version = '2.2.1';

if ( file_exists( __DIR__ . '/.commit' ) ) {
$plugin_version .= '-' . file_get_contents( __DIR__ . '/.commit' );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classifai",
"version": "2.2.0",
"version": "2.2.1",
"license": "GPLv2",
"repository": "https://github.com/10up/classifai/",
"description": "Enhance your WordPress content with Artificial Intelligence and Machine Learning services.",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: AI, Artifical Intelligence, ML, Machine Learning, Microsoft A
Requires at least: 5.7
Tested up to: 6.2
Requires PHP: 7.4
Stable tag: 2.2.0
Stable tag: 2.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit f8eb022

Please sign in to comment.