Changeset 2094604
- Timestamp:
- 05/24/2019 03:06:03 PM (7 years ago)
- Location:
- cf7-intelligence/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wpcf7-intel.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cf7-intelligence/trunk/readme.txt
r2018039 r2094604 4 4 Tags: analytics, contact, contact form, form, google analytics, marketing, metrics, stats, tracking, web form 5 5 Requires at least: 4.5 6 Tested up to: 5. 07 Stable tag: 1.1. 16 Tested up to: 5.2 7 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 110 110 = 1.1.1 = 111 111 * WP 5.0 support 112 113 = 1.1.2 = 114 * Fix uninstall bug -
cf7-intelligence/trunk/wpcf7-intel.php
r2018039 r2094604 16 16 * Plugin URI: https://wordpress.org/plugins/cf7-intelligence 17 17 * Description: Integrates Intelligence with Contact Form 7 enabling easy Google Analytics goal tracking and visitor intelligence gathering. 18 * Version: 1.1. 118 * Version: 1.1.2 19 19 * Author: LevelTen 20 20 * Author URI: https://intelligencewp.com … … 31 31 } 32 32 33 define('WPCF7_INTEL_VER', '1.1. 1');33 define('WPCF7_INTEL_VER', '1.1.2'); 34 34 35 35 if (0) { … … 260 260 'extends_plugin_un' => 'wpcf7', 261 261 'extends_plugin_title' => __('Contact Form 7', 'contact-form-7'), 262 'update_file' => 'wpcf7 -intel.install.php', // default [plugin_un].install262 'update_file' => 'wpcf7_intel.install.php', // default [plugin_un].install 263 263 ); 264 264 return $info; … … 973 973 974 974 function 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'; 976 976 wpcf7_intel_uninstall(); 977 977 }
Note: See TracChangeset
for help on using the changeset viewer.