Skip to content

3.3.5

Latest
Compare
Choose a tag to compare
@elifoster elifoster released this 05 Sep 02:13
· 25 commits to master since this release
9fc3258
  • 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.