From 0e6bb23829bb144531dbeadcaacb4a1bedb47d47 Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 25 Nov 2023 12:45:28 -0500 Subject: [PATCH] feat: update Eorzea Votes to 1.1.0 --- .../live => stable}/EorzeaVotes/images/icon.png | Bin stable/EorzeaVotes/manifest.toml | 10 ++++++++++ testing/live/EorzeaVotes/manifest.toml | 8 -------- 3 files changed, 10 insertions(+), 8 deletions(-) rename {testing/live => stable}/EorzeaVotes/images/icon.png (100%) create mode 100644 stable/EorzeaVotes/manifest.toml delete mode 100644 testing/live/EorzeaVotes/manifest.toml diff --git a/testing/live/EorzeaVotes/images/icon.png b/stable/EorzeaVotes/images/icon.png similarity index 100% rename from testing/live/EorzeaVotes/images/icon.png rename to stable/EorzeaVotes/images/icon.png diff --git a/stable/EorzeaVotes/manifest.toml b/stable/EorzeaVotes/manifest.toml new file mode 100644 index 0000000000..a42390ef7c --- /dev/null +++ b/stable/EorzeaVotes/manifest.toml @@ -0,0 +1,10 @@ +[plugin] +repository = 'https://git.anna.lgbt/anna/eorzea-votes.git' +commit = 'c3c95fb9e5d592bf3ab8b12789e3fa4bdfba95f5' +owners = [ 'lojewalo' ] +project_path = 'client' +changelog = """\ +- Fix window opening when it shouldn't +- Add option to configure refresh frequency +- Fix missing current year in breakdown +""" diff --git a/testing/live/EorzeaVotes/manifest.toml b/testing/live/EorzeaVotes/manifest.toml deleted file mode 100644 index ad4916fec5..0000000000 --- a/testing/live/EorzeaVotes/manifest.toml +++ /dev/null @@ -1,8 +0,0 @@ -[plugin] -repository = 'https://git.anna.lgbt/anna/eorzea-votes.git' -commit = '24dfc9ded54ca709759641555af17bafa11f4210' -owners = [ 'lojewalo' ] -project_path = 'client' -changelog = """\ -- Initial release -"""