Plugin Directory

Changeset 817417


Ignore:
Timestamp:
12/09/2013 01:43:05 PM (12 years ago)
Author:
smoo1337
Message:

Fixed little bug

Location:
cf7fi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cf7fi/trunk/README.txt

    r816915 r817417  
    55Requires at least: 3.5.1
    66Tested up to: 3.7.1
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • cf7fi/trunk/cf7fi.php

    r816910 r817417  
    1616 * Plugin URI:  TODO
    1717 * Description: Integrate the Formisimo Tracking for Contact Form 7
    18  * Version:     1.0.0
     18 * Version:     1.0.1
    1919 * Author:      Marcus Franke
    2020 * Author URI:  www.internet-marketing-dresen.de
  • cf7fi/trunk/class-cf7fi.php

    r816910 r817417  
    7777        add_action( 'admin_menu', array( $this, 'add_plugin_admin_menu' ) );
    7878
    79         add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
    80 
    8179        add_action('wpcf7_admin_after_general_settings', array($this, 'add_meta_box'));
    8280        add_action('wpcf7_after_save', array($this, 'save_settings'));
Note: See TracChangeset for help on using the changeset viewer.