Plugin Directory

Changeset 2978808


Ignore:
Timestamp:
10/13/2023 01:51:11 PM (2 years ago)
Author:
macbookandrew
Message:

Update to version 1.8.9 from GitHub

Location:
cf7-google-analytics
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cf7-google-analytics/tags/1.8.9/cf7-google-analytics.php

    r2624045 r2978808  
    55 * Description: Adds Google Analytics Event Tracking to all Contact Form 7 forms.
    66 * Tags: contact form, contact form 7, cf7, contactform7, google analytics, ga, universal, forms, form, track, tracking, event, events, goal, goals
    7  * Version: 1.8.8
     7 * Version: 1.8.9
    88 * Author: Andrew Minion
    99 * Author URI: https://www.andrewrminion.com
  • cf7-google-analytics/tags/1.8.9/inc/class-cf7-google-analytics.php

    r2014550 r2978808  
    107107
    108108        /** Check version and load the correct file */
    109         $wpcf7 = get_option( 'wpcf7' );
     109        $wpcf7 = get_option( 'wpcf7', array( 'version' => '5' ) );
    110110        if ( $wpcf7['version'] <= '4.7' ) {
    111111            // TODO: drop support.
  • cf7-google-analytics/tags/1.8.9/readme.txt

    r2867499 r2978808  
    44Donate link: https://cash.me/$AndrewRMinionDesign
    55Requires at least: 4.3
    6 Tested up to: 6.0.0
    7 Stable tag: 1.8.8
     6Tested up to: 6.3.0
     7Stable tag: 1.8.9
    88License: GPL2
    99
     
    101101== Changelog ==
    102102
     103= 1.8.9 =
     104- Fix undefined index issue in new installations
     105
    103106= 1.8.8 =
    104107- Update tested-up-to version and automatic deployment.
  • cf7-google-analytics/trunk/cf7-google-analytics.php

    r2624045 r2978808  
    55 * Description: Adds Google Analytics Event Tracking to all Contact Form 7 forms.
    66 * Tags: contact form, contact form 7, cf7, contactform7, google analytics, ga, universal, forms, form, track, tracking, event, events, goal, goals
    7  * Version: 1.8.8
     7 * Version: 1.8.9
    88 * Author: Andrew Minion
    99 * Author URI: https://www.andrewrminion.com
  • cf7-google-analytics/trunk/inc/class-cf7-google-analytics.php

    r2014550 r2978808  
    107107
    108108        /** Check version and load the correct file */
    109         $wpcf7 = get_option( 'wpcf7' );
     109        $wpcf7 = get_option( 'wpcf7', array( 'version' => '5' ) );
    110110        if ( $wpcf7['version'] <= '4.7' ) {
    111111            // TODO: drop support.
  • cf7-google-analytics/trunk/readme.txt

    r2867499 r2978808  
    44Donate link: https://cash.me/$AndrewRMinionDesign
    55Requires at least: 4.3
    6 Tested up to: 6.0.0
    7 Stable tag: 1.8.8
     6Tested up to: 6.3.0
     7Stable tag: 1.8.9
    88License: GPL2
    99
     
    101101== Changelog ==
    102102
     103= 1.8.9 =
     104- Fix undefined index issue in new installations
     105
    103106= 1.8.8 =
    104107- Update tested-up-to version and automatic deployment.
Note: See TracChangeset for help on using the changeset viewer.