Changeset 3207940
- Timestamp:
- 12/14/2024 11:28:38 AM (16 months ago)
- Location:
- sikshya
- Files:
-
- 8 edited
- 1 copied
-
tags/0.0.22 (copied) (copied from sikshya/trunk)
-
tags/0.0.22/changelog.txt (modified) (1 diff)
-
tags/0.0.22/includes/admin/views/html-students-list.php (modified) (1 diff)
-
tags/0.0.22/readme.txt (modified) (2 diffs)
-
tags/0.0.22/sikshya.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/admin/views/html-students-list.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sikshya.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sikshya/tags/0.0.22/changelog.txt
r2812169 r3207940 1 = 0.0.21 | 2024/05/05 = 2 * Fixed - Version compatibility issue fixed 3 * Fixed - Minor php deprication issue fixed 4 5 6 = 0.0.19 | 2023/02/19 = 7 * Fixed - Section php warnign issue fixed 8 9 = 0.0.18 | 2023/02/19 = 10 * Fixed - Version compatibility 11 12 = 0.0.17 | 2022/11/04 = 13 * Fixed - Version compatibility 14 1 15 = 0.0.16 | 2022/01/19 = 2 16 * Added - Setup wizard on react js -
sikshya/tags/0.0.22/includes/admin/views/html-students-list.php
r2355876 r3207940 15 15 16 16 <form id="students-table" method="GET"> 17 <input type="hidden" name="page" value="<?php echo $_REQUEST['page']?>"/>17 <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']) ?>"/> 18 18 <?php $students->display() ?> 19 19 </form> -
sikshya/tags/0.0.22/readme.txt
r3081418 r3207940 2 2 Contributors: MantraBrain, gangadharkashyap 3 3 Donate link: https://mantrabrain.com 4 Tags: lms, elearning, education,learning management system, course, quizzes4 Tags: lms, elearning, learning management system, course, quizzes 5 5 Requires at least: 4.7 6 Tested up to: 6. 56 Tested up to: 6.7 7 7 Requires PHP: 7.2 8 Stable tag: 0.0.2 18 Stable tag: 0.0.22 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 72 72 73 73 74 = 0.0.21 | 2024/05/05 = 75 * Fixed - Version compatibility issue fixed 76 * Fixed - Minor php deprication issue fixed 77 78 79 = 0.0.19 | 2023/02/19 = 80 * Fixed - Section php warnign issue fixed 81 82 = 0.0.18 | 2023/02/19 = 83 * Fixed - Version compatibility 84 85 = 0.0.17 | 2022/11/04 = 86 * Fixed - Version compatibility 74 = 0.0.22 | 2024/12/14 = 75 * Fixed - xss vulnerability 76 * Fixed - WordPress version compatibility -
sikshya/tags/0.0.22/sikshya.php
r3081418 r3207940 2 2 /** 3 3 * Plugin Name: Sikshya 4 * Version: 0.0.2 14 * Version: 0.0.22 5 5 * Plugin URI: https://wordpress.org/plugins/sikshya 6 6 * Description: Sikshya is free Learning management system (LMS) for WordPress. It helps to create course, lessons, quizzes, questions and answers for your online course system. … … 16 16 // Define SIKSHYA_VERSION. 17 17 if (!defined('SIKSHYA_VERSION')) { 18 define('SIKSHYA_VERSION', '0.0.2 1');18 define('SIKSHYA_VERSION', '0.0.22'); 19 19 } 20 20 -
sikshya/trunk/changelog.txt
r2812169 r3207940 1 = 0.0.21 | 2024/05/05 = 2 * Fixed - Version compatibility issue fixed 3 * Fixed - Minor php deprication issue fixed 4 5 6 = 0.0.19 | 2023/02/19 = 7 * Fixed - Section php warnign issue fixed 8 9 = 0.0.18 | 2023/02/19 = 10 * Fixed - Version compatibility 11 12 = 0.0.17 | 2022/11/04 = 13 * Fixed - Version compatibility 14 1 15 = 0.0.16 | 2022/01/19 = 2 16 * Added - Setup wizard on react js -
sikshya/trunk/includes/admin/views/html-students-list.php
r2355876 r3207940 15 15 16 16 <form id="students-table" method="GET"> 17 <input type="hidden" name="page" value="<?php echo $_REQUEST['page']?>"/>17 <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']) ?>"/> 18 18 <?php $students->display() ?> 19 19 </form> -
sikshya/trunk/readme.txt
r3081418 r3207940 2 2 Contributors: MantraBrain, gangadharkashyap 3 3 Donate link: https://mantrabrain.com 4 Tags: lms, elearning, education,learning management system, course, quizzes4 Tags: lms, elearning, learning management system, course, quizzes 5 5 Requires at least: 4.7 6 Tested up to: 6. 56 Tested up to: 6.7 7 7 Requires PHP: 7.2 8 Stable tag: 0.0.2 18 Stable tag: 0.0.22 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 72 72 73 73 74 = 0.0.21 | 2024/05/05 = 75 * Fixed - Version compatibility issue fixed 76 * Fixed - Minor php deprication issue fixed 77 78 79 = 0.0.19 | 2023/02/19 = 80 * Fixed - Section php warnign issue fixed 81 82 = 0.0.18 | 2023/02/19 = 83 * Fixed - Version compatibility 84 85 = 0.0.17 | 2022/11/04 = 86 * Fixed - Version compatibility 74 = 0.0.22 | 2024/12/14 = 75 * Fixed - xss vulnerability 76 * Fixed - WordPress version compatibility -
sikshya/trunk/sikshya.php
r3081418 r3207940 2 2 /** 3 3 * Plugin Name: Sikshya 4 * Version: 0.0.2 14 * Version: 0.0.22 5 5 * Plugin URI: https://wordpress.org/plugins/sikshya 6 6 * Description: Sikshya is free Learning management system (LMS) for WordPress. It helps to create course, lessons, quizzes, questions and answers for your online course system. … … 16 16 // Define SIKSHYA_VERSION. 17 17 if (!defined('SIKSHYA_VERSION')) { 18 define('SIKSHYA_VERSION', '0.0.2 1');18 define('SIKSHYA_VERSION', '0.0.22'); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.