Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymclane committed Apr 2, 2019
1 parent 3fe4f4b commit d5b031d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
- Nothing at this time

## [2.11.0] - 2019-04-01
### Added
- Configuration option for `/fpc` chat output
- Resize support to the loot window
- Timestamp support to the loot window

## [2.10.1] - 2019-02-03
### Fixed
- Errantly removed API version for Murkmire.
Expand Down Expand Up @@ -82,6 +88,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Serious (usually silent) bug/performance issue which occurred when a member looted an item

[2.11.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.10.1...release%2Fv2.11.0
[2.10.1]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.10.0...release%2Fv2.10.1
[2.10.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.9.0...release%2Fv2.10.0
[2.9.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.8.0...release%2Fv2.9.0
Expand Down
4 changes: 2 additions & 2 deletions FarmingParty.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## Title: Farming Party
## Description: Displays the loot gathered by group members. Originally based upon Temeez's Group Loot.
## Author: Aldanga
## Version: 2.10.1
## APIVersion: 100025 100026
## Version: 2.11.0
## APIVersion: 100026
## DependsOn: LibStub LibPrice
## OptionalDependsOn: LibAddonMenu-2.0
## SavedVariables: FarmingPartyMemberList_db FarmingPartySettings_db
Expand Down
2 changes: 1 addition & 1 deletion Settings.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local ADDON_NAME = "Farming Party"
local ADDON_VERSION = "2.10.1"
local ADDON_VERSION = "2.11.0"

local LAM2 = LibStub("LibAddonMenu-2.0")
if not LAM2 then
Expand Down

0 comments on commit d5b031d

Please sign in to comment.