Skip to content

Commit ae7a6d2

Browse files
authored
Merge pull request #1024 from 10up/bump/wp-6.9
Bump WordPress tested up to 6.9 and minimum to 6.8
2 parents aa8b6b6 + 596ee41 commit ae7a6d2

File tree

16 files changed

+8305
-5395
lines changed

16 files changed

+8305
-5395
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: npm
3131

3232
- name: Install Node dependencies
33-
run: npm ci --omit=optional
33+
run: npm ci
3434

3535
- name: Get updated JS files
3636
id: changed-files

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![ClassifAI](https://github.com/10up/classifai/blob/develop/assets/img/banner-1544x500.png)
44

5-
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/10up/classifai.svg)](https://github.com/10up/classifai/releases/latest) ![WordPress tested up to version](https://img.shields.io/badge/WordPress-v6.8%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/classifai.svg)](https://github.com/10up/classifai/blob/develop/LICENSE.md) [![WordPress Playground Demo](https://img.shields.io/badge/Playground_Demo-8A2BE2?logo=wordpress&logoColor=FFFFFF&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/10up/classifai/develop/.github/blueprints/blueprint.json)
5+
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/10up/classifai.svg)](https://github.com/10up/classifai/releases/latest) ![WordPress tested up to version](https://img.shields.io/badge/WordPress-v6.9%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/classifai.svg)](https://github.com/10up/classifai/blob/develop/LICENSE.md) [![WordPress Playground Demo](https://img.shields.io/badge/Playground_Demo-8A2BE2?logo=wordpress&logoColor=FFFFFF&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/10up/classifai/develop/.github/blueprints/blueprint.json)
66

77
[![E2E Testing](https://github.com/10up/classifai/actions/workflows/cypress.yml/badge.svg)](https://github.com/10up/classifai/actions/workflows/cypress.yml) [![PHPUnit Testing](https://github.com/10up/classifai/actions/workflows/phpunit.yml/badge.svg)](https://github.com/10up/classifai/actions/workflows/phpunit.yml) [![Linting](https://github.com/10up/classifai/actions/workflows/phpcs.yml/badge.svg)](https://github.com/10up/classifai/actions/workflows/phpcs.yml) [![VIPCS](https://github.com/10up/classifai/actions/workflows/vipcs.yml/badge.svg)](https://github.com/10up/classifai/actions/workflows/vipcs.yml) [![CodeQL](https://github.com/10up/classifai/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/10up/classifai/actions/workflows/codeql-analysis.yml) [![Dependency Review](https://github.com/10up/classifai/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/10up/classifai/actions/workflows/dependency-review.yml)
88

@@ -59,7 +59,7 @@ Tap into leading cloud-based services like [OpenAI](https://openai.com/), [Micro
5959
## Requirements
6060

6161
* PHP 7.4+
62-
* [WordPress](http://wordpress.org) 6.7+
62+
* [WordPress](http://wordpress.org) 6.8+
6363
* To utilize the NLU Language Processing functionality, you will need an active [IBM Watson](https://cloud.ibm.com/registration) account.
6464
* To utilize the ChatGPT, Embeddings, Text to Speech or Speech to Text Language Processing functionality or Image Generation functionality, you will need an active [OpenAI](https://platform.openai.com/signup) account.
6565
* To utilize the ElevenLabs Speech to Text Language Processing functionality, you will need an active [ElevenLabs](https://elevenlabs.io/sign-up) account.

classifai.php

Lines changed: 1 addition & 1 deletion
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.8.0-dev
8-
* Requires at least: 6.7
8+
* Requires at least: 6.8
99
* Requires PHP: 7.4
1010
* Author: 10up
1111
* Author URI: https://10up.com

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": "wordpress-plugin",
1111
"license": "GPLv2",
1212
"require": {
13-
"php": ">=7.4",
14-
"yahnis-elsts/plugin-update-checker": "5.1",
1513
"aws/aws-sdk-php": "3.337.3",
16-
"woocommerce/action-scheduler": "3.8.1"
14+
"php": ">=7.4",
15+
"woocommerce/action-scheduler": "3.8.1",
16+
"yahnis-elsts/plugin-update-checker": "5.1"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -25,15 +25,15 @@
2525
]
2626
},
2727
"require-dev": {
28-
"10up/phpcs-composer": "^3.0",
29-
"yoast/phpunit-polyfills": "^1.0.0",
30-
"szepeviktor/phpstan-wordpress": "^2.0.1",
31-
"phpstan/extension-installer": "1.4.x-dev",
28+
"10up/phpcs-composer": "3.0.1",
29+
"johnbillion/wp-compat": "^1.4.0",
3230
"php-stubs/wp-cli-stubs": "dev-master",
33-
"johnbillion/wp-compat": "^1.1.0",
34-
"phpstan/phpstan-deprecation-rules": "^2.0.1",
35-
"sirbrillig/phpcs-changed": "^2.11",
36-
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99"
31+
"phpcompatibility/php-compatibility": "10.0.0-alpha2 as 9.99.99",
32+
"phpstan/extension-installer": "1.4.x-dev",
33+
"phpstan/phpstan-deprecation-rules": "2.0.3",
34+
"sirbrillig/phpcs-changed": "^2.12.0",
35+
"szepeviktor/phpstan-wordpress": "^2.0.3",
36+
"yoast/phpunit-polyfills": "^1.0.0"
3737
},
3838
"scripts": {
3939
"lint": "phpcs -s . --runtime-set testVersion 7.4-",

0 commit comments

Comments
 (0)