Changeset 1264431
- Timestamp:
- 10/12/2015 09:13:26 PM (10 years ago)
- Location:
- contact-form-7-datepicker/trunk
- Files:
-
- 2 edited
-
contact-form-7-datepicker.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-datepicker/trunk/contact-form-7-datepicker.php
r1260282 r1264431 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.5 7 Version: 2.5.1 8 8 Author URI: https://github.com/relu/ 9 9 */ … … 63 63 wp_enqueue_script( 64 64 'jquery-ui-' . $regional, 65 $proto . '://ajax.googleapis.com/ajax/libs/jqueryui/' . self::JQUERYUI_VERSION . '/i18n/ jquery.ui.datepicker-' . $regional . '.min.js',65 $proto . '://ajax.googleapis.com/ajax/libs/jqueryui/' . self::JQUERYUI_VERSION . '/i18n/datepicker-' . $regional . '.min.js', 66 66 array('jquery-ui-datepicker'), 67 67 self::JQUERYUI_VERSION, -
contact-form-7-datepicker/trunk/readme.txt
r1260282 r1264431 4 4 Requires at least: 3.6.1 5 5 Tested up to: 4.3.1 6 Stable tag: 2.5 6 Stable tag: 2.5.1 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.5.1 = 37 * Fix i18n 35 38 36 39 = 2.5 =
Note: See TracChangeset
for help on using the changeset viewer.