CHANGELOG.md in workarea-google_analytics-2.2.0 vs CHANGELOG.md in workarea-google_analytics-2.2.1

- old
+ new

@@ -1,4 +1,36 @@ +Workarea Google Analytics 2.2.1 (2020-02-04) +-------------------------------------------------------------------------------- + +* Prevent Loading Script When Credentials Not Set + + Only load the `<script>` needed to pull in GA when your tracking ID is + actually set up in configuration. + + GOOGLEANALYTICS-2 + Tom Scott + +* Make google_analytics_tracking_id an administrable field (#1) + + Matt Duffy + + + +Workarea Google Analytics 2.1.6 (2020-02-04) +-------------------------------------------------------------------------------- + +* Don't Call Google Analytics Until It's Defined + + Instead of seeing whether the app is in the test environment, check + whether the `ga()` function is present before sending any calls to it. + This prevents a JS error that occurs when the + `config.google_analytics_tracking_id` is missing. + + GOOGLEANALYTICS-4 + Tom Scott + + + Workarea Google Analytics 2.1.5 (2019-08-21) -------------------------------------------------------------------------------- * Open Source!