Skip to content

Commit

Permalink
Merge pull request #5 from MaximilianoRicoTabo/dev
Browse files Browse the repository at this point in the history
updating readme and version numbers
  • Loading branch information
MaximilianoRicoTabo authored Oct 30, 2024
2 parents 7b1c4d3 + cfc2850 commit b17b307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pmpro-keap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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';
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Expand Down

0 comments on commit b17b307

Please sign in to comment.