Skip to content

Releases: FTB-Gamepedia/OreDict

3.3.5

05 Sep 02:13
9fc3258
Compare
Choose a tag to compare
  • Remove unused OreDictForm class.
  • Update ImportOreDict, OreDictEntryManager (update form only), and OreDictList to use HTMLFormg (#74).
  • Fix license issue on Special:Version (#76) (xbony2).
  • editEntry: Use sanitized inputs in SQL UPDATE. We sanitized the inputs to make sure there are no bad (empty, invalid string) values, but then use the provided inputs rather than the sanitized inputs in the SQL query. This was introduced in #54 (v3.2.0) and was exposed in the API as seen in #77.

3.3.4

05 Sep 02:13
9b33b04
Compare
Choose a tag to compare
  • Fix API descriptions/summaries (#73).