Skip to content

Commit

Permalink
chore: prepare for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelablake committed Sep 13, 2023
1 parent 81e80ed commit 6ed0166
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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
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 6ed0166

Please sign in to comment.