Skip to content

Commit 823a871

Browse files
author
10upbot on GitHub
committed
Committing built version of f985630
1 parent 298cc6d commit 823a871

File tree

20 files changed

+1180
-199
lines changed

20 files changed

+1180
-199
lines changed

assets/img/menu-icon.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/img/screenshot-1.png

74.6 KB
Loading

assets/img/screenshot-2.png

403 KB
Loading

classifai.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ClassifAI
44
* Plugin URI: https://github.com/10up/classifai
55
* Description: Enhance your WordPress content with Artificial Intelligence and Machine Learning services.
6-
* Version: 1.5.1
6+
* Version: 1.6.0
77
* Author: 10up
88
* Author URI: https://10up.com
99
* License: GPLv2

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 = '1.5.1';
7+
$plugin_version = '1.6.0';
88

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

dist/js/admin.min.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/js/editor-ocr.min.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/js/editor.min.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)