Skip to content

Commit 682811f

Browse files
author
Ketrel
committed
Fixed grabbing wrong addon version, and tentative 10.1 support
1 parent 0b2b53c commit 682811f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

MinimapButtonFrameRedux/MinimapButtonFrameRedux.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MBFversion = GetAddOnMetadata("MinimapButtonFrame", "Version");
1+
MBFversion = GetAddOnMetadata("MinimapButtonFrameRedux", "Version");
22
--MBF_DRAGTITLE = "MBF " .. MBFversion;
33
MBF_DRAGTITLE = "MBF"
44

MinimapButtonFrameRedux/MinimapButtonFrameRedux.toc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 100007
1+
## Interface: 101000
22
## Title: Minimap Button Frame Redux
33
## Notes: Collects the minimap buttons and puts them into a moveable frame.
44
## Notes-deDE: Sammelt die Minikarte Tasten und stellt sie in einen beweglichen Rahmen.
@@ -9,13 +9,13 @@
99
## Notes-zhCN: 收集minimap按钮和使他们成为一个可移动的框架。
1010
## Notes-zhTW: 收集minimap按鈕和使他們成為一個可移動的框架。
1111
## Author: Bachlott
12-
## Version: 3.2.1
12+
## Version: 3.2.2
1313
## SavedVariables: MBFDB
1414
## OptionalDeps: Ace3, LibDataBroker-1.1, LibAboutPanel
1515
## X-Embeds: Ace3, LibDataBroker-1.1, LibAboutPanel
1616
## X-eMail: [email protected]
1717
## X-Website: http://wow.curse.com/downloads/wow-addons/details/minimap-button-frame.aspx
18-
## X-Date: 2023-03-22
18+
## X-Date: 2023-05-03
1919
## X-Category: Interface Enhancements
2020
## X-Localizations: enUS, deDE, frFR, esES, koKR, ruRU, zhCN, zhTW
2121

Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## Interface: 100007
1+
## Interface: 101000
22
## Title: Minimap Button Frame Skin Pack
33
## Notes: Skin Pack for MinimapButtonFrame.
44
## Author: Bachlott
5-
## Version: 3.2.1
5+
## Version: 3.2.2
66
## OptionalDeps: MBF
77
## X-Category: Interface Enhancements
8-
## X-Date: 2023-03-22
8+
## X-Date: 2023-05-03
99

1010
Skins.lua

0 commit comments

Comments
 (0)