Skip to content

Commit

Permalink
Bump version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed Mar 6, 2016
1 parent e4ae150 commit a21a6ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
This changelog only shows recent version history, because of the lack of documentation from the former maintainers. The very first changelog (1.0.2) is likely incomplete.

## Version 2
### 2.0.1
* New offset parameter in oredictsearch for continuation (#34).
* oredictsearch no longer sorts by entry ID as the key; it is now an array of hashes.
* oredictentry and oredictsearch now return the entry ID with the rest of the data.
* Fix oredictsearch registration in the entry point (not the extension.json)
* Improve oredictsearch API query.
* Fix oredictsearch limit issues (#35).
* Fix oredictsearch
* Clean up database things and improve security.

### 2.0.0
* Fix OreDict entry shuffling and page loading issues related to that.
* Database sanitization issues that could later turn into security holes.
Expand Down
4 changes: 2 additions & 2 deletions OreDict.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @file
* @ingroup Extensions
* @version 2.0.0
* @version 2.0.1
* @author Jinbobo <[email protected]>
* @license
*/
Expand All @@ -18,7 +18,7 @@
'path' => __FILE__,
'name' => 'OreDict',
'descriptionmsg' => 'oredict-desc',
'version' => '2.0.0',
'version' => '2.0.1',
'author' => '[http://ftb.gamepedia.com/User:Jinbobo Jinbobo], Telshin, [http://ftb.gamepedia.com/User:Retep998 Retep998], [http://ftb.gamepedia.com/User:TheSatanicSanta SatanicSanta], noahm',
'url' => 'http://help.gamepedia.com/Extension:OreDict'
);
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OreDict",
"version": "2.0.0",
"version": "2.0.1",
"author": "[http://ftb.gamepedia.com/User:Jinbobo Jinbobo], Telshin, [http://ftb.gamepedia.com/User:Retep998 Retep998], [http://ftb.gamepedia.com/User:TheSatanicSanta Eli Foster], noahm, applehat",
"url": "http://help.gamepedia.com/Extension:OreDict",
"descriptionmsg": "oredict-desc",
Expand Down

0 comments on commit a21a6ee

Please sign in to comment.