Changeset 820497
- Timestamp:
- 12/12/2013 11:10:40 PM (12 years ago)
- Location:
- contact-form-7-datepicker/trunk
- Files:
-
- 2 edited
-
contact-form-7-datepicker.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-datepicker/trunk/contact-form-7-datepicker.php
r801570 r820497 5 5 Description: Easily add a date field using jQuery UI's datepicker to your CF7 forms. This plugin depends on Contact Form 7. 6 6 Author: Aurel Canciu 7 Version: 2.4. 27 Version: 2.4.3 8 8 Author URI: https://github.com/relu/ 9 9 */ … … 32 32 33 33 function __construct() { 34 add_action(' plugins_loaded', array($this, 'load_date_module'), 10);34 add_action('init', array($this, 'load_modules'), 10); 35 35 36 36 add_action('wpcf7_enqueue_scripts', array(__CLASS__, 'enqueue_js')); … … 44 44 } 45 45 46 function load_ date_module() {46 function load_modules() { 47 47 require_once dirname(__FILE__) . '/datetimepicker.php'; 48 48 require_once dirname(__FILE__) . '/modules/datetime.php'; -
contact-form-7-datepicker/trunk/readme.txt
r801570 r820497 3 3 Tags: wordpress, datepicker, timepicker, date, time, calendar, contact form 7, forms, jqueryui 4 4 Requires at least: 3.6.1 5 Tested up to: 3. 7.16 Stable tag: 2.4. 25 Tested up to: 3.8 6 Stable tag: 2.4.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 34 34 == Changelog == 35 36 = 2.4.3 = 37 * Compatible with CF7 3.6 35 38 36 39 = 2.4.2 =
Note: See TracChangeset
for help on using the changeset viewer.