Skip to content

Commit 71e6cc5

Browse files
committed
Release: (2aca3ab) Merge branch 'develop' into trunk
1 parent 87d5c90 commit 71e6cc5

File tree

20 files changed

+1104
-175
lines changed

20 files changed

+1104
-175
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.2
7+
* Version: 2.2.3
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.2';
7+
$plugin_version = '2.2.3';
88

99
if ( file_exists( __DIR__ . '/.commit' ) ) {
1010
$plugin_version .= '-' . file_get_contents( __DIR__ . '/.commit' );

dist/language-processing.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '14d95e43e9d9289dd558');
1+
<?php return array('dependencies' => array(), 'version' => 'faf1abdaa9f15941efb0');

dist/language-processing.css

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/language-processing.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.

0 commit comments

Comments
 (0)