plugin updates

This commit is contained in:
Tony Volpe
2024-10-24 12:57:16 -04:00
parent 8217f0dbed
commit 5e040c9234
399 changed files with 3377 additions and 46318 deletions

View File

@@ -10,7 +10,7 @@
*
* @wordpress-plugin
* Plugin Name: Yoast SEO Premium
* Version: 22.9
* Version: 23.7
* Plugin URI: https://yoa.st/2jc
* Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
* Author: Team Yoast
@@ -18,12 +18,12 @@
* Text Domain: wordpress-seo-premium
* Domain Path: /languages/
* License: GPL v3
* Requires at least: 6.4
* Requires at least: 6.5
* Requires PHP: 7.2.5
* Requires Yoast SEO: 22.9
* Requires Yoast SEO: 23.7
*
* WC requires at least: 7.1
* WC tested up to: 8.9
* WC tested up to: 9.3
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -57,7 +57,7 @@ if ( ! defined( 'WPSEO_PREMIUM_BASENAME' ) ) {
* {@internal Nobody should be able to overrule the real version number as this can cause
* serious issues with the options, so no if ( ! defined() ).}}
*/
define( 'WPSEO_PREMIUM_VERSION', '22.9' );
define( 'WPSEO_PREMIUM_VERSION', '23.7' );
// Initialize Premium autoloader.
$wpseo_premium_dir = WPSEO_PREMIUM_PATH;