Skip to content

Commit 85c7448

Browse files
committed
dependencies: update a4 tag
1 parent 1b32258 commit 85c7448

File tree

7 files changed

+35
-33
lines changed

7 files changed

+35
-33
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
55
Since version v2306 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
37+
- update square logo
38+
39+
840
## v2501.4
941

1042
### Added

changelog/0000.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/0001.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog/_31.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

changelog/_79.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fortawesome/fontawesome-free": "5.15.4",
1919
"@maplibre/maplibre-gl-leaflet": "0.0.22",
2020
"@react-leaflet/core": "^2.1.0",
21-
"adhocracy4": "git+https://github.com/liqd/adhocracy4#aplus-v2501.1.2",
21+
"adhocracy4": "git+https://github.com/liqd/adhocracy4#roots-v2505.1",
2222
"autoprefixer": "10.4.20",
2323
"bootstrap": "5.2.3",
2424
"css-loader": "7.1.2",
@@ -113,4 +113,4 @@
113113
"make lint-python-files"
114114
]
115115
}
116-
}
116+
}

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A4
2-
git+https://github.com/liqd/adhocracy4.git@aplus-v2501.1.2#egg=adhocracy4
2+
git+https://github.com/liqd/adhocracy4.git@roots-v2505.1#egg=adhocracy4
33

44
# Additional requirements
55
brotli==1.1.0

0 commit comments

Comments
 (0)