Skip to content

Commit

Permalink
Release: (c2ddfb4) Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed May 22, 2023
1 parent 795319e commit df5c177
Show file tree
Hide file tree
Showing 52 changed files with 3,794 additions and 566 deletions.
Binary file added assets/img/screenshot-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/screenshot-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/screenshot-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/screenshot-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 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.1.0
* Version: 2.2.0
* Requires at least: 5.7
* Requires PHP: 7.4
* Author: 10up
Expand All @@ -16,7 +16,7 @@
*/

/**
* Require PHP version 7+ - throw an error if the plugin is activated on an older version.
* Require PHP version 7.4+ - throw an error if the plugin is activated on an older version.
*
* Note that this itself is only PHP5.3+ compatible because of the anonymous callback.
*/
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.1.0';
$plugin_version = '2.2.0';

if ( file_exists( __DIR__ . '/.commit' ) ) {
$plugin_version .= '-' . file_get_contents( __DIR__ . '/.commit' );
Expand Down
2 changes: 1 addition & 1 deletion dist/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '3f672b058d4b4ab59126');
<?php return array('dependencies' => array(), 'version' => 'bebd517578e28722f510');
2 changes: 1 addition & 1 deletion dist/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gutenberg-plugin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '6bdca586a93c13c60683');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-plugins'), 'version' => '14f14f09ab771106d147');
6 changes: 3 additions & 3 deletions dist/gutenberg-plugin.js

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

2 changes: 1 addition & 1 deletion dist/language-processing.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '2d149c33cd2ffb9973f3');
<?php return array('dependencies' => array(), 'version' => 'aba5eaf8a28a5faf337f');
Loading

0 comments on commit df5c177

Please sign in to comment.