Skip to content

Commit 2ce9980

Browse files
committed
Release: (a3471ca) Merge branch 'develop' into trunk
1 parent d24544a commit 2ce9980

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2158
-602
lines changed

assets/img/classifai.png

5.71 KB
Loading

assets/img/onboarding-1.png

36.2 KB
Loading

assets/img/onboarding-4.png

63.1 KB
Loading

classifai.php

Lines changed: 2 additions & 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.0.0
7+
* Version: 2.1.0
88
* Requires at least: 5.7
99
* Requires PHP: 7.4
1010
* Author: 10up
@@ -65,6 +65,7 @@ function classifai_define( $name, $value ) {
6565
}
6666

6767
require_once __DIR__ . '/config.php';
68+
classifai_define( 'CLASSIFAI_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
6869

6970
/**
7071
* Loads the CLASSIFAI PHP autoloader if possible.

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.0.0';
7+
$plugin_version = '2.1.0';
88

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

dist/admin.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' => '8c30861ac881b91a7306');
1+
<?php return array('dependencies' => array(), 'version' => '3f672b058d4b4ab59126');

dist/admin.css

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

dist/admin.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/editor-ocr.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-element'), 'version' => '3d5ca64563efe6731cd2');
1+
<?php return array('dependencies' => array('wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'cb24a9f6886a387dccbc');

0 commit comments

Comments
 (0)