Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
angelablake committed Sep 13, 2023
2 parents 1c5ad64 + 6ed0166 commit 58d71be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions give-google-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Give - Google Analytics Donation Tracking
* Plugin URI: https://givewp.com/addons/google-analytics/
* Description: Add Google Analytics Enhanced eCommerce tracking functionality to Give to track donations.
* Version: 3.0
* Version: 3.0.1
* Author: GiveWP
* Author URI: https://givewp.com
* Requires at least: 5.0
Expand All @@ -20,7 +20,7 @@

// Plugin version.
if ( ! defined( 'GIVE_GOOGLE_ANALYTICS_VERSION' ) ) {
define( 'GIVE_GOOGLE_ANALYTICS_VERSION', '3.0' );
define( 'GIVE_GOOGLE_ANALYTICS_VERSION', '3.0.1' );
}

// Min. Give version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "npm install && npm run watch",
"dev": "mix",
"production": "mix --production",
"build": "mix --production",
"build": "mix --production && npm run build:form-extension",
"watch": "mix watch",
"dev:form-extension": "wp-scripts build",
"watch:form-extension": "wp-scripts start",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: givewp
Tags: donation analytics, donation, ecommerce, e-commerce, fundraising, fundraiser
Requires at least: 5.0
Tested up to: 6.3
Stable tag: 3.0
Stable tag: 3.0.1
Requires PHP: 7.0
Requires Give: 2.23.0
License: GPLv3
Expand Down Expand Up @@ -38,6 +38,9 @@ The manual installation method involves downloading our donation plugin and uplo
Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

== Changelog ==
= 3.0.1: September 13th, 2023 =
* Fix: Added a build task for compatibility with the visual form builder

= 3.0: August 23rd, 2023 =
* Feature: Added Google Analytics 4 tracking on forms created using the Visual Donation Forms Builder

Expand Down

0 comments on commit 58d71be

Please sign in to comment.