Skip to content

Commit

Permalink
release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndkauboy committed May 21, 2022
1 parent e68d933 commit c2d4fa8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions campaign-archive-block-for-mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
* 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
* License: GPLv3
* 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 ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2d4fa8

Please sign in to comment.