Merged in feature/MAW-855-import-code-into-aws (pull request #2)

code import from pantheon

* code import from pantheon
This commit is contained in:
Tony Volpe
2023-12-04 23:08:14 +00:00
parent 8c9b1312bc
commit 8f4b5efda6
4766 changed files with 185592 additions and 239967 deletions

View File

@@ -5,24 +5,24 @@
* WPSEO Premium plugin file.
*
* @package WPSEO\Main
* @copyright Copyright (C) 2008-2019, Yoast BV - support@yoast.com
* @copyright Copyright (C) 2008-2022, Yoast BV - support@yoast.com
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License, version 3 or higher
*
* @wordpress-plugin
* Plugin Name: Yoast SEO Premium
* Version: 16.4
* Version: 21.5
* 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
* Author URI: https://yoa.st/2jc
* Author URI: https://yoa.st/team-yoast-premium
* Text Domain: wordpress-seo-premium
* Domain Path: /languages/
* License: GPL v3
* Requires at least: 5.6
* Requires PHP: 5.6.20
* Requires at least: 6.2
* Requires PHP: 7.2.5
*
* WC requires at least: 3.0
* WC tested up to: 5.1
* WC requires at least: 7.1
* WC tested up to: 8.2
*
* 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
@@ -56,7 +56,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', '16.4' );
define( 'WPSEO_PREMIUM_VERSION', '21.5' );
// Initialize Premium autoloader.
$wpseo_premium_dir = WPSEO_PREMIUM_PATH;