-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.4.8] - Sets the WordPress tested up to version to 6.4.2 - Resolved backslash issues when add extra fields with character (').
- Loading branch information
Showing
8 changed files
with
452 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<?php | ||
/** | ||
* @package Educare | ||
* @version 1.4.5 | ||
* @version 1.4.8 | ||
* @author FixBD <[email protected]> | ||
* @copyright GPL-2.0+ | ||
* @link http://github.com/fixbd/educare | ||
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
* | ||
* Plugin Name: Educare | ||
* Plugin URI: http://github.com/fixbd/educare | ||
* Description: Educare is a powerful online School/College students & results management system dev by FixBD. This plugin allows you to manage and publish students results. You can easily Add/Edit/Delete Students, Results, Class, Exam, Year Custom field and much more... Also you can import & export unlimited students and results just a click! | ||
* Version: 1.4.5 | ||
* 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. | ||
* Version: 1.4.8 | ||
* Author: FixBD | ||
* Author URI: http://github.com/fixbd | ||
* Author URI: http://fixbd.net | ||
* License: GPL-2.0+ | ||
* Text Domain: Educare | ||
* | ||
|
@@ -44,7 +44,7 @@ | |
|
||
// Make it simple! (Define Educare Name-Space) | ||
// Plugin Version | ||
define('EDUCARE_VERSION', '1.4.5'); | ||
define('EDUCARE_VERSION', '1.4.8'); | ||
// Settings Version | ||
define('EDUCARE_SETTINGS_VERSION', '1.0'); | ||
define('EDUCARE_RESULTS_VERSION', '1.0'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.