Changeset 3215400
- Timestamp:
- 12/31/2024 03:25:12 PM (14 months ago)
- Location:
- educare
- Files:
-
- 52 added
- 4 edited
-
tags/1.5.0 (added)
-
tags/1.5.0/Educare.php (added)
-
tags/1.5.0/LICENSE (added)
-
tags/1.5.0/assets (added)
-
tags/1.5.0/assets/css (added)
-
tags/1.5.0/assets/css/clone-field.css (added)
-
tags/1.5.0/assets/css/educare.css (added)
-
tags/1.5.0/assets/css/results.css (added)
-
tags/1.5.0/assets/files (added)
-
tags/1.5.0/assets/files/import_demo_results.csv (added)
-
tags/1.5.0/assets/files/import_demo_students.csv (added)
-
tags/1.5.0/assets/img (added)
-
tags/1.5.0/assets/img/achivement.svg (added)
-
tags/1.5.0/assets/img/cardbox.svg (added)
-
tags/1.5.0/assets/img/cover.svg (added)
-
tags/1.5.0/assets/img/default.jpg (added)
-
tags/1.5.0/assets/img/educare.svg (added)
-
tags/1.5.0/assets/img/fixbd.svg (added)
-
tags/1.5.0/assets/img/icon.svg (added)
-
tags/1.5.0/assets/img/loader.svg (added)
-
tags/1.5.0/assets/img/marks.svg (added)
-
tags/1.5.0/assets/js (added)
-
tags/1.5.0/assets/js/clone-field-1.0.js (added)
-
tags/1.5.0/assets/js/educare-wp.js (added)
-
tags/1.5.0/assets/js/educare.js (added)
-
tags/1.5.0/assets/js/paginate.js (added)
-
tags/1.5.0/changelog.md (added)
-
tags/1.5.0/includes (added)
-
tags/1.5.0/includes/admin (added)
-
tags/1.5.0/includes/admin/menu (added)
-
tags/1.5.0/includes/admin/menu.php (added)
-
tags/1.5.0/includes/admin/menu/about-us.php (added)
-
tags/1.5.0/includes/admin/menu/all-results.php (added)
-
tags/1.5.0/includes/admin/menu/all-students.php (added)
-
tags/1.5.0/includes/admin/menu/management.php (added)
-
tags/1.5.0/includes/admin/menu/mark-sheed.php (added)
-
tags/1.5.0/includes/admin/menu/performance.php (added)
-
tags/1.5.0/includes/admin/menu/settings.php (added)
-
tags/1.5.0/includes/database (added)
-
tags/1.5.0/includes/database/default-settings.php (added)
-
tags/1.5.0/includes/database/educare-database.php (added)
-
tags/1.5.0/includes/functions.php (added)
-
tags/1.5.0/includes/support (added)
-
tags/1.5.0/includes/support/educare-custom-results-card.php (added)
-
tags/1.5.0/includes/support/educare-custom-results-form.php (added)
-
tags/1.5.0/includes/support/educare-default-results-card.php (added)
-
tags/1.5.0/includes/support/educare-themes.php (added)
-
tags/1.5.0/includes/support/grading-systems.php (added)
-
tags/1.5.0/readme.txt (added)
-
tags/1.5.0/templates (added)
-
tags/1.5.0/templates/users (added)
-
tags/1.5.0/templates/users/results_systems.php (added)
-
trunk/Educare.php (modified) (3 diffs)
-
trunk/changelog.md (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/templates/users/results_systems.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
educare/trunk/Educare.php
r3072941 r3215400 2 2 /** 3 3 * @package Educare 4 * @version 1. 4.94 * @version 1.5.0 5 5 * @author FixBD <fixbd.org@gmail.com> 6 6 * @copyright GPL-2.0+ … … 11 11 * Plugin URI: http://github.com/fixbd/educare 12 12 * Description: Educare is a online Students & Results management system developed by FixBD. This powerful results management plugin is built to easily manage institute, academy, or student results online. Designed to be universally adaptable, this solution seamlessly integrates with result systems across the world. No matter the format, Educare supports diverse result systems, making it your go-to choice for streamlined and efficient management. 13 * Version: 1. 4.913 * Version: 1.5.0 14 14 * Author: FixBD 15 15 * Author URI: http://fixbd.net … … 45 45 // Make it simple! (Define Educare Name-Space) 46 46 // Plugin Version 47 define('EDUCARE_VERSION', '1. 4.9');47 define('EDUCARE_VERSION', '1.5.0'); 48 48 // Settings Version 49 49 define('EDUCARE_SETTINGS_VERSION', '1.0'); -
educare/trunk/changelog.md
r3072941 r3215400 1 ## [1.5.0] 2 3 - Fixed an issue causing invalid results to display on the front end. 4 - Addressed a problem where results were not displayed when added without a subject. 5 - Updated "Tested up to" WordPress version to 6.7.1 6 1 7 ## [1.4.9] 2 8 3 - Set sthe WordPress tested up to version to 6.5.29 - Set the WordPress tested up to version to 6.5.2 4 10 5 11 ## [1.4.8] 6 12 7 - Set sthe WordPress tested up to version to 6.4.213 - Set the WordPress tested up to version to 6.4.2 8 14 - Resolved backslash issues when add extra fields with character ('). 9 15 … … 17 23 18 24 - Removed unnecessary code and comments. 19 - Set sthe WordPress tested up to version to 6.3.125 - Set the WordPress tested up to version to 6.3.1 20 26 21 27 ## [1.4.5] -
educare/trunk/readme.txt
r3072941 r3215400 2 2 3 3 Contributors: fixbd 4 GitHub link: https://github.com/fixbd/educare 5 Tags: Result management, Academic, Results, Students, Education, School, College, Exam, School management, publish results, Coaching Center 6 Requires at least: 3.8 7 Tested up to: 6.5.2 8 Requires PHP: 5.2.4 9 Stable tag: 1.4.9 4 Donate link: https://buymeacoffee.com/fixbd 10 5 License: GPLv2 or later 11 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 Tags: Academic, Education, Result Management, Results, Students & School Management 8 Requires at least: 3.8 9 Tested up to: 6.7.1 10 Stable tag: 1.5.0 11 Requires PHP: 5.2.4 12 12 13 13 No. 1 Academic Students & Result Management solutions For WordPress. Educare Help You To Easily Publish And Manage Any Type Of Results At Online. … … 19 19 Educare is a online Students & Results management system developed by FixBD. This powerful results management plugin is built to easily manage institute, academy, or student results online. Designed to be universally adaptable, this solution seamlessly integrates with result systems across the world. No matter the format, Educare supports diverse result systems, making it your go-to choice for streamlined and efficient management. 20 20 21 [youtube https://youtu.be/ U29ZoNDBiDU]21 [youtube https://youtu.be/WN17qvzBqDs] 22 22 23 23 Educare is free and always will be, but it has a premium version that is even more functional and powerful. 24 24 25 25 Please note: This is an old video. We are updating Educare regularly. More features have been added in the updated version. We will upload it soon. 26 27 [youtube https://youtu.be/AlNzzWjNmjk] 26 28 27 29 == Features == … … 411 413 == Changelog == 412 414 413 Here are the highlights of the last four updates: 415 Here are the highlights of the last few updates: 416 417 = [1.5.0] = 418 419 * Fixed an issue causing invalid results to display on the front end. 420 * Addressed a problem where results were not displayed when added without a subject. 421 * Updated "Tested up to" WordPress version to 6.7.1 414 422 415 423 = [1.4.9] = -
educare/trunk/templates/users/results_systems.php
r2944930 r3215400 181 181 $gpa += $add_optinal_mark; 182 182 if (count($main_subjects) >= 0) { 183 $gpa /= count($main_subjects); 183 184 if ($main_subjects) { 185 $gpa /= count($main_subjects); 186 } 187 184 188 // ignore unnecessary digits! 185 189 $gpa = number_format((float)$gpa, 2, '.', '');
Note: See TracChangeset
for help on using the changeset viewer.