Changeset 2467534
- Timestamp:
- 02/03/2021 02:54:26 AM (5 years ago)
- Location:
- ebecas/tags/1.9
- Files:
-
- 16 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_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/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)
-
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) (1 diff)
-
uninstall.php (copied) (copied from ebecas/trunk/uninstall.php)
Legend:
- Unmodified
- Added
- Removed
-
ebecas/tags/1.9/eit-ebecas.php
r2467512 r2467534 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: 1. 87 Version: 1.9 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', '1. 0' );37 define( 'EIT_EBECAS_VERSION', '1.9' ); 38 38 39 39 define( 'EIT_EBECAS_REQUIRED_WP_VERSION', '5.3' ); -
ebecas/tags/1.9/readme.txt
r2467512 r2467534 114 114 == Changelog == 115 115 116 = 1.9 = 117 * Bug fixed - added cache busting (Load latest css/js resources) 118 116 119 = 1.8 = 117 120 * UI changes - Changed application form user interface.
Note: See TracChangeset
for help on using the changeset viewer.