From 7a238986ef5dc3d9f4ebfddbc4417f0ee0dcbf74 Mon Sep 17 00:00:00 2001 From: RisaDev <151885272+RisaDev@users.noreply.github.com> Date: Sat, 29 Mar 2025 11:56:31 +0300 Subject: [PATCH] 2.0.7.16 --- CustomizePlus/UI/Windows/CPlusChangeLog.cs | 5 ++--- repo.json | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CustomizePlus/UI/Windows/CPlusChangeLog.cs b/CustomizePlus/UI/Windows/CPlusChangeLog.cs index 0dd1caf..fb1a64a 100644 --- a/CustomizePlus/UI/Windows/CPlusChangeLog.cs +++ b/CustomizePlus/UI/Windows/CPlusChangeLog.cs @@ -43,8 +43,7 @@ public class CPlusChangeLog private static void Add2_0_7_16(Changelog log) => log.NextVersion("Version 2.0.7.16") - .RegisterHighlight("Support for 7.2 and Dalamud API 12.") - .RegisterEntry("Source code maintenance - external libraries update."); + .RegisterImportant("Support for update 7.2 and Dalamud API 12."); private static void Add2_0_7_15(Changelog log) => log.NextVersion("Version 2.0.7.15") @@ -71,7 +70,7 @@ public class CPlusChangeLog private static void Add2_0_7_2(Changelog log) => log.NextVersion("Version 2.0.7.2") - .RegisterHighlight("Support for 7.1 and Dalamud API 11.") + .RegisterImportant("Support for 7.1 and Dalamud API 11.") .RegisterHighlight("Fixed an issue which prevented owned characters (such as Carbuncles and Trust NPCs) from being detected. (2.0.7.1)") .RegisterEntry("Source code maintenance - external libraries update."); diff --git a/repo.json b/repo.json index 137c3a8..b360ae9 100644 --- a/repo.json +++ b/repo.json @@ -9,8 +9,8 @@ "TestingAssemblyVersion": "2.0.7.15", "RepoUrl": "https://github.com/Aether-Tools/CustomizePlus", "ApplicableVersion": "any", - "DalamudApiLevel": 11, - "TestingDalamudApiLevel": 11, + "DalamudApiLevel": 12, + "TestingDalamudApiLevel": 12, "IsHide": "False", "IsTestingExclusive": "False", "DownloadCount": 0,