From 26bb7f4213070569f6a6f04055d7bdfbacc0265d Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Tue, 23 Jan 2024 17:14:11 +0700 Subject: [PATCH] Version 3.23.0 --- readme.txt | 9 +++++++-- slim-seo.php | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index b402f72e..066380ec 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.1 +Tested up to: 6.4.2 Requires PHP: 7.2 -Stable tag: 3.22.5 +Stable tag: 3.23.0 License: GPL v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -154,6 +154,11 @@ Add the following constant in your `wp-config.php` file: == Changelog == += 3.23.0 - 2024-01-23 = +- Add CSV import/export for redirects +- Fix getting wrong image URL in the sitemap +- Improve the style for the settings page + = 3.22.5 - 2024-01-02 = - Re-add 410 in the redirection module. In this case, show correct 410 header instead of making redirect because 410 means the content is gone and no longer available. [See this tutorial](https://wpslimseo.com/deleting-website-content-seo-best-practices/) for more details. - Add filters `slim_seo_admin_columns_post` and `slim_seo_admin_columns_term` to hide admin columns for post types and taxonomies. diff --git a/slim-seo.php b/slim-seo.php index 0da1a247..c22c65a3 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.5 + * Version: 3.23.0 * 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.5' ); +define( 'SLIM_SEO_VER', '3.23.0' ); define( 'SLIM_SEO_DB_VER', 1 ); require __DIR__ . '/vendor/autoload.php';