We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70bb97 commit 672f00eCopy full SHA for 672f00e
README.md
@@ -22,7 +22,12 @@ Add the mod to your `mod.json`:
22
"dependencies": [
23
{
24
"id": "jouca.badgesapi",
25
- "version": ">=v1.2.0",
+ "version": ">=v1.2.1",
26
+ "importance": "required"
27
+ },
28
+ {
29
+ "id": "geode.node-ids",
30
+ "version": ">=v1.20.0",
31
"importance": "required"
32
}
33
]
changelog.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+## <cj>v1.2.1</c> <cb>(2025-02-25)</c>
3
+* <cy>Fixed</c> data from badges not sent on badges menu
4
+
5
## <cj>v1.2.0</c> <cb>(2024-11-21)</c>
6
* <cp>Badges API ported to Geode 4.0.1 (GD 2.2074)</c>
7
* <cg>Added</c> tags for the mod
0 commit comments