Changeset 2469359
- Timestamp:
- 02/05/2021 09:04:54 AM (5 years ago)
- Location:
- ebecas/tags/2.0.2
- Files:
-
- 6 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 (copied) (copied from ebecas/trunk/includes)
-
includes/Eit_Ebecas_Api.php (copied) (copied from ebecas/trunk/includes/Eit_Ebecas_Api.php)
-
readme.txt (copied) (copied from ebecas/trunk/readme.txt) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ebecas/tags/2.0.2/eit-ebecas.php
r2469343 r2469359 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: 2. 27 Version: 2.0.2 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', '2. 2' );37 define( 'EIT_EBECAS_VERSION', '2.0.2' ); 38 38 39 39 define( 'EIT_EBECAS_REQUIRED_WP_VERSION', '5.3' ); -
ebecas/tags/2.0.2/readme.txt
r2469343 r2469359 5 5 Requires at least: 5.3 6 6 Tested up to: 5.6 7 Stable tag: 2. 27 Stable tag: 2.0.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 114 114 == Changelog == 115 115 116 = 2. 2 =116 = 2.0.2 = 117 117 * Changed default API base URL 118 118 * Added constants for API endpoints 119 119 120 = 2. 1 =120 = 2.0.1 = 121 121 * Bug fixed - Load resources (css/js) correctly 122 122
Note: See TracChangeset
for help on using the changeset viewer.