Changeset 1750722 for goolytics-simple-google-analytics
- Timestamp:
- 10/22/2017 06:08:32 PM (8 years ago)
- Location:
- goolytics-simple-google-analytics/trunk
- Files:
-
- 2 edited
-
goolytics.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goolytics-simple-google-analytics/trunk/goolytics.php
r1548267 r1750722 2 2 /* 3 3 Plugin Name: Goolytics - Simple Google Analytics 4 Version: 1.0. 44 Version: 1.0.5 5 5 Plugin URI: https://www.schloebe.de/wordpress/goolytics-plugin/ 6 6 Description: A simple Google Analytics solution that works without slowing down your WordPress installation. … … 11 11 12 12 13 Copyright 2013-201 6Oliver Schlöbe (email : scripts@schloebe.de)13 Copyright 2013-2017 Oliver Schlöbe (email : scripts@schloebe.de) 14 14 15 15 This program is free software; you can redistribute it and/or modify … … 38 38 * Define the plugin version 39 39 */ 40 define("GOOLYTICSVERSION", "1.0. 4");40 define("GOOLYTICSVERSION", "1.0.5"); 41 41 42 42 /** -
goolytics-simple-google-analytics/trunk/readme.txt
r1548267 r1750722 4 4 Tags: google, analytics, web tracking, tracking, goolytics 5 5 Requires at least: 3.0 6 Tested up to: 4. 7.99996 Tested up to: 4.8.9999 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 44 44 == Changelog == 45 45 46 = 1.0.5 = 47 * WordPress 4.8 compatibility 48 46 49 = 1.0.4 = 47 50 * WordPress 4.7 compatibility
Note: See TracChangeset
for help on using the changeset viewer.