Skip to content

Commit a261325

Browse files
committed
Update Readme for release 5.1.0.0
1 parent 59a1398 commit a261325

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Trema Theme for Moodle LMS
44
==========================
55

66
![PHP](https://img.shields.io/badge/PHP-v7.4%20to%20v8.3-blue.svg)
7-
![Moodle](https://img.shields.io/badge/Moodle-v4.0%20to%20v5.0-orange.svg)
7+
![Moodle](https://img.shields.io/badge/Moodle-v4.0%20to%20v5.1-orange.svg)
88
[![GitHub Issues](https://img.shields.io/github/issues/trema-tech/moodle-theme_trema.svg)](https://github.com/trema-tech/moodle-theme_trema/issues)
99
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-green.svg)](#contributing)
1010
[![License](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](#license)
@@ -39,6 +39,7 @@ All features from Boost (native Moodle theme) plus these Trema features:
3939

4040
- Frontpage
4141
- Configurable optional image banner or content slider with texts.
42+
- Frontpage drawer enable by default.
4243
- Banner title spacing.
4344
- Banner title text options for uppercase, lowercase, and capitalized.
4445
- Create up to six beautiful cards with custom content with icons.
@@ -51,7 +52,7 @@ All features from Boost (native Moodle theme) plus these Trema features:
5152
- Configurable footer background opacity and color.
5253
- Font and colors
5354
- Primary, secondary, navbar, body background, Log In button, drawer, and footer colors.
54-
- Choose from 15 different fonts for the site, page titles, and headings.
55+
- Choose from 15 different fonts for the site, banner titles, page titles, and headings.
5556
- Site text options for uppercase, lowercase, and capitalized.
5657
- Automatic font color selection.
5758
- General
@@ -61,20 +62,22 @@ All features from Boost (native Moodle theme) plus these Trema features:
6162
- The primary menu can be aligned to the left, center or the right.
6263
- Removable Log out link.
6364
- Custom favicon.
64-
- Exclusive Admin Dashboard with interesting site information for admins.
65+
- Exclusive Admin Dashboard with customizable site information for admins.
6566
- Optional decorative Trema Lines.
6667
- Enable a softer look by rounding some corners for buttons, cards, secondary navbars, etc.
6768
- Course cards
6869
- Show contacts and categories.
6970
- Course summary is available as a Moodle dialogue, a popover, or as a link.
7071
- Show or hide courses in hidden categories.
7172
- Course
73+
- Course enrolment page format as a list or card.
7274
- Show activity navigation buttons.
7375
- Hide activity icons on the course page.
7476
- Login
7577
- Optional background image for the login page.
7678
- Option to display the 'Create account' section first.
7779
- Hide login form (useful for OAuth2 authentication).
80+
- Enforce required profile fields on user creation by admins and users that have the capability to create a new user.
7881
- Hideable the profile fields on the registration page and edit the profile page.
7982
- Admin area block that can be seen and accessed only by the site administrator.
8083

lang/en/theme_trema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
$string['enabletremalines'] = 'Enable Trema Lines';
137137
$string['enabletremalines_desc'] = 'Enable Trema Lines: <br> <img class="img-responsive" src="{$a}">';
138138
$string['enforcerequiredprofilefields'] = 'Enforce required profile fields on user creation';
139-
$string['enforcerequiredprofilefields_desc'] = 'When enabled, user profile fields that are required will be enforced during user creation.';
139+
$string['enforcerequiredprofilefields_desc'] = 'When enabled, user profile fields that are required will be enforced during user creation by admins and users that have the capability to create a new user.';
140140
$string['favicon'] = 'Custom favicon';
141141
$string['favicon_desc'] = 'Upload your own favicon. It should be an .ico file.';
142142
$string['fonts'] = 'Fonts';

0 commit comments

Comments
 (0)