From 3fb9ac3dfc5f6425ab146cdddb1760014d1f673f Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Tue, 20 Jun 2023 14:19:26 +0700 Subject: [PATCH] Version 3.21.2 --- readme.txt | 9 ++++++++- slim-seo.php | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index f8296114..66bf44bf 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.2.2 Requires PHP: 7.2 -Stable tag: 3.21.1 +Stable tag: 3.21.2 License: GPL v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -148,6 +148,13 @@ The sitemap URL is located at `domain.com/sitemap.xml`. == Changelog == += 3.21.2 - 2023-06-20 = +- Import redirects from Rank Math & SEOPress #94 +- Add wpml-config.xml for translating meta tags in WPML and Polylang +- Delete plugin settings when uninstall +- Fix noindex not working correctly +- Fix PHP warning on getting post type archive page + = 3.21.1 - 2023-06-05 = - Fix error on settings page when having a CPT with has_archive = true diff --git a/slim-seo.php b/slim-seo.php index 0153e0be..3c1211f2 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.21.1 + * Version: 3.21.2 * Text Domain: slim-seo * Domain Path: /languages */ @@ -18,7 +18,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.21.1' ); +define( 'SLIM_SEO_VER', '3.21.2' ); define( 'SLIM_SEO_DB_VER', 1 ); require __DIR__ . '/vendor/autoload.php';