Skip to content

Commit

Permalink
Release: (eac4471) Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Feb 20, 2025
1 parent f5099da commit c6ed8a3
Show file tree
Hide file tree
Showing 84 changed files with 5,295 additions and 361 deletions.
23 changes: 23 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[files]
extend-exclude = [
".git/",
"tests/test-plugin/text-to-speech-voices.json"
]
ignore-hidden = false

[default]
extend-ignore-re = [
"\\bTung Du\\b",
]

[default.extend-words]
# Typos
"weather" = "whether"

[default.extend-identifiers]
# Typos
"Github" = "GitHub"
"Wordpress" = "WordPress"
"Woocommerce" = "WooCommerce"
"get_post_stati" = "get_post_stati"
"Automattic" = "Automattic"
Binary file added assets/img/screenshot-14.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,8 +4,8 @@
* 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: 3.2.0
* Requires at least: 6.5
* Version: 3.3.0
* Requires at least: 6.6
* Requires PHP: 7.4
* Author: 10up
* Author URI: https://10up.com
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Global Constants.
*/

$plugin_version = '3.2.0';
$plugin_version = '3.3.0';

// Useful global constants
classifai_define( 'CLASSIFAI_PLUGIN', __DIR__ . '/classifai.php' );
Expand Down
2 changes: 1 addition & 1 deletion dist/admin-rtl.css

Large diffs are not rendered by default.

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('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'd98cb3c9388a952d96e1');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '901d12bdc3fdd5a6367c');
2 changes: 1 addition & 1 deletion dist/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/classifai-plugin-classification-previewer.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '7dccae334c1eacf16ef0');
<?php return array('dependencies' => array(), 'version' => '02590ee349f594ab7694');
2 changes: 1 addition & 1 deletion dist/classifai-plugin-classification-previewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/classifai-plugin-classification.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-url'), 'version' => 'd5e6734e766d8629c3b9');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-url'), 'version' => 'ae672f076647958dec17');
8 changes: 4 additions & 4 deletions dist/classifai-plugin-classification.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/classifai-plugin-commands.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-commands', 'wp-i18n', 'wp-plugins', 'wp-primitives'), 'version' => '7b583aab1a75bc23830a');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-commands', 'wp-i18n', 'wp-plugins', 'wp-primitives'), 'version' => '3c25c0db3759357fec11');
2 changes: 1 addition & 1 deletion dist/classifai-plugin-commands.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/classifai-plugin-content-resizing.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-url', 'wp-wordcount'), 'version' => '7e305159836c9232302e');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-url', 'wp-wordcount'), 'version' => '1090c0b6adb60d9c9262');
Loading

0 comments on commit c6ed8a3

Please sign in to comment.