From a76e6adddcf6d6e9ccb05853bce759863c0eaa30 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Mon, 4 Mar 2024 12:05:54 +0700 Subject: [PATCH] Version 3.23.2 --- readme.txt | 10 ++++++++-- slim-seo.php | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 7c7893f3..7294eeba 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: elightup, rilwis, hungviet91, barcavn2 Donate link: https://wpslimseo.com/products/ Tags: seo, search engine optimization, schema, sitemap, google, facebook, twitter, meta tags, meta description, open graph, twitter card, xml sitemap Requires at least: 5.9 -Tested up to: 6.4.2 +Tested up to: 6.4.3 Requires PHP: 7.2 -Stable tag: 3.23.1 +Stable tag: 3.23.2 License: GPL v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -154,6 +154,12 @@ Add the following constant in your `wp-config.php` file: == Changelog == += 3.23.2 - 2024-03-04 = +- Fix wrong param types passed to `get_avatar` function +- Add filter `slim_seo_sitemap_style` to remove sitemap style +- Fix not loading correct language by user preference +- Fix quick editing erases Facebook, Twitter images and canonical URL + = 3.23.1 - 2024-01-30 = - Fix wrong current URL in schemas when WordPress is installed in a sub-folder - Fix PHP error when accessing Appearance > Widgets diff --git a/slim-seo.php b/slim-seo.php index 7d5f3fa9..3c8fd877 100644 --- a/slim-seo.php +++ b/slim-seo.php @@ -19,7 +19,7 @@ define( 'SLIM_SEO_URL', plugin_dir_url( __FILE__ ) ); define( 'SLIM_SEO_REDIRECTS', 'ss_redirects' ); define( 'SLIM_SEO_DELETE_404_LOGS_ACTION', 'delete_404_logs' ); -define( 'SLIM_SEO_VER', '3.23.1' ); +define( 'SLIM_SEO_VER', '3.23.2' ); define( 'SLIM_SEO_DB_VER', 1 ); require __DIR__ . '/vendor/autoload.php';