Skip to content

Commit 12652fb

Browse files
committed
Metadata
1 parent 4f6531f commit 12652fb

File tree

5 files changed

+35
-29
lines changed

5 files changed

+35
-29
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.release

.pkgmeta

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
manual-changelog:
2+
filename: changelog.md
3+
markup-type: markdown
4+
5+
# changelog-title: Petwalker – Changelog

PetWalker.toc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
## Interface: 90205
1+
## Interface: 90207
22
## Title: PetWalker
3+
## Version: 1.0.4.1
34
## Notes: Automatically re-summons your lost companion pet, or auto-summons a random or a favorite one.
45
## Author: Mot
56
## SavedVariables: PetWalkerDB
67
## SavedVariablesPerCharacter: PetWalkerPerCharDB
7-
## Version: 1.0.4
8-
98
## X-Wago-ID: qv63aZGb
10-
# X-WoWI-ID:
11-
# X-Curse-Project-ID:
129

1310
main.lua
1411
ui.lua

changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## PetWalker – Changes
2+
3+
### 1.0.4.1 (2022-08-24)
4+
- Meta changes for packager
5+
- toc: Updated for 9.2.7
6+
7+
### 1.0.4 (2022-05-31)
8+
- Added UnitOnTaxi check
9+
- Fixed error in description
10+
- Reverted back to PLAYER_ENTERING_WORLD for the TransitionCheck (instead of ZONE_CHANGED_NEW_AREA)
11+
- toc: Added Wago ID
12+
- toc: Updated for 9.2.5
13+
- toc: Changed my Author Name to my Wago account name
14+
15+
### 1.0.3 (2022-04-30)
16+
- Improved description
17+
18+
### 1.0.2 (2022-04-29)
19+
- Improved description
20+
21+
### 1.0.1 (2022-04-29)
22+
- Improved description
23+
24+
### 1.0.0 (2022-04-28)
25+
- Initial public release
26+
27+

changelog.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)