GA Google Analytics - Version 20190220

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 20190220
Comparing to
See all releases

Code changes from version 20180828 to 20190220

Files changed (2) hide show
  1. ga-google-analytics.php +4 -4
  2. readme.txt +8 -3
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.0
13
- Stable tag: 20180828
14
- Version: 20180828
15
  Requires PHP: 5.2
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
@@ -60,7 +60,7 @@ if (!class_exists('GA_Google_Analytics')) {
60
 
61
  function constants() {
62
 
63
- if (!defined('GAP_VERSION')) define('GAP_VERSION', '20180828');
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.1
13
+ Stable tag: 20190220
14
+ Version: 20190220
15
  Requires PHP: 5.2
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
60
 
61
  function constants() {
62
 
63
+ if (!defined('GAP_VERSION')) define('GAP_VERSION', '20190220');
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.0
13
- Stable tag: 20180828
14
- Version: 20180828
15
  Requires PHP: 5.2
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
@@ -209,6 +209,11 @@ Links, tweets and likes also appreciated. Thanks! :)
209
 
210
  *Thank you to everyone who shares feedback for GA Google Analytics!*
211
 
 
 
 
 
 
212
  **20180828**
213
 
214
  * Corrects incorrect syntax for gtag tacking code
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
+ Tested up to: 5.1
13
+ Stable tag: 20190220
14
+ Version: 20190220
15
  Requires PHP: 5.2
16
  Text Domain: ga-google-analytics
17
  Domain Path: /languages
209
 
210
  *Thank you to everyone who shares feedback for GA Google Analytics!*
211
 
212
+ **20190220**
213
+
214
+ * Just a version bump for compat with WP 5.1
215
+ * Full update coming soon :)
216
+
217
  **20180828**
218
 
219
  * Corrects incorrect syntax for gtag tacking code