| @@ -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.4.2 | |
| 12 | + * Version: 3.4.3 | |
| 13 | 13 | * Author: Kit |
| 14 | 14 | * Author URI: https://kit.com/ |
| 15 | 15 | * Text Domain: convertkit |
| 16 | 16 | * License: GPLv3 or later |
| @@ -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.4.2' ); | |
| 30 | +define( 'CONVERTKIT_PLUGIN_VERSION', '3.4.3' ); | |
| 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 | define( 'CONVERTKIT_MCP_APP_NAME', 'Kit WordPress Plugin: MCP Server' ); |
| 34 | 34 | |
| @@ -99,8 +99,9 @@ | ||
| 99 | 99 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/class-convertkit-block-form-builder-field.php'; |
| 100 | 100 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/class-convertkit-block-form-builder-field-email.php'; |
| 101 | 101 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/class-convertkit-block-form-builder-field-name.php'; |
| 102 | 102 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/class-convertkit-block-form-builder-field-custom.php'; |
| 103 | +require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/class-convertkit-block-member-content-login.php'; | |
| 103 | 104 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/class-convertkit-block-product.php'; |
| 104 | 105 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/helpers/class-convertkit-block-post-helper.php'; |
| 105 | 106 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/helpers/class-convertkit-content-post-helper.php'; |
| 106 | 107 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/helpers/class-convertkit-shortcode-post-helper.php'; |