Skip to content

Commit 7a23898

Browse files
committed
2.0.7.16
1 parent 49bed0d commit 7a23898

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ private void Save(int version, ChangeLogDisplayType type)
4343

4444
private static void Add2_0_7_16(Changelog log)
4545
=> log.NextVersion("Version 2.0.7.16")
46-
.RegisterHighlight("Support for 7.2 and Dalamud API 12.")
47-
.RegisterEntry("Source code maintenance - external libraries update.");
46+
.RegisterImportant("Support for update 7.2 and Dalamud API 12.");
4847

4948
private static void Add2_0_7_15(Changelog log)
5049
=> log.NextVersion("Version 2.0.7.15")
@@ -71,7 +70,7 @@ private static void Add2_0_7_9(Changelog log)
7170

7271
private static void Add2_0_7_2(Changelog log)
7372
=> log.NextVersion("Version 2.0.7.2")
74-
.RegisterHighlight("Support for 7.1 and Dalamud API 11.")
73+
.RegisterImportant("Support for 7.1 and Dalamud API 11.")
7574
.RegisterHighlight("Fixed an issue which prevented owned characters (such as Carbuncles and Trust NPCs) from being detected. (2.0.7.1)")
7675

7776
.RegisterEntry("Source code maintenance - external libraries update.");

repo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"TestingAssemblyVersion": "2.0.7.15",
1010
"RepoUrl": "https://github.com/Aether-Tools/CustomizePlus",
1111
"ApplicableVersion": "any",
12-
"DalamudApiLevel": 11,
13-
"TestingDalamudApiLevel": 11,
12+
"DalamudApiLevel": 12,
13+
"TestingDalamudApiLevel": 12,
1414
"IsHide": "False",
1515
"IsTestingExclusive": "False",
1616
"DownloadCount": 0,

0 commit comments

Comments
 (0)