Skip to content

Commit

Permalink
chore: prepare for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Nov 6, 2020
1 parent 7888f2d commit 4beb988
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

## 1.0.1 - 2020-11-06

### Fixed
- ActiveCampaign should only query the API for lists and tags when viewing wp-admin pages containing those fields. [#3]
4 changes: 2 additions & 2 deletions give-activecampaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Easily display an ActiveCampaign opt-in option within your donation forms.
* Author: GiveWP
* Author URI: https://givewp.com/
* Version: 1.0.0
* Version: 1.0.1
* Text Domain: give-activecampaign
* Domain Path: languages
*/
Expand All @@ -17,7 +17,7 @@

// Plugin constants.
if ( ! defined( 'GIVE_ACTIVECAMPAIGN_VERSION' ) ) {
define( 'GIVE_ACTIVECAMPAIGN_VERSION', '1.0.0' );
define( 'GIVE_ACTIVECAMPAIGN_VERSION', '1.0.1' );
}
if ( ! defined( 'GIVE_ACTIVECAMPAIGN_MIN_GIVE_VER' ) ) {
define( 'GIVE_ACTIVECAMPAIGN_MIN_GIVE_VER', '2.7.0' );
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 1.0.1: November 6th, 2020 =
* Fix: Reduce calls to Active Campaign to only when necessary

= 1.0.0: August 11th, 2020 =
* Initial plugin release. Yippee!

0 comments on commit 4beb988

Please sign in to comment.