From 33890473923eb3437144b5fbc0e59a3af411b303 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Fri, 10 May 2024 17:35:33 +0700 Subject: [PATCH] Version 3.24.0 --- readme.txt | 9 +++++++-- slim-seo.php | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index ffda2069..89d7c800 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: elightup, rilwis, hungviet91, barcavn2 Donate link: https://wpslimseo.com/products/ Tags: seo, redirection, schema, xml sitemap, header Requires at least: 5.9 -Tested up to: 6.5.2 +Tested up to: 6.5.3 Requires PHP: 7.2 -Stable tag: 3.23.4 +Stable tag: 3.24.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.24.0 - 2024-05-10 = +- Support getting SEO settings for posts and terms via REST API +- Optimize performance for sitemap +- Improve output in robots.txt and add a filter to change robots.txt content + = 3.23.4 - 2024-05-07 = - Add support for LinkedIn author and date meta tags - Fix cannot change meta title & description of the shop page if it is set as the homepage diff --git a/slim-seo.php b/slim-seo.php index 87ed6411..78628e1f 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.4 + * Version: 3.24.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.23.4' ); +define( 'SLIM_SEO_VER', '3.24.0' ); define( 'SLIM_SEO_DB_VER', 1 ); require __DIR__ . '/vendor/autoload.php';