Changeset 2476893
- Timestamp:
- 02/18/2021 09:35:45 AM (5 years ago)
- Location:
- ebecas/tags/3.0.5
- Files:
-
- 18 copied
-
. (copied) (copied from ebecas/trunk)
-
admin/Eit_Ebecas_Settings.php (copied) (copied from ebecas/trunk/admin/Eit_Ebecas_Settings.php)
-
eit-ebecas.php (copied) (copied from ebecas/trunk/eit-ebecas.php) (2 diffs)
-
includes/Eit_Ebecas_Api.php (copied) (copied from ebecas/trunk/includes/Eit_Ebecas_Api.php)
-
includes/Eit_Ebecas_App.php (copied) (copied from ebecas/trunk/includes/Eit_Ebecas_App.php)
-
includes/Eit_Ebecas_Controller.php (copied) (copied from ebecas/trunk/includes/Eit_Ebecas_Controller.php)
-
includes/Eit_Ebecas_Email_Verification.php (copied) (copied from ebecas/trunk/includes/Eit_Ebecas_Email_Verification.php)
-
includes/Eit_Ebecas_Functions.php (copied) (copied from ebecas/trunk/includes/Eit_Ebecas_Functions.php)
-
includes/css/images (copied) (copied from ebecas/trunk/includes/css/images)
-
includes/css/jquery-ui.min.css (copied) (copied from ebecas/trunk/includes/css/jquery-ui.min.css)
-
includes/css/styles.css (copied) (copied from ebecas/trunk/includes/css/styles.css)
-
includes/js/scripts.js (copied) (copied from ebecas/trunk/includes/js/scripts.js) (1 diff)
-
includes/recaptcha/recaptcha.php (copied) (copied from ebecas/trunk/includes/recaptcha/recaptcha.php)
-
includes/recaptcha/script.js (copied) (copied from ebecas/trunk/includes/recaptcha/script.js)
-
license.txt (copied) (copied from ebecas/trunk/license.txt)
-
public/Eit_Ebecas_Student_Portal.php (copied) (copied from ebecas/trunk/public/Eit_Ebecas_Student_Portal.php)
-
readme.txt (copied) (copied from ebecas/trunk/readme.txt) (2 diffs)
-
uninstall.php (copied) (copied from ebecas/trunk/uninstall.php)
Legend:
- Unmodified
- Added
- Removed
-
ebecas/tags/3.0.5/eit-ebecas.php
r2476097 r2476893 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/tags/3.0.5/includes/js/scripts.js
r2476097 r2476893 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/tags/3.0.5/readme.txt
r2476097 r2476893 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.