You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
Since version v2306 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
9
+
## v2505.1
10
+
11
+
### Added
12
+
13
+
- Update to ROOTS logo
14
+
- Update favicons to ROOTS favicons
15
+
- Change san-serif font to PT Sans (woff2), serif font unchanged
16
+
- Top ribbin gradient, colours changed and varibles introduced
17
+
- Update main menu colours to be high contrast
18
+
- Primary buttons are now black
19
+
- Update checkbox and radio to brand blue
20
+
- Update and 500.html template with optimized new ROOTs logo
21
+
- fix missing placebolder avatar images
22
+
23
+
-**Learning Nuggets App**:
24
+
- Introduced the **Learning Center** with views for listing learning categories and displaying individual nuggets.
25
+
- Added the necessary models (`LearningCategory`, `LearningCenterPage`, `LearningNuggetPage`) to add content via Wagtail.
26
+
- Created the respective URLs and views.
27
+
- Integrated **AJAX handling** for partial page updates in the Learning Center.
28
+
- Introduced custom permissions: `view_moderator_content`, `view_initiator_content`, `view_participant_content` for access to learning content based on user roles: **Moderator**, **Initiator**, **Participant**.
29
+
30
+
-**Wagtail Video Block**:
31
+
- Added a custom **Video Block** to the `apps/cms` module.
32
+
- The **Video Block** is now used within the blocks of the **Learning Nuggets**, allowing video content to be embedded and displayed alongside educational materials.
33
+
34
+
### Fixed
35
+
36
+
- project label should be `a4-roots` for the deployment to work
0 commit comments