From 52aa1c5748dd692b04ad1cc64f1eef7fb40a1813 Mon Sep 17 00:00:00 2001 From: kagg-design Date: Wed, 13 Nov 2024 15:36:10 +0200 Subject: [PATCH] Raise PHP and WP requirements. --- cyr-to-lat.php | 2 +- phpcs.xml | 9 +++++---- readme.txt | 10 ++++++++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/cyr-to-lat.php b/cyr-to-lat.php index cf67d96..12e12ed 100644 --- a/cyr-to-lat.php +++ b/cyr-to-lat.php @@ -12,7 +12,7 @@ * Description: Convert Non-Latin characters in post and term slugs to Latin characters. Useful for creating human-readable URLs. Based on the original plugin by Anton Skorobogatov. * Version: 6.2.0 * Requires at least: 5.1 - * Requires PHP: 7.0.0 + * Requires PHP: 7.2.0 * Author: Sergey Biryukov, Mikhail Kobzarev, Igor Gergel * Author URI: https://profiles.wordpress.org/sergeybiryukov/ * License: GPL v2 or later diff --git a/phpcs.xml b/phpcs.xml index ea8ac57..5d97b58 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -4,6 +4,9 @@ . + + ^(?!.*/cyr2lat).* + */\.codeception/* */\.github/* */\.make/* */\.wordpress-org/* @@ -19,18 +22,16 @@ - - - + - + diff --git a/readme.txt b/readme.txt index d8a8e98..babee09 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Cyr-To-Lat === Contributors: SergeyBiryukov, mihdan, kaggdesign, karevn, webvitaly Tags: cyrillic, slugs, translation, transliteration -Requires at least: 5.1 +Requires at least: 5.3 Tested up to: 6.7 Stable tag: 6.2.0 -Requires PHP: 7.0.0 +Requires PHP: 7.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -221,6 +221,12 @@ Yes, you can! == Changelog == += 6.2.0 (13.11.2024) = +* Dropped support for PHP 7.0 and 7.1. The minimum required PHP version is now 7.2. +* The minimum required WordPress version is now 5.3. +* Tested with WordPress 6.7. +* Tested with WooCommerce 9.4. + = 6.1.0 (09.03.2024) = * Tested with WordPress 6.5. * Tested with WooCommerce 8.6.