Skip to content

Commit 87d5c90

Browse files
committed
Release: (764b705) Merge branch 'develop' into trunk
1 parent 7309c07 commit 87d5c90

21 files changed

+340
-165
lines changed

classifai.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/10up/classifai
55
* Update URI: https://classifaiplugin.com
66
* Description: Enhance your WordPress content with Artificial Intelligence and Machine Learning services.
7-
* Version: 2.2.1
7+
* Version: 2.2.2
88
* Requires at least: 5.7
99
* Requires PHP: 7.4
1010
* Author: 10up

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* declared here instead of a Class.
55
*/
66

7-
$plugin_version = '2.2.1';
7+
$plugin_version = '2.2.2';
88

99
if ( file_exists( __DIR__ . '/.commit' ) ) {
1010
$plugin_version .= '-' . file_get_contents( __DIR__ . '/.commit' );
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('wp-api-fetch'), 'version' => '86c7a3e0ce047dd248e3');

dist/generate-title-classic.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/generate-title-classic.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gutenberg-plugin.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-plugins'), 'version' => '537cd07d7ba20cbf9477');
1+
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-plugins'), 'version' => '8a4bc513cdeb0113e497');

dist/gutenberg-plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post-status-info.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-api-fetch', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => 'cc7dfd2b6fbbd7084cf5');
1+
<?php return array('dependencies' => array('wp-api-fetch', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '4e017814ec22614f285d');

0 commit comments

Comments
 (0)