Changeset 986769
- Timestamp:
- 09/10/2014 08:12:19 PM (12 years ago)
- Location:
- segmentio/trunk
- Files:
-
- 2 edited
-
analytics-wordpress.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
segmentio/trunk/analytics-wordpress.php
r980785 r986769 148 148 public static function page( $category = '', $name = '', $properties = array(), $options = array(), $http_event = false ) { 149 149 150 // Set the proper `library` option so we know where the API calls come from. 151 $options['library'] = 'analytics-wordpress'; 152 150 153 include_once( SEG_FILE_PATH . '/templates/page.php' ); 151 154 … … 179 182 * Current plugin version. 180 183 */ 181 const VERSION = '1.0. 4';184 const VERSION = '1.0.5'; 182 185 183 186 /** -
segmentio/trunk/readme.txt
r980785 r986769 4 4 Requires at least: 3.6 5 5 Tested up to: 4.0 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 76 76 == Changelog == 77 77 78 = 1.0.5 = 79 * Add context information to page calls. 80 78 81 = 1.0.4 = 79 82 * Fixed identify() method to only be called for logged-in users and commenters.
Note: See TracChangeset
for help on using the changeset viewer.