Plugin Directory

Changeset 986769


Ignore:
Timestamp:
09/10/2014 08:12:19 PM (12 years ago)
Author:
segmentio
Message:

merge 1.0.5 into svn

Location:
segmentio/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • segmentio/trunk/analytics-wordpress.php

    r980785 r986769  
    148148    public static function page( $category = '', $name = '', $properties = array(), $options = array(), $http_event = false ) {
    149149
     150        // Set the proper `library` option so we know where the API calls come from.
     151        $options['library'] = 'analytics-wordpress';
     152
    150153        include_once( SEG_FILE_PATH . '/templates/page.php' );
    151154
     
    179182     * Current plugin version.
    180183     */
    181     const VERSION = '1.0.4';
     184    const VERSION = '1.0.5';
    182185
    183186    /**
  • segmentio/trunk/readme.txt

    r980785 r986769  
    44Requires at least: 3.6
    55Tested up to: 4.0
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676== Changelog ==
    7777
     78= 1.0.5 =
     79* Add context information to page calls.
     80
    7881= 1.0.4 =
    7982* Fixed identify() method to only be called for logged-in users and commenters.
Note: See TracChangeset for help on using the changeset viewer.