Skip to content

Commit bf9904b

Browse files
committed
Bump minimum WP version to 6.6
1 parent 8fa4dbf commit bf9904b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cypress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
core:
1919
- {name: 'WP latest', version: 'latest'}
20-
- {name: 'WP minimum', version: 'WordPress/WordPress#6.5'}
20+
- {name: 'WP minimum', version: 'WordPress/WordPress#6.6'}
2121
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
2222

2323
steps:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Tap into leading cloud-based services like [OpenAI](https://openai.com/), [Micro
5757
## Requirements
5858

5959
* PHP 7.4+
60-
* [WordPress](http://wordpress.org) 6.5+
60+
* [WordPress](http://wordpress.org) 6.6+
6161
* To utilize the NLU Language Processing functionality, you will need an active [IBM Watson](https://cloud.ibm.com/registration) account.
6262
* To utilize the ChatGPT, Embeddings, Text to Speech or Whisper Language Processing functionality or DALL·E Image Processing functionality, you will need an active [OpenAI](https://platform.openai.com/signup) account.
6363
* To utilize the Azure AI Vision Image Processing functionality or Text to Speech Language Processing functionality, you will need an active [Microsoft Azure](https://signup.azure.com/signup) account.

classifai.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Update URI: https://classifaiplugin.com
66
* Description: Enhance your WordPress content with Artificial Intelligence and Machine Learning services.
77
* Version: 3.3.0-dev
8-
* Requires at least: 6.5
8+
* Requires at least: 6.6
99
* Requires PHP: 7.4
1010
* Author: 10up
1111
* Author URI: https://10up.com

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ parameters:
2424
# Flags these require statements even though they are fine.
2525
- '#Path in require_once\(\) "\.\/wp-admin\/includes\/.+\.php" is not a file or it does not exist#'
2626
WPCompat:
27-
requiresAtLeast: '6.5'
27+
requiresAtLeast: '6.6'

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== ClassifAI ===
22
Contributors: 10up, jeffpaul, dkotter
33
Tags: AI, Artificial Intelligence, ML, Machine Learning, Microsoft Azure, IBM Watson, OpenAI, ChatGPT, DALL·E, Content Tagging, Classification, Smart Cropping, Alt Text
4-
Requires at least: 6.5
4+
Requires at least: 6.6
55
Tested up to: 6.7
66
Requires PHP: 7.4
77
Stable tag: 3.2.0

0 commit comments

Comments
 (0)