diff --git a/testing/live/EldenRing/images/icon.png b/stable/EldenRing/images/icon.png similarity index 100% rename from testing/live/EldenRing/images/icon.png rename to stable/EldenRing/images/icon.png diff --git a/stable/EldenRing/manifest.toml b/stable/EldenRing/manifest.toml new file mode 100644 index 0000000000..1056817a1d --- /dev/null +++ b/stable/EldenRing/manifest.toml @@ -0,0 +1,14 @@ +[plugin] +repository = "https://github.com/reiichi001/EldenRingDalamud.git" +commit = "bee85dce4ef4975102ec55407dfabdaccf082505" +owners = [ + "Roselyyn", + "reiichi001" +] +project_path = "EldenRing" +changelog = """ +Updated for API 9 Compatibility +- Switch from opcode to dutystate by MidoriKami +- Other API 9 update grabbed from Kurochi51's PR +- Moved to stable because it was formerly testing exclusive, but didn't need to be. +""" \ No newline at end of file diff --git a/testing/live/EldenRing/manifest.toml b/testing/live/EldenRing/manifest.toml deleted file mode 100644 index 874eea80c7..0000000000 --- a/testing/live/EldenRing/manifest.toml +++ /dev/null @@ -1,9 +0,0 @@ -[plugin] -repository = "https://github.com/reiichi001/EldenRingDalamud.git" -commit = "8f00a28d20274ffb64f712615ea2abe9047892a0" -owners = [ - "Roselyyn", - "reiichi001" -] -project_path = "EldenRing" -changelog = "API 8 Compatibility"