Skip to content

Commit

Permalink
Release: (bad12ed) Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Sep 30, 2022
1 parent 50600ad commit e2fe7d3
Show file tree
Hide file tree
Showing 203 changed files with 18,310 additions and 2,162 deletions.
2 changes: 1 addition & 1 deletion assets/img/editor-icon.svg → assets/img/block-icon.svg
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-1.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-2.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-3.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-4.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-5.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-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ protected function require_file( $file ) {
$classifai_loader->add_namespace( 'Classifai', __DIR__ . '/includes/Classifai' );

require_once __DIR__ . '/includes/Classifai/Helpers.php';
require_once __DIR__ . '/includes/Classifai/Blocks.php';
6 changes: 3 additions & 3 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: 1.7.3
* Version: 1.8.0
* Author: 10up
* Author URI: https://10up.com
* License: GPLv2
Expand All @@ -21,12 +21,12 @@
register_activation_hook(
__FILE__,
function() {
if ( version_compare( PHP_VERSION, '7.0.0', '<' ) ) {
if ( version_compare( PHP_VERSION, '7.2.0', '<' ) ) {
wp_die(
sprintf(
wp_kses(
/* translators: PHP Update guide URL */
__( 'ClassifAI requires PHP version 7. <a href="%s">Click here</a> to learn how to update your PHP version.', 'classifai' ),
__( 'ClassifAI requires PHP version 7.2. <a href="%s">Click here</a> to learn how to update your PHP version.', 'classifai' ),
array(
'a' => array( 'href' => array() ),
)
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 = '1.7.3';
$plugin_version = '1.8.0';

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

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

1 change: 1 addition & 0 deletions dist/editor-ocr.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-element'), 'version' => '3d5ca64563efe6731cd2');
1 change: 1 addition & 0 deletions dist/editor-ocr.js

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

1 change: 1 addition & 0 deletions dist/editor.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => 'cb0c8b52dc64e0e77c1f');
1 change: 1 addition & 0 deletions dist/editor.js

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

1 change: 1 addition & 0 deletions dist/gutenberg-plugin.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-element'), 'version' => 'a2fb87b62c6e8958f012');
5 changes: 5 additions & 0 deletions dist/gutenberg-plugin.js

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

2 changes: 0 additions & 2 deletions dist/js/admin.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/admin.min.js.LICENSE.txt

This file was deleted.

Loading

0 comments on commit e2fe7d3

Please sign in to comment.