Plugin Directory

Changeset 2477425


Ignore:
Timestamp:
02/18/2021 11:53:53 PM (5 years ago)
Author:
janorkar
Message:

Committing Version 3.0.6

Location:
ebecas/trunk
Files:
10 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • ebecas/trunk/eit-ebecas.php

    r2476896 r2477425  
    55Plugin URI: https://ebecas.com.au/wordpress-plugin
    66Description: 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.5
     7Version: 3.0.6
    88Requires at least: 5.3
    99Requires PHP: 7.0
     
    3535define( 'EIT_EBECAS_PLUGIN', __FILE__ );
    3636
    37 define( 'EIT_EBECAS_VERSION', '3.0.5' );
     37define( 'EIT_EBECAS_VERSION', '3.0.6' );
    3838
    3939define( 'EIT_EBECAS_REQUIRED_WP_VERSION', '5.3' );
  • ebecas/trunk/includes/js/scripts.js

    r2476896 r2477425  
    505505                        if (type == FACULTY_TYPE_ENDDATE) {
    506506                            $("#calculate_price").remove();
    507                             endDate.val(moment(data.EndDate, 'DD/MM/YYYYY').format('DD-MM-YYYY'));
     507                            endDate.val(moment(data.EndDate, 'MM/DD/YYYYY').format('DD-MM-YYYY'));
    508508                        } else {
    509509                            weeks.val(data.Weeks);
  • ebecas/trunk/readme.txt

    r2476896 r2477425  
    55Requires at least: 5.3
    66Tested up to: 5.6
    7 Stable tag: 3.0.5
     7Stable tag: 3.0.6
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    119119
    120120== Changelog ==
     121= 3.0.6 =
     122* Fixed issue with date format
     123* Added all missing jquery-ui images
     124
    121125= 3.0.5 =
    122126* Fixed issue with date format
Note: See TracChangeset for help on using the changeset viewer.