diff --git a/readme.txt b/readme.txt index 31cc4c34..bff13866 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/slim-seo.php b/slim-seo.php index 08e276bc..79550be4 100644 --- a/slim-seo.php +++ b/slim-seo.php @@ -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 @@ -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';