diff --git a/pmpro-keap.php b/pmpro-keap.php index c29d320..28885cc 100755 --- a/pmpro-keap.php +++ b/pmpro-keap.php @@ -3,7 +3,7 @@ * Plugin Name: Paid Memberships Pro - Keap Integration * Plugin URI: https://www.paidmembershipspro.com/add-ons/keap-integration/ * Description: Create and tag leads and customers in Keap based on membership level. - * Version: 1.0.2 + * Version: 1.0.3 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com/ * License: GPL-2.0+ @@ -12,7 +12,7 @@ */ define( 'PMPRO_KEAP_DIR', dirname( __FILE__ ) ); -define( 'PMPRO_KEAP_VERSION', '1.0.2' ); +define( 'PMPRO_KEAP_VERSION', '1.0.3' ); require_once PMPRO_KEAP_DIR . '/includes/settings.php'; require_once PMPRO_KEAP_DIR . '/classes/class-pmpro-keap-api-wrapper.php'; diff --git a/readme.txt b/readme.txt index 944b434..008b03b 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: strangerstudios Tags: paid memberships pro, keap, crm Requires at least: 5.0 -Tested up to: 6.6 -Stable tag: 1.0.2 +Tested up to: 6.6.2 +Stable tag: 1.0.3 Subscribe and tag your Paid Memberships Pro members in Keap. @@ -29,6 +29,10 @@ This plugin integrates Paid Memberships Pro with Keap (formerly Infusionsoft) CR View full documentation at: https://www.paidmembershipspro.com/add-ons/keap-integration/ +== Changelog == += 1.0.3 - 2024-10-31 = +* BUG FIX: Check for null before accessing users_tag element in the options array. + == Changelog == = 1.0.2 - 2024-09-13 = * ENHANCEMENT: Adjusting the format of settings page and fields; updating descriptions; using PMPro-native styles for scroll boxes; labels with correct for name (@kimcoleman)