Skip to content

Commit

Permalink
Version 3.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Dec 6, 2023
1 parent 6ed531b commit cdc05ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: seo, search engine optimization, schema, sitemap, google, facebook, twitte
Requires at least: 5.9
Tested up to: 6.4.1
Requires PHP: 7.2
Stable tag: 3.22.3
Stable tag: 3.22.4
License: GPL v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -154,6 +154,12 @@ Add the following constant in your `wp-config.php` file:

== Changelog ==

= 3.22.4 - 2023-12-06 =
- Fix migrating Woo's product categories from SEOPress (#107)
- Fix error in sitemap in TranslatePress integration
- Removing separated image object for author image, replace it with URL so it can be overwrite in Slim SEO Schema
- Fix @id of breadcrumb list schema not the same as in Slim SEO Schema

= 3.22.3 - 2023-11-14 =
- Add support for Sensei LMS, Civi CRM, TranslatePress
- Add `SLIM_SEO_DELETE_DATA` constant to set whether the plugin deletes its data when uninstalling, default `false`
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.22.3
* Version: 3.22.4
* Text Domain: slim-seo
* Domain Path: /languages
* GitHub Plugin URI: elightup/slim-seo
Expand All @@ -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.3' );
define( 'SLIM_SEO_VER', '3.22.4' );
define( 'SLIM_SEO_DB_VER', 1 );

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

0 comments on commit cdc05ad

Please sign in to comment.