Skip to content

Commit

Permalink
1.1.1.0 Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed May 26, 2020
1 parent c559c05 commit f459a94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
### 1.1.0.0

### 1.1.1.0 Hotfix
- Don't 'Try On' items that aren't equipable. (I meant to do this but forgot)
- Fix localization key from displaying on the Category filter when 'All' should show.

### 1.1.0.0
- New Filter: 'Equip As' Items must be equipable by any or all (toggleable) of the selected classes.
- Added button to open an external site to the selected item. Supports Teamcraft, Garland Tools and Gamer Escape. (Suggested by BlueKitty)
- Sorted category list alphabetically.
Expand Down
4 changes: 2 additions & 2 deletions ItemSearchPlugin/ItemSearchPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<Version>1.1.0.0</Version>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<Version>1.1.1.0</Version>
<FileVersion>1.1.0.0</FileVersion>
</PropertyGroup>
<ItemGroup Label="Resources">
Expand Down
2 changes: 1 addition & 1 deletion ItemSearchPlugin/ItemSearchPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Name": "Item Search Plugin",
"Description": "Search for items. Type /xlitem to open search window.",
"InternalName": "ItemSearchPlugin",
"AssemblyVersion": "1.1.0.0",
"AssemblyVersion": "1.1.1.0",
"RepoUrl": "https://github.com/Caraxi/ItemSearchPlugin",
"ApplicableVersion": "any"
}

0 comments on commit f459a94

Please sign in to comment.