From cf3eaa95f58d2d8143e895e9cc253efc812e213a Mon Sep 17 00:00:00 2001 From: Adrian Tobey Date: Fri, 8 Nov 2024 13:38:42 -0500 Subject: [PATCH] update readme and version --- README.txt | 9 ++++++++- groundhogg.php | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index f14a5630d..d59356309 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ Donate link: https://www.groundhogg.io/pricing/ Requires at least: 5.9 Tested up to: 6.6 Requires PHP: 7.1 -Stable tag: 3.7.0.2 +Stable tag: 3.7.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl.md @@ -349,6 +349,13 @@ You can purchase a premium plan for access to support and our premium extensions == Changelog == += 3.7.1 (2024-11-18) = +* IMPROVED Funnel step flow UI. +* ADDED `{substr}` replacement code. +* ADDED Nested meta key support for meta replacement codes using dot notation. Example `{meta.custom_object.some_key}`. +* ADDED WPCLI functions for managing licenses. +* FIXED Small UI issue for tooltips not showing as connected to their arrows. + = 3.7.0.2 (2024-10-16) = * ADDED `{andList}`, `{orList}`, `{ol}`, and `{ul}` formatting replacement codes. * ADDED Additional datasets for the New Contacts report and the Email Activity report diff --git a/groundhogg.php b/groundhogg.php index f3dfa7a36..b2a8a1e2a 100644 --- a/groundhogg.php +++ b/groundhogg.php @@ -3,7 +3,7 @@ * Plugin Name: Groundhogg * Plugin URI: https://www.groundhogg.io/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash * Description: CRM and marketing automation for WordPress - * Version: 3.7.0.2 + * Version: 3.7.1 * Author: Groundhogg Inc. * Author URI: https://www.groundhogg.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash * Text Domain: groundhogg @@ -24,8 +24,8 @@ exit; } -define( 'GROUNDHOGG_VERSION', '3.7.0.2' ); -define( 'GROUNDHOGG_PREVIOUS_STABLE_VERSION', '3.7.0.1' ); +define( 'GROUNDHOGG_VERSION', '3.7.1' ); +define( 'GROUNDHOGG_PREVIOUS_STABLE_VERSION', '3.7.0.2' ); define( 'GROUNDHOGG__FILE__', __FILE__ ); define( 'GROUNDHOGG_PLUGIN_BASE', plugin_basename( GROUNDHOGG__FILE__ ) );