diff --git a/README.md b/README.md index 48773db..9940d4e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ In order to be able to use the plugin, you have to get API credentials from Mail ## Changelog +### 2.0.0 +* Remove the settings page and use the block settings for the API key +* Prepare the block to be listed in the block directrory + ### 1.0.3 * Remove horizontal margin from the unordered list as well diff --git a/campaign-archive-block-for-mailchimp.php b/campaign-archive-block-for-mailchimp.php index 9313f9a..2365f4a 100644 --- a/campaign-archive-block-for-mailchimp.php +++ b/campaign-archive-block-for-mailchimp.php @@ -10,7 +10,7 @@ * Plugin Name: Campaign Archive Block for Mailchimp * Plugin URI: https://github.com/2ndkauboy/campaign-archive-block-for-mailchimp * Description: Adds a block to show an archive for Mailchimp Campaigns. - * Version: 1.0.3 + * Version: 2.0.0 * Author: Bernhard Kau * Author URI: https://kau-boys.de * Text Domain: campaign-archive-block-for-mailchimp @@ -18,7 +18,7 @@ * License URI: http://www.gnu.org/licenses/gpl-3.0.txt */ -define( 'CABFM_VERSION', '1.0.3' ); +define( 'CABFM_VERSION', '2.0.0' ); define( 'CABFM_FILE', __FILE__ ); define( 'CABFM_PATH', plugin_dir_path( CABFM_FILE ) ); define( 'CABFM_URL', plugin_dir_url( CABFM_FILE ) ); diff --git a/package.json b/package.json index 5c3388b..6274226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@2ndkauboy/campaign-archive-block-for-mailchimp", - "version": "1.0.0", + "version": "2.0.0", "description": "Adds a block to show an archive for Mailchimp Campaigns.", "author": "Bernhard Kau", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index 2679126..0e92f08 100644 --- a/readme.txt +++ b/readme.txt @@ -29,6 +29,10 @@ In order to be able to use the plugin, you have to get API credentials from Mail == Changelog == +=== 2.0.0 === +* Remove the settings page and use the block settings for the API key +* Prepare the block to be listed in the block directrory + === 1.0.3 === * Remove horizontal margin from the unordered list as well