From 6e0b2a22784ce969e66ece098f36a93a6e800f52 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Tue, 30 Jan 2024 10:29:52 +0700 Subject: [PATCH] Version 3.23.1 --- readme.txt | 6 +++++- slim-seo.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 066380ec..7c7893f3 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.2 Requires PHP: 7.2 -Stable tag: 3.23.0 +Stable tag: 3.23.1 License: GPL v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -154,6 +154,10 @@ Add the following constant in your `wp-config.php` file: == Changelog == += 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 + = 3.23.0 - 2024-01-23 = - Add CSV import/export for redirects - Fix getting wrong image URL in the sitemap diff --git a/slim-seo.php b/slim-seo.php index c22c65a3..7d5f3fa9 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.23.0 + * Version: 3.23.1 * 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.23.0' ); +define( 'SLIM_SEO_VER', '3.23.1' ); define( 'SLIM_SEO_DB_VER', 1 ); require __DIR__ . '/vendor/autoload.php';