Plugin Directory

Changeset 2094604


Ignore:
Timestamp:
05/24/2019 03:06:03 PM (7 years ago)
Author:
tomdude
Message:

rolling release/1.1.2

Location:
cf7-intelligence/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cf7-intelligence/trunk/readme.txt

    r2018039 r2094604  
    44Tags: analytics, contact, contact form, form, google analytics, marketing, metrics, stats, tracking, web form
    55Requires at least: 4.5
    6 Tested up to: 5.0
    7 Stable tag: 1.1.1
     6Tested up to: 5.2
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    110110= 1.1.1 =
    111111* WP 5.0 support
     112
     113= 1.1.2 =
     114* Fix uninstall bug
  • cf7-intelligence/trunk/wpcf7-intel.php

    r2018039 r2094604  
    1616* Plugin URI:        https://wordpress.org/plugins/cf7-intelligence
    1717* Description:       Integrates Intelligence with Contact Form 7 enabling easy Google Analytics goal tracking and visitor intelligence gathering.
    18 * Version:           1.1.1
     18* Version:           1.1.2
    1919* Author:            LevelTen
    2020* Author URI:        https://intelligencewp.com
     
    3131}
    3232
    33 define('WPCF7_INTEL_VER', '1.1.1');
     33define('WPCF7_INTEL_VER', '1.1.2');
    3434
    3535if (0) {
     
    260260      'extends_plugin_un' => 'wpcf7',
    261261      'extends_plugin_title' => __('Contact Form 7', 'contact-form-7'),
    262       'update_file' => 'wpcf7-intel.install.php', // default [plugin_un].install
     262      'update_file' => 'wpcf7_intel.install.php', // default [plugin_un].install
    263263    );
    264264    return $info;
     
    973973
    974974function wpcf7_intel_uninstall_hook() {
    975   require_once plugin_dir_path( __FILE__ ) . 'wpcf7-intel.install.php';
     975  require_once plugin_dir_path( __FILE__ ) . 'wpcf7_intel.install.php';
    976976  wpcf7_intel_uninstall();
    977977}
Note: See TracChangeset for help on using the changeset viewer.