| @@ -8,9 +8,9 @@ | ||
| 8 | 8 | * @wordpress-plugin |
| 9 | 9 | * Plugin Name: ConvertKit |
| 10 | 10 | * Plugin URI: https://convertkit.com/ |
| 11 | 11 | * Description: Display ConvertKit email subscription forms, landing pages, products, broadcasts and more. |
| 12 | - * Version: 2.3.2 | |
| 12 | + * Version: 2.4.1 | |
| 13 | 13 | * Author: ConvertKit |
| 14 | 14 | * Author URI: https://convertkit.com/ |
| 15 | 15 | * Text Domain: convertkit |
| 16 | 16 | */ |
| @@ -24,9 +24,9 @@ | ||
| 24 | 24 | define( 'CONVERTKIT_PLUGIN_NAME', 'ConvertKit' ); // Used for user-agent in API class. |
| 25 | 25 | define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) ); |
| 26 | 26 | define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); |
| 27 | 27 | define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ ); |
| 28 | -define( 'CONVERTKIT_PLUGIN_VERSION', '2.3.2' ); | |
| 28 | +define( 'CONVERTKIT_PLUGIN_VERSION', '2.4.1' ); | |
| 29 | 29 | |
| 30 | 30 | // Load shared classes, if they have not been included by another ConvertKit Plugin. |
| 31 | 31 | if ( ! class_exists( 'ConvertKit_API' ) ) { |
| 32 | 32 | require_once CONVERTKIT_PLUGIN_PATH . '/vendor/convertkit/convertkit-wordpress-libraries/src/class-convertkit-api.php'; |
| @@ -45,8 +45,9 @@ | ||
| 45 | 45 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/cron-functions.php'; |
| 46 | 46 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/functions.php'; |
| 47 | 47 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-wp-convertkit.php'; |
| 48 | 48 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-ajax.php'; |
| 49 | +require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-broadcasts-exporter.php'; | |
| 49 | 50 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-broadcasts-importer.php'; |
| 50 | 51 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-cron.php'; |
| 51 | 52 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-gutenberg.php'; |
| 52 | 53 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-media-library.php'; |
| @@ -77,8 +78,10 @@ | ||
| 77 | 78 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/blocks/class-convertkit-block-product.php'; |
| 78 | 79 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/block-formatters/class-convertkit-block-formatter.php'; |
| 79 | 80 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/block-formatters/class-convertkit-block-formatter-form-link.php'; |
| 80 | 81 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/block-formatters/class-convertkit-block-formatter-product-link.php'; |
| 82 | +require_once CONVERTKIT_PLUGIN_PATH . '/includes/pre-publish-actions/class-convertkit-pre-publish-action.php'; | |
| 83 | +require_once CONVERTKIT_PLUGIN_PATH . '/includes/pre-publish-actions/class-convertkit-pre-publish-action-broadcast-export.php'; | |
| 81 | 84 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/widgets/class-ck-widget-form.php'; |
| 82 | 85 | |
| 83 | 86 | // Contact Form 7 Integration. |
| 84 | 87 | require_once CONVERTKIT_PLUGIN_PATH . '/includes/integrations/contactform7/class-convertkit-contactform7.php'; |