declare compatibility with WordPress 6.6
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-08 17:01:41 +02:00
parent 78ad69c897
commit 9018d7bdca
2 changed files with 4 additions and 4 deletions

View File

@ -7,11 +7,11 @@ jobs:
matrix: matrix:
include: include:
- php: '8.3' - php: '8.3'
wordpress: '6.4' wordpress: '6.6'
- php: '8.2' - php: '8.2'
wordpress: '6.3' wordpress: '6.4'
- php: '8.1' - php: '8.1'
wordpress: '6.1' wordpress: '6.2'
- php: '8.0' - php: '8.0'
wordpress: '6.0' wordpress: '6.0'
- php: '7.4' - php: '7.4'

View File

@ -9,7 +9,7 @@
* Contributors: Stefan Kalscheuer * Contributors: Stefan Kalscheuer
* Tags: liveticker, feed, rss * Tags: liveticker, feed, rss
* Requires at least: 5.0 * Requires at least: 5.0
* Tested up to: 6.4 * Tested up to: 6.6
* Requires PHP: 7.2 * Requires PHP: 7.2
* Stable tag: 1.2.2 * Stable tag: 1.2.2
* License: GPLv2 or later * License: GPLv2 or later