Skip to content

Commit

Permalink
Merge pull request #106 from WisdmLabs/dev40
Browse files Browse the repository at this point in the history
dev40 merged into stable40
  • Loading branch information
jishan-ansari2000 authored Feb 12, 2025
2 parents d89c783 + 3a3831a commit 6ddf46b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
CHANGES LOG

Version 4.1.13
=============
Fix - The issue of the "Add Section" button not being visible has been resolved.

Version 4.1.12
=============
Feature - In edit mode moodle format will be visible for easy editing.
Tweak - Further UI/UX improvements done in list and card layouts.

Version 4.1.11
=============
Fix - Resolved the issue where hidden sections were visible as empty cards to students.
Expand Down
2 changes: 1 addition & 1 deletion classes/output/courseformat/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ class content extends content_base {
*
* The responsible for the buttons is core_courseformat\output\local\content\section.
*/
protected $hasaddsection = false;
protected $hasaddsection = true;

}
2 changes: 1 addition & 1 deletion classes/output/courseformat/content/section.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace format_topics\output\courseformat\content;
namespace format_remuiformat\output\courseformat\content;

use core_courseformat\base as course_format;
use core_courseformat\output\local\content\section as section_base;
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2025012000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '4.1.12';
$plugin->version = 2025021200; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '4.1.13';
$plugin->requires = 2022041900; // Requires this Moodle version (Moodle V4.0).
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'format_remuiformat'; // Full name of the plugin (used for diagnostics).

0 comments on commit 6ddf46b

Please sign in to comment.