Plugin Directory

Changeset 1335219


Ignore:
Timestamp:
01/25/2016 02:40:09 AM (10 years ago)
Author:
akosicb
Message:

Update to 1.0.7

Location:
contact-form-advanced-database
Files:
42 added
2 edited

Legend:

Unmodified
Added
Removed
  • contact-form-advanced-database/trunk/cf7_advance_db.php

    r1317717 r1335219  
    55 * Plugin URI: http://www.christianbautista.info/contact-form-advance-database
    66 * Description: A Very Simple plugin that will capture all the emails being sent using Contact Form 7 Plugin
    7  * Version: 1.0.6
     7 * Version: 1.0.7
    88 * Author: Christian A. Bautista
    99 * Author URI: http://www.christianbautista.info
  • contact-form-advanced-database/trunk/lib/cf7_adb.class.php

    r1317717 r1335219  
    4848   
    4949    function enqueueLibs($hook){
    50         if($hook == 'contact_page_cf7-adb'){
    5150            wp_enqueue_style( 'cf7-adb', CF7ADBURL.'/lib/css/style.css' );
    5251            wp_enqueue_script( 'cf7-dataTables', CF7ADBURL.'/lib/js/jquery.dataTables.min.js', array(), '1.10.6', true );
    53             wp_enqueue_script( 'cf7-script', CF7ADBURL.'/lib/js/cf7-script.js', array(), '1.0.0', true );
    54         }   
     52            wp_enqueue_script( 'cf7-script', CF7ADBURL.'/lib/js/cf7-script.js', array(), '1.0.0', true );       
    5553    }
    5654   
Note: See TracChangeset for help on using the changeset viewer.