Skip to content

Commit

Permalink
update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeyadr committed Nov 8, 2024
1 parent 48af37e commit cf3eaa9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions groundhogg.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down

0 comments on commit cf3eaa9

Please sign in to comment.