From 58b69f1d9d5a36724e4de89add9c1adb9a3898d5 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Mon, 18 Sep 2023 16:34:06 +0700 Subject: [PATCH] Version 3.22.0 --- README.md | 12 ++++++------ readme.txt | 25 +++++++++++++++++-------- slim-seo.php | 4 ++-- 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7d9bd6ff..5dcd7af6 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ Slim SEO automatically adds structured data to the website via JSON-LD which mak ### Premium plugins -- [Slim SEO Schema](https://wpslimseo.com/slim-seo-schema/): an advanced and comprehensive schema builder for your WordPress websites, which allow you to add schema to your custom post types via a visual and user-friendly UI. -- [Slim SEO Link Manager](https://wpslimseo.com/slim-seo-link-manager/): build and monitor internal links in your WordPress websites in real-time with advanced & insightful reports. +- [Slim SEO Schema](https://wpslimseo.com/products/slim-seo-schema/) - An advanced, powerful and flexible plugin to add schemas to WordPress. +- [Slim SEO Link Manager](https://wpslimseo.com/products/slim-seo-link-manager/) - Build internal link easier in WordPress with real-time reports. [View all](https://wpslimseo.com/products/) @@ -72,11 +72,11 @@ However, Slim SEO is perfectly suitable for users who prefer simplicity or do no ## You might also like -If you love this plugin, please try our other great products: +If you like this plugin, you might also like our other WordPress products: -- [Meta Box](https://metabox.io): The best plugin for adding custom meta boxes and custom fields for WordPress -- [GretaThemes](https://gretathemes.com): Beautiful and easy to use WordPress themes -- [Auto Listings](https://wpautolistings.com): The best WordPress plugin for car dealership & car listings websites. +- [Meta Box](https://metabox.io) - A powerful WordPress plugin for creating custom post types and custom fields. +- [GretaThemes](https://gretathemes.com) - Free and premium WordPress themes that clean, simple and just work. +- [Auto Listings](https://wpautolistings.com) - A car sale and dealership plugin for WordPress. ## Installation diff --git a/readme.txt b/readme.txt index e87d0f07..b2dcce40 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.3 +Tested up to: 6.3.1 Requires PHP: 7.2 -Stable tag: 3.21.3 +Stable tag: 3.22.0 License: GPL v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -71,8 +71,8 @@ Slim SEO automatically adds the some structured data to the website via JSON-LD ### Premium plugins -- [Slim SEO Schema](https://wpslimseo.com/slim-seo-schema/): an advanced and comprehensive schema builder for your WordPress websites, which allow you to add schema to your custom post types via a visual and user-friendly UI. -- [Slim SEO Link Manager](https://wpslimseo.com/slim-seo-link-manager/): build and monitor internal links in your WordPress websites in real-time with advanced & insightful reports. +- [Slim SEO Schema](https://wpslimseo.com/products/slim-seo-schema/) - An advanced, powerful and flexible plugin to add schemas to WordPress. +- [Slim SEO Link Manager](https://wpslimseo.com/products/slim-seo-link-manager/) - Build internal link easier in WordPress with real-time reports. [View all](https://wpslimseo.com/products/) @@ -84,11 +84,11 @@ However, Slim SEO is perfectly suitable for users who prefer simplicity or do no ## You might also like -If you love this plugin, please try our other great products: +If you like this plugin, you might also like our other WordPress products: -- [Meta Box](https://metabox.io): The best plugin for adding custom meta boxes and custom fields for WordPress -- [GretaThemes](https://gretathemes.com): Beautiful and easy to use WordPress themes -- [Auto Listings](https://wpautolistings.com): The best WordPress plugin for car dealership & car listings websites. +- [Meta Box](https://metabox.io) - A powerful WordPress plugin for creating custom post types and custom fields. +- [GretaThemes](https://gretathemes.com) - Free and premium WordPress themes that clean, simple and just work. +- [Auto Listings](https://wpautolistings.com) - A car sale and dealership plugin for WordPress. == Installation == @@ -148,6 +148,15 @@ The sitemap URL is located at `domain.com/sitemap.xml`. == Changelog == += 3.22.0 - 2023-09-18 = +- Add integration with The Events Calendar +- Add integration with GravityView +- Bricks integration: skip shortcodes & blocks in dynamic data {post.content} +- Add missing alt for avatars +- Fix getting robots noindex from SEOPress +- Add safe-check for get term's canonical URL +- Change priority for meta box to low + = 3.21.3 - 2023-07-24 = - Schema: set the same @id for search action, logo, author across the site - Schema: fix missing trailing slash in the current URL diff --git a/slim-seo.php b/slim-seo.php index 084b26f0..9deeb71c 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.3 + * Version: 3.22.0 * 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.3' ); +define( 'SLIM_SEO_VER', '3.22.0' ); define( 'SLIM_SEO_DB_VER', 1 ); require __DIR__ . '/vendor/autoload.php';