Skip to content

Commit

Permalink
2.1.51-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldpaw committed Sep 27, 2022
1 parent fb976e8 commit c535389
Show file tree
Hide file tree
Showing 40 changed files with 5,477 additions and 4,864 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,7 @@ jobs:
with:
fetch-depth: 0 # gets git history for changelogs

- name: Package Retail
- name: Package
uses: BigWigsMods/packager@v2
with:
args: -g retail -m .pkgmeta

- name: Package Classic
uses: BigWigsMods/packager@v2
with:
args: -g classic -m .pkgmeta

- name: Package BC
uses: BigWigsMods/packager@v2
with:
args: -g bcc -m .pkgmeta
args: -m .pkgmeta
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.51-Release] 2022-09-27
- Updated for Wrath Classic.

## [2.1.50-Release] 2022-05-31
- Bump toc to WoW client patch 9.2.5.

Expand Down
5 changes: 1 addition & 4 deletions SimpleClassPower/SimpleClassPower.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## Interface: 90205
## Interface-Retail: 90205
## Interface-Classic: 11402
## Interface-BCC: 20504
## Interface: 90207

## Title: SimpleClassPower
## Notes: |cff666666By Lars Norberg.|r|n|n|cff4488ffPayPal|r|cffffffff:|r |n|cffffffffwww.paypal.me/GoldpawsStuff|r|n|n|cff4488ffPatreon|r|cffffffff:|r |n|cffffffffwww.patreon.com/GoldpawsStuff|r
Expand Down
39 changes: 39 additions & 0 deletions SimpleClassPower/SimpleClassPower_TBC.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Interface: 20504

## Title: SimpleClassPower
## Notes: |cff666666By Lars Norberg.|r|n|n|cff4488ffPayPal|r|cffffffff:|r |n|cffffffffwww.paypal.me/GoldpawsStuff|r|n|n|cff4488ffPatreon|r|cffffffff:|r |n|cffffffffwww.patreon.com/GoldpawsStuff|r
## Author: Lars Norberg
## Version: @project-version@

## X-Category: Interface Enhancements
## X-Curse-Project-ID: 296245
## X-Wago-ID: qv63j7Nb
## X-License: Custom

## SavedVariables: SimpleClassPower_DB

# Addon libraries & plugins, the main engine of it all
back-end\wheel.lua
back-end\libraries.xml
back-end\plugins.xml
back-end\tools.xml

# Addon localization
locale\enUS.lua
locale\esES.lua
locale\esMX.lua
locale\esMX.lua
locale\frFR.lua
locale\koKR.lua
locale\ptBR.lua
locale\ptPT.lua
locale\ruRU.lua
locale\zhCN.lua
locale\zhTW.lua

# Addon specific data tables and methods.
front-end\private.lua
front-end\stylesheet.lua

# Main addon module
front-end\root.lua
39 changes: 39 additions & 0 deletions SimpleClassPower/SimpleClassPower_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Interface: 11403

## Title: SimpleClassPower
## Notes: |cff666666By Lars Norberg.|r|n|n|cff4488ffPayPal|r|cffffffff:|r |n|cffffffffwww.paypal.me/GoldpawsStuff|r|n|n|cff4488ffPatreon|r|cffffffff:|r |n|cffffffffwww.patreon.com/GoldpawsStuff|r
## Author: Lars Norberg
## Version: @project-version@

## X-Category: Interface Enhancements
## X-Curse-Project-ID: 296245
## X-Wago-ID: qv63j7Nb
## X-License: Custom

## SavedVariables: SimpleClassPower_DB

# Addon libraries & plugins, the main engine of it all
back-end\wheel.lua
back-end\libraries.xml
back-end\plugins.xml
back-end\tools.xml

# Addon localization
locale\enUS.lua
locale\esES.lua
locale\esMX.lua
locale\esMX.lua
locale\frFR.lua
locale\koKR.lua
locale\ptBR.lua
locale\ptPT.lua
locale\ruRU.lua
locale\zhCN.lua
locale\zhTW.lua

# Addon specific data tables and methods.
front-end\private.lua
front-end\stylesheet.lua

# Main addon module
front-end\root.lua
39 changes: 39 additions & 0 deletions SimpleClassPower/SimpleClassPower_Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Interface: 30400

## Title: SimpleClassPower
## Notes: |cff666666By Lars Norberg.|r|n|n|cff4488ffPayPal|r|cffffffff:|r |n|cffffffffwww.paypal.me/GoldpawsStuff|r|n|n|cff4488ffPatreon|r|cffffffff:|r |n|cffffffffwww.patreon.com/GoldpawsStuff|r
## Author: Lars Norberg
## Version: @project-version@

## X-Category: Interface Enhancements
## X-Curse-Project-ID: 296245
## X-Wago-ID: qv63j7Nb
## X-License: Custom

## SavedVariables: SimpleClassPower_DB

# Addon libraries & plugins, the main engine of it all
back-end\wheel.lua
back-end\libraries.xml
back-end\plugins.xml
back-end\tools.xml

# Addon localization
locale\enUS.lua
locale\esES.lua
locale\esMX.lua
locale\esMX.lua
locale\frFR.lua
locale\koKR.lua
locale\ptBR.lua
locale\ptPT.lua
locale\ruRU.lua
locale\zhCN.lua
locale\zhTW.lua

# Addon specific data tables and methods.
front-end\private.lua
front-end\stylesheet.lua

# Main addon module
front-end\root.lua
4 changes: 2 additions & 2 deletions SimpleClassPower/back-end/libraries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- callback libs -->
<Script file='libraries\message.lua'/>
<Script file='libraries\event.lua'/>
<Script file='libraries\event.lua'/>

<!-- let's load this one first, others will need it -->
<Script file='libraries\clientbuild.lua'/>
Expand Down Expand Up @@ -60,7 +60,7 @@

<!-- advanced media widget libs, require tooltip lib -->
<Script file='libraries\actionbutton.lua'/>
<Script file='libraries\bagbutton.lua'/>
<!--<Script file='libraries\bagbutton.lua'/>-->
<Script file='libraries\nameplates.lua'/>

<!-- Disabling and styling of Blizzard widgets and menu options -->
Expand Down
Loading

0 comments on commit c535389

Please sign in to comment.