From cdc05ad7a71ec94f1008d74db1974a3c6d3f2f0d Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Wed, 6 Dec 2023 16:32:18 +0700 Subject: [PATCH] Version 3.22.4 --- readme.txt | 8 +++++++- slim-seo.php | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index d03efd6d..518f427c 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: seo, search engine optimization, schema, sitemap, google, facebook, twitte Requires at least: 5.9 Tested up to: 6.4.1 Requires PHP: 7.2 -Stable tag: 3.22.3 +Stable tag: 3.22.4 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.22.4 - 2023-12-06 = +- Fix migrating Woo's product categories from SEOPress (#107) +- Fix error in sitemap in TranslatePress integration +- Removing separated image object for author image, replace it with URL so it can be overwrite in Slim SEO Schema +- Fix @id of breadcrumb list schema not the same as in Slim SEO Schema + = 3.22.3 - 2023-11-14 = - Add support for Sensei LMS, Civi CRM, TranslatePress - Add `SLIM_SEO_DELETE_DATA` constant to set whether the plugin deletes its data when uninstalling, default `false` diff --git a/slim-seo.php b/slim-seo.php index ff287a42..eb14d546 100644 --- a/slim-seo.php +++ b/slim-seo.php @@ -5,7 +5,7 @@ * Description: A fast and automated SEO plugin for WordPress. * Author: eLightUp * Author URI: https://elightup.com - * Version: 3.22.3 + * Version: 3.22.4 * Text Domain: slim-seo * Domain Path: /languages * GitHub Plugin URI: elightup/slim-seo @@ -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.22.3' ); +define( 'SLIM_SEO_VER', '3.22.4' ); define( 'SLIM_SEO_DB_VER', 1 ); require __DIR__ . '/vendor/autoload.php';