Skip to content

Commit

Permalink
Updated for Classic 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreatv committed Dec 10, 2019
1 parent c3f0f25 commit 81f8ddc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl -s https://raw.githubusercontent.com/mooreatv/packager/master/release.sh > ./release.sh
chmod 755 ./release.sh
- name: Create Classic Package
run: ./release.sh -g 1.13.2 -m pkgmeta.yaml -p 336518 -w 25159
run: ./release.sh -g 1.13.3 -m pkgmeta.yaml -p 336518 -w 25159
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions AuctionDB/.luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ globals = {
"GetCoinTextureString",
"SendChatMessage",
"GetCoinText",
"unpack",
}
max_line_length = 132
ignore = {
Expand Down
2 changes: 1 addition & 1 deletion AuctionDB/AuctionDB.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Interface: 80205
#@end-retail@
#@non-retail@
# ## Interface: 11302
# ## Interface: 11303
#@end-non-retail@
## Title: Auction House DataBase (AHDB)
## Notes: Auction House DataBase, records DB history and offline queries, for classic and more (|cFF99E5FF/ahdb|r)
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Coming next:
- Your input/suggestions welcome !
- See open issues for ideas https://github.com/mooreatv/AuctionDB/issues

v1.02.00 December 10th 2019
- Updated for Classic 1.13.3

v1.01.04 October 14th 2019
- Add ProjectAzilroka to optional deps so it can manage our minimap icon.
- [wip] Pickup/Use latest MoLib scrolling frame (for now just `/run AuctionDB:TableDemo()`)
Expand Down

0 comments on commit 81f8ddc

Please sign in to comment.