Plugin Directory

Changeset 3207940


Ignore:
Timestamp:
12/14/2024 11:28:38 AM (16 months ago)
Author:
mantrabrain
Message:

Update to version 0.0.22 from GitHub

Location:
sikshya
Files:
8 edited
1 copied

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
    115= 0.0.16 | 2022/01/19 =
    216* Added - Setup wizard on react js
  • sikshya/tags/0.0.22/includes/admin/views/html-students-list.php

    r2355876 r3207940  
    1515
    1616    <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']) ?>"/>
    1818        <?php $students->display() ?>
    1919    </form>
  • sikshya/tags/0.0.22/readme.txt

    r3081418 r3207940  
    22Contributors: MantraBrain, gangadharkashyap
    33Donate link: https://mantrabrain.com
    4 Tags: lms, elearning, education, learning management system, course, quizzes
     4Tags: lms, elearning, learning management system, course, quizzes
    55Requires at least: 4.7
    6 Tested up to: 6.5
     6Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 0.0.21
     8Stable tag: 0.0.22
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7272
    7373
    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  
    22/**
    33 *  Plugin Name:     Sikshya
    4  *  Version:         0.0.21
     4 *  Version:         0.0.22
    55 *  Plugin URI:      https://wordpress.org/plugins/sikshya
    66 *  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.
     
    1616// Define SIKSHYA_VERSION.
    1717if (!defined('SIKSHYA_VERSION')) {
    18     define('SIKSHYA_VERSION', '0.0.21');
     18    define('SIKSHYA_VERSION', '0.0.22');
    1919}
    2020
  • 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
    115= 0.0.16 | 2022/01/19 =
    216* Added - Setup wizard on react js
  • sikshya/trunk/includes/admin/views/html-students-list.php

    r2355876 r3207940  
    1515
    1616    <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']) ?>"/>
    1818        <?php $students->display() ?>
    1919    </form>
  • sikshya/trunk/readme.txt

    r3081418 r3207940  
    22Contributors: MantraBrain, gangadharkashyap
    33Donate link: https://mantrabrain.com
    4 Tags: lms, elearning, education, learning management system, course, quizzes
     4Tags: lms, elearning, learning management system, course, quizzes
    55Requires at least: 4.7
    6 Tested up to: 6.5
     6Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 0.0.21
     8Stable tag: 0.0.22
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7272
    7373
    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  
    22/**
    33 *  Plugin Name:     Sikshya
    4  *  Version:         0.0.21
     4 *  Version:         0.0.22
    55 *  Plugin URI:      https://wordpress.org/plugins/sikshya
    66 *  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.
     
    1616// Define SIKSHYA_VERSION.
    1717if (!defined('SIKSHYA_VERSION')) {
    18     define('SIKSHYA_VERSION', '0.0.21');
     18    define('SIKSHYA_VERSION', '0.0.22');
    1919}
    2020
Note: See TracChangeset for help on using the changeset viewer.