| @@ -8,9 +8,9 @@ | ||
| 8 | 8 | * @wordpress-plugin |
| 9 | 9 | * Plugin Name: Kit (formerly ConvertKit) |
| 10 | 10 | * Plugin URI: https://kit.com/ |
| 11 | 11 | * Description: Display Kit (formerly ConvertKit) email subscription forms, landing pages, products, broadcasts and more. |
| 12 | - * Version: 3.3.3 | |
| 12 | + * Version: 3.3.0 | |
| 13 | 13 | * Author: Kit |
| 14 | 14 | * Author URI: https://kit.com/ |
| 15 | 15 | * Text Domain: convertkit |
| 16 | 16 | * License: GPLv3 or later |
| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | * License: GPLv3 or later |
| 17 | 17 | * License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 18 | 18 | */ |
| 19 | 19 | |
| 20 | -// Bail if Kit is already loaded. | |
| 20 | +// Bail if Kit is alread loaded. | |
| 21 | 21 | if ( class_exists( 'WP_ConvertKit' ) ) { |
| 22 | 22 | return; |
| 23 | 23 | } |
| 24 | 24 | |
| @@ -26,9 +26,9 @@ | ||
| 26 | 26 | define( 'CONVERTKIT_PLUGIN_NAME', 'ConvertKit' ); // Used for user-agent in API class. |
| 27 | 27 | define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) ); |
| 28 | 28 | define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); |
| 29 | 29 | define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ ); |
| 30 | -define( 'CONVERTKIT_PLUGIN_VERSION', '3.3.3' ); | |
| 30 | +define( 'CONVERTKIT_PLUGIN_VERSION', '3.3.0' ); | |
| 31 | 31 | define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' ); |
| 32 | 32 | define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' ); |
| 33 | 33 | |
| 34 | 34 | // Load shared classes, if they have not been included by another Kit Plugin. |