Plugin Directory

Changeset 820497


Ignore:
Timestamp:
12/12/2013 11:10:40 PM (12 years ago)
Author:
shockware
Message:

Bump version to 2.4.1

Location:
contact-form-7-datepicker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-datepicker/trunk/contact-form-7-datepicker.php

    r801570 r820497  
    55Description: Easily add a date field using jQuery UI's datepicker to your CF7 forms. This plugin depends on Contact Form 7.
    66Author: Aurel Canciu
    7 Version: 2.4.2
     7Version: 2.4.3
    88Author URI: https://github.com/relu/
    99*/
     
    3232
    3333    function __construct() {
    34         add_action('plugins_loaded', array($this, 'load_date_module'), 10);
     34        add_action('init', array($this, 'load_modules'), 10);
    3535
    3636        add_action('wpcf7_enqueue_scripts', array(__CLASS__, 'enqueue_js'));
     
    4444    }
    4545
    46     function load_date_module() {
     46    function load_modules() {
    4747        require_once dirname(__FILE__) . '/datetimepicker.php';
    4848        require_once dirname(__FILE__) . '/modules/datetime.php';
  • contact-form-7-datepicker/trunk/readme.txt

    r801570 r820497  
    33Tags: wordpress, datepicker, timepicker, date, time, calendar, contact form 7, forms, jqueryui
    44Requires at least: 3.6.1
    5 Tested up to: 3.7.1
    6 Stable tag: 2.4.2
     5Tested up to: 3.8
     6Stable tag: 2.4.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35
     36= 2.4.3 =
     37* Compatible with CF7 3.6
    3538
    3639= 2.4.2 =
Note: See TracChangeset for help on using the changeset viewer.