Skip to content

Commit

Permalink
Version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Oct 17, 2024
1 parent 380d55c commit 49e39a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: seo, redirection, schema, xml sitemap, header
Requires at least: 5.9
Tested up to: 6.6.2
Requires PHP: 7.2
Stable tag: 4.0.2
Stable tag: 4.0.3
License: GPL v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 4.0.2 - 2024-10-17 =
- Fix Divi and WooCommerce compatibility
- Fix empty Meta Tags tab on WordPress < 6.6

= 4.0.2 - 2024-10-15 =
- Fix missing style for MetaTags tab
- Improve compatibility with page builders
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: Slim SEO
* Author URI: https://wpslimseo.com
* Version: 4.0.2
* Version: 4.0.3
* 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', '4.0.2' );
define( 'SLIM_SEO_VER', '4.0.3' );
define( 'SLIM_SEO_DB_VER', 1 );

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

0 comments on commit 49e39a0

Please sign in to comment.