Skip to content

Commit 5156878

Browse files
committed
chore: add change log for 1.2.5 release and bump versions
fix: modify package.json to support MacOS x64 when running gulp
1 parent 8abb365 commit 5156878

File tree

5 files changed

+67
-26
lines changed

5 files changed

+67
-26
lines changed

give-google-analytics.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Give - Google Analytics Donation Tracking
44
* Plugin URI: https://givewp.com/addons/google-analytics/
55
* Description: Add Google Analytics Enhanced eCommerce tracking functionality to Give to track donations.
6-
* Version: 1.2.4
6+
* Version: 1.2.5
77
* Author: GiveWP
88
* Author URI: https://givewp.com
99
* Text Domain: give-google-analytics
@@ -15,12 +15,12 @@
1515

1616
// Plugin version.
1717
if ( ! defined( 'GIVE_GOOGLE_ANALYTICS_VERSION' ) ) {
18-
define( 'GIVE_GOOGLE_ANALYTICS_VERSION', '1.2.4' );
18+
define( 'GIVE_GOOGLE_ANALYTICS_VERSION', '1.2.5' );
1919
}
2020

2121
// Min. Give version.
2222
if ( ! defined( 'GIVE_GOOGLE_ANALYTICS_MIN_GIVE_VERSION' ) ) {
23-
define( 'GIVE_GOOGLE_ANALYTICS_MIN_GIVE_VERSION', '2.4.0' );
23+
define( 'GIVE_GOOGLE_ANALYTICS_MIN_GIVE_VERSION', '2.6.0' );
2424
}
2525

2626
// Plugin File.

languages/give-google-analytics.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2019 Give-Google-Analytics
1+
# Copyright (C) 2020 Give-Google-Analytics
22
# This file is distributed under the same license as the Give-Google-Analytics package.
33
msgid ""
44
msgstr ""
@@ -7,7 +7,7 @@ msgstr ""
77
"MIME-Version: 1.0\n"
88
"Content-Type: text/plain; charset=UTF-8\n"
99
"Content-Transfer-Encoding: 8bit\n"
10-
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
10+
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
1111
"Language-Team: GiveWP <info@givewp.com>\n"
1212
"X-Poedit-Basepath: ..\n"
1313
"X-Poedit-SourceCharset: UTF-8\n"

package-lock.json

Lines changed: 49 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@
1111
},
1212
"dependencies": {
1313
"natives": "^1.1.6"
14+
},
15+
"scripts": {
16+
"preinstall": "npx npm-force-resolutions"
17+
},
18+
"resolutions": {
19+
"graceful-fs": "4.2.3"
1420
}
1521
}

readme.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: givewp
33
Tags: donation analytics, donation, ecommerce, e-commerce, fundraising, fundraiser
44
Requires at least: 4.8
5-
Tested up to: 5.2
6-
Stable tag: 1.2.4
7-
Requires Give: 2.4.0
5+
Tested up to: 5.4
6+
Stable tag: 1.2.5
7+
Requires Give: 2.6.0
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -39,6 +39,9 @@ Automatic updates should work like a charm; as always though, ensure you backup
3939

4040
== Changelog ==
4141

42+
= 1.2.5: June 15th, 2020 =
43+
* New: Added support for the upcoming release of GiveWP 2.7.0 and the new donation form template.
44+
4245
= 1.2.4: June 3rd, 2019 =
4346
* New: Added support for "utm_content" for deeper tracking at the content level, for example which Facebook post, or which email led to a donation.
4447

@@ -78,4 +81,4 @@ Automatic updates should work like a charm; as always though, ensure you backup
7881

7982
= 1.0 =
8083

81-
* Initial plugin release. Yippee!
84+
* Initial plugin release. Yippee!

0 commit comments

Comments
 (0)