GA Google Analytics - Version 20210211

Version Description

To upgrade GA Google Analytics, remove the old version and replace with the new version. Or just click "Update" from the Plugins screen and let WordPress do it for you automatically.

Note: uninstalling the plugin from the WP Plugins screen results in the removal of all settings from the WP database.

For more information, visit the GA Plugin Homepage.

Download this release

Release Info

Developer specialk
Plugin Icon 128x128 GA Google Analytics
Version 20210211
Comparing to
See all releases

Code changes from version 20201120 to 20210211

Files changed (2) hide show
  1. ga-google-analytics.php +5 -5
  2. readme.txt +9 -5
ga-google-analytics.php CHANGED
@@ -9,9 +9,9 @@
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
- Tested up to: 5.6
13
- Stable tag: 20201120
14
- Version: 20201120
15
  Requires PHP: 5.6.20
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
@@ -32,7 +32,7 @@
32
  You should have received a copy of the GNU General Public License
33
  with this program. If not, visit: https://www.gnu.org/licenses/
34
 
35
- Copyright 2020 Monzilla Media. All rights reserved.
36
  */
37
 
38
  if (!defined('ABSPATH')) die();
@@ -60,7 +60,7 @@ if (!class_exists('GA_Google_Analytics')) {
60
 
61
  function constants() {
62
 
63
- if (!defined('GAP_VERSION')) define('GAP_VERSION', '20201120');
64
  if (!defined('GAP_REQUIRE')) define('GAP_REQUIRE', '4.1');
65
  if (!defined('GAP_AUTHOR')) define('GAP_AUTHOR', 'Jeff Starr');
66
  if (!defined('GAP_NAME')) define('GAP_NAME', __('GA Google Analytics', 'ga-google-analytics'));
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
+ Tested up to: 5.7
13
+ Stable tag: 20210211
14
+ Version: 20210211
15
  Requires PHP: 5.6.20
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
32
  You should have received a copy of the GNU General Public License
33
  with this program. If not, visit: https://www.gnu.org/licenses/
34
 
35
+ Copyright 2021 Monzilla Media. All rights reserved.
36
  */
37
 
38
  if (!defined('ABSPATH')) die();
60
 
61
  function constants() {
62
 
63
+ if (!defined('GAP_VERSION')) define('GAP_VERSION', '20210211');
64
  if (!defined('GAP_REQUIRE')) define('GAP_REQUIRE', '4.1');
65
  if (!defined('GAP_AUTHOR')) define('GAP_AUTHOR', 'Jeff Starr');
66
  if (!defined('GAP_NAME')) define('GAP_NAME', __('GA Google Analytics', 'ga-google-analytics'));
readme.txt CHANGED
@@ -9,9 +9,9 @@ Author URI: https://plugin-planet.com/
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
- Tested up to: 5.6
13
- Stable tag: 20201120
14
- Version: 20201120
15
  Requires PHP: 5.6.20
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
@@ -42,7 +42,7 @@ To enable __Google Analytics 4__:
42
  1. Follow [this guide](https://support.google.com/analytics/answer/9306384) to create a GA 4 account
43
  2. During account creation, you'll get a tracking (measurement) ID
44
  3. Add your new tracking ID to the plugin setting, "GA Tracking ID"
45
- 4. Select "Global Site Tag" for the plugin setting, "Global Site Tag"
46
 
47
  Save changes and done. Wait 24-48 hours before viewing collected data in your GA account.
48
 
@@ -208,7 +208,7 @@ To enable __Google Analytics 4__:
208
  1. Follow [this guide](https://support.google.com/analytics/answer/9306384) to create a GA 4 account
209
  2. During account creation, you'll get a tracking (measurement) ID
210
  3. Add your new tracking ID to the plugin setting, "GA Tracking ID"
211
- 4. Select "Global Site Tag" for the plugin setting, "Global Site Tag"
212
 
213
  Save changes and done. Wait 24-48 hours before viewing collected data in your GA account.
214
 
@@ -320,6 +320,10 @@ If you like GA Google Analytics, please take a moment to [give a 5-star rating](
320
  > New Pro version available! Check out [GA Pro »](https://plugin-planet.com/ga-google-analytics-pro/)
321
 
322
 
 
 
 
 
323
  **20201120**
324
 
325
  * Supports Google Analytics 4
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
+ Tested up to: 5.7
13
+ Stable tag: 20210211
14
+ Version: 20210211
15
  Requires PHP: 5.6.20
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
42
  1. Follow [this guide](https://support.google.com/analytics/answer/9306384) to create a GA 4 account
43
  2. During account creation, you'll get a tracking (measurement) ID
44
  3. Add your new tracking ID to the plugin setting, "GA Tracking ID"
45
+ 4. Select "Global Site Tag" for the plugin setting, "Tracking Method"
46
 
47
  Save changes and done. Wait 24-48 hours before viewing collected data in your GA account.
48
 
208
  1. Follow [this guide](https://support.google.com/analytics/answer/9306384) to create a GA 4 account
209
  2. During account creation, you'll get a tracking (measurement) ID
210
  3. Add your new tracking ID to the plugin setting, "GA Tracking ID"
211
+ 4. Select "Global Site Tag" for the plugin setting, "Tracking Method"
212
 
213
  Save changes and done. Wait 24-48 hours before viewing collected data in your GA account.
214
 
320
  > New Pro version available! Check out [GA Pro »](https://plugin-planet.com/ga-google-analytics-pro/)
321
 
322
 
323
+ **20210211**
324
+
325
+ * Tests on WordPress 5.7
326
+
327
  **20201120**
328
 
329
  * Supports Google Analytics 4