File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.7.0 - Tag improvements (Breaking-S)
2
+ - Tags: Added ` getFullName() ` .
3
+ - Tags: Added ` getRelatedTags() ` .
4
+ - Tags: Added ` getLinks() ` .
5
+ - Tags: Fixed some constant names like ` BODY_VTKBIG ` => ` BODY_VTK_BIG ` .
6
+ - Filtering: Now leveraging the ` searchTweaks ` key in the database to help finding mods by search terms.
7
+ - Database: Big update with a lot more mods and tagging changes.
8
+ - Dependencies: Updated to Mod DB [ v2.2.0] ( https://github.com/Mistralys/cyberpunk-mod-db/releases/tag/2.2.0 ) .
9
+
10
+ ### Breaking changes
11
+
12
+ - ` TagInfoInterface::getLabel() ` renamed to ` getDescription() ` .
13
+ - Some tag constants in the ` TagNames ` class have been renamed.
14
+
1
15
## v1.6.2 - Minor tweaks
2
16
- Collections: Fixed the return type docs for the mod collection classes.
3
17
- Code: PHPStan checks clean up to level 9.
You can’t perform that action at this time.
0 commit comments