Changeset 1649007
- Timestamp:
- 05/01/2017 02:12:38 PM (9 years ago)
- Location:
- chroma-google-analytics/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
includes/class-chroma_googleanalytics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chroma-google-analytics/trunk/README.txt
r1648935 r1649007 4 4 Requires at least: 4.0 5 5 Tested up to: 4.7 6 Stable tag: 1. 0.16 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 == Changelog == 38 38 39 = 1. 0.1 =39 = 1.1 = 40 40 * Added Tracking ID validation 41 41 -
chroma-google-analytics/trunk/includes/class-chroma_googleanalytics.php
r1648935 r1649007 30 30 public function __construct() { 31 31 $this->chroma_googleanalytics = 'chroma_googleanalytics'; 32 $this->version = '1. 0.1';32 $this->version = '1.1'; 33 33 34 34 // Define option/settins static variables
Note: See TracChangeset
for help on using the changeset viewer.