Skip to content

Commit

Permalink
Version 3.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Jul 24, 2023
1 parent c5af48f commit 4c54a1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2
Tested up to: 6.3
Requires PHP: 7.2
Stable tag: 3.21.2
Stable tag: 3.21.3
License: GPL v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -148,6 +148,15 @@ The sitemap URL is located at `domain.com/sitemap.xml`.

== Changelog ==

= 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
- Add support for Syntax-highlighting Code Block (with Server-side Rendering) plugin
- Add more ignored post types from page builders
- Remove meta description in Hello Elementor theme
- Fix incorrect data type returned from Bricks for WooCommerce cart page
- Fix JS error on the settings page if no custom post types

= 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
Expand Down
4 changes: 2 additions & 2 deletions slim-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A fast and automated SEO plugin for WordPress.
* Author: eLightUp
* Author URI: https://elightup.com
* Version: 3.21.2
* Version: 3.21.3
* Text Domain: slim-seo
* Domain Path: /languages
*/
Expand All @@ -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.2' );
define( 'SLIM_SEO_VER', '3.21.3' );
define( 'SLIM_SEO_DB_VER', 1 );

require __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 4c54a1d

Please sign in to comment.