Skip to content

Commit d036f41

Browse files
committed
Version bump to 3.0.0
1 parent b7b5f82 commit d036f41

5 files changed

+6
-6
lines changed

classifai.php

+1-1
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.6.0-dev
7+
* Version: 3.0.0
88
* Requires at least: 6.1
99
* Requires PHP: 7.4
1010
* Author: 10up

config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Global Constants.
44
*/
55

6-
$plugin_version = '2.5.1';
6+
$plugin_version = '3.0.0';
77

88
// Useful global constants
99
classifai_define( 'CLASSIFAI_PLUGIN', __DIR__ . '/classifai.php' );

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classifai",
3-
"version": "2.5.1",
3+
"version": "3.0.0",
44
"license": "GPL-2.0-or-later",
55
"repository": "https://github.com/10up/classifai/",
66
"description": "Enhance your WordPress content with Artificial Intelligence and Machine Learning services.",

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: AI, Artificial Intelligence, ML, Machine Learning, Microsoft
44
Requires at least: 6.1
55
Tested up to: 6.4
66
Requires PHP: 7.4
7-
Stable tag: 2.5.1
7+
Stable tag: 3.0.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)