Changeset 2476896
- Timestamp:
- 02/18/2021 09:37:28 AM (5 years ago)
- Location:
- ebecas/trunk
- Files:
-
- 3 edited
-
eit-ebecas.php (modified) (2 diffs)
-
includes/js/scripts.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ebecas/trunk/eit-ebecas.php
r2476097 r2476896 5 5 Plugin URI: https://ebecas.com.au/wordpress-plugin 6 6 Description: Using this plugin students can submit online application directly from school/college website. Submitted application with student details along with course and other products will be recorded in eBecas for further processing. 7 Version: 3.0. 47 Version: 3.0.5 8 8 Requires at least: 5.3 9 9 Requires PHP: 7.0 … … 35 35 define( 'EIT_EBECAS_PLUGIN', __FILE__ ); 36 36 37 define( 'EIT_EBECAS_VERSION', '3.0. 4' );37 define( 'EIT_EBECAS_VERSION', '3.0.5' ); 38 38 39 39 define( 'EIT_EBECAS_REQUIRED_WP_VERSION', '5.3' ); -
ebecas/trunk/includes/js/scripts.js
r2476097 r2476896 505 505 if (type == FACULTY_TYPE_ENDDATE) { 506 506 $("#calculate_price").remove(); 507 endDate.val(moment(data.EndDate, ' YYYY-MM-DD').format('DD-MM-YYYY'));507 endDate.val(moment(data.EndDate, 'DD/MM/YYYYY').format('DD-MM-YYYY')); 508 508 } else { 509 509 weeks.val(data.Weeks); -
ebecas/trunk/readme.txt
r2476097 r2476896 5 5 Requires at least: 5.3 6 6 Tested up to: 5.6 7 Stable tag: 3.0. 47 Stable tag: 3.0.5 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 119 119 120 120 == Changelog == 121 = 3.0.5 = 122 * Fixed issue with date format 123 121 124 = 3.0.4 = 122 125 * Added support for single school location
Note: See TracChangeset
for help on using the changeset viewer.