From 1b45b8483d111dc17e628f613f6c3884c59f4c72 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Tue, 26 Nov 2024 13:11:13 +0900 Subject: [PATCH 1/2] Update readme.txt #87 --- readme.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 0b410b9..df2d861 100644 --- a/readme.txt +++ b/readme.txt @@ -35,6 +35,13 @@ Listo is a simple plugin that supplies other plugins and themes with [commonly u == Changelog == += 1.9 = + +* New list module: `emoji_flags` --- Unicode emoji flag sequences +* Introduces the `Listo_DataList` class and the `datalist` shortcode. +* Adds the `telephone_country_codes` and `telephone_country_codes_noflag` data list types. +* Adds utility methods to the `countries_a2a3` and `telephone_country_codes` list modules. + = 1.8 = * Updates country names in modules/countries.php. @@ -42,7 +49,3 @@ Listo is a simple plugin that supplies other plugins and themes with [commonly u * Adds modules/countries-a2a3.php as the mapping table of ISO 3166-1 Alpha-2 and Alpha-3 codes. * Adds modules/telephone-country-codes.php as the list of ITU-T E.164 country calling codes. * Requires WordPress 6.4+. - -= 1.7 = - -* Requires WordPress 6.2+ and PHP 7.4+. From e957f4634f12cbd89307cb708a95c94e32b9ee44 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Wed, 27 Nov 2024 14:21:55 +0900 Subject: [PATCH 2/2] Update readme.txt #87 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index df2d861..337626a 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: list, countries, subdivisions, states, currencies Tested up to: 6.7 Requires at least: 6.6 Requires PHP: 7.4 -Stable tag: 1.7 +Stable tag: 1.8 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html