Plugin Directory

Changeset 1037896


Ignore:
Timestamp:
12/04/2014 02:13:21 AM (11 years ago)
Author:
nmarks
Message:

Preparing for 1.4.5 release

Location:
gravity-forms-google-analytics-event-tracking/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gravity-forms-google-analytics-event-tracking/trunk/README.txt

    r1037512 r1037896  
    44Requires at least: 3.5.2
    55Tested up to: 4.1
    6 Stable tag: 1.4.4
     6Stable tag: 1.4.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.4.5 =
     80* Fixed a bug where the source/medium was not being tracked correctly for PayPal Standard IPN Notification based conversions.
     81
    7982= 1.4.4 =
    8083* Added some information to the event settings section
  • gravity-forms-google-analytics-event-tracking/trunk/gravity-forms-event-tracking.php

    r1037512 r1037896  
    1111 * Plugin URI:        https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/
    1212 * Description:       Add Google Analytics event tracking to your Gravity Forms with ease.
    13  * Version:           1.4.4
     13 * Version:           1.4.5
    1414 * Author:            Nathan Marks
    1515 * Author URI:        http://www.nvisionsolutions.ca
  • gravity-forms-google-analytics-event-tracking/trunk/public/class-gravity-forms-event-tracking.php

    r1035716 r1037896  
    192192        // Fetch the cookie we saved previously and set it into the cookie global
    193193        // The php analytics library looks for this
    194         $_COOKIE['_ga'] = gform_get_meta( $entry['ID'], 'ga_cookie' );
     194        $_COOKIE['_ga'] = gform_get_meta( $entry['id'], 'ga_cookie' );
    195195
    196196        $form = GFFormsModel::get_form_meta( $entry['form_id'] );
Note: See TracChangeset for help on using the changeset viewer.