From 4beb988d3fb926bc442d81692776ca5aeef003d9 Mon Sep 17 00:00:00 2001 From: Jason Adams Date: Fri, 6 Nov 2020 08:30:38 -0800 Subject: [PATCH] chore: prepare for 1.0.1 release --- CHANGELOG.md | 4 +++- give-activecampaign.php | 4 ++-- readme.txt | 3 +++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34cadf..b4e8dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/give-activecampaign.php b/give-activecampaign.php index 9da31c8..ab0d71f 100644 --- a/give-activecampaign.php +++ b/give-activecampaign.php @@ -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 */ @@ -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' ); diff --git a/readme.txt b/readme.txt index 10c8dd2..525a2fc 100644 --- a/readme.txt +++ b/readme.txt @@ -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!