Difference between revisions of "Version History/v2.1.x"
(This should be all for 2.1.x) |
m (Consistency overhaul) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{prevnext|Version_History|/v3.0.x|/v2.0.x}} | + | {{prevnext|Version_History|/v3.0.x|/v2.0.x|title=[[Version History]]}} |
| + | |||
| + | == v2.1.8 (Hotfix) == | ||
| + | |||
| + | === Bug Fixes === | ||
| + | * hotfix: Fix visibility issues for gallery submissions https://github.com/lk-arpg/lorekeeper/pull/1082 | ||
| + | |||
| + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.8 | ||
| + | |||
| + | == v2.1.7 (Hotfix) == | ||
| + | |||
| + | === Bug Fixes === | ||
| + | * hotfix(security): Add numeric check to parse to prevent dropdowns from being parsed in https://github.com/lk-arpg/lorekeeper/pull/976 | ||
| + | |||
| + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.7 | ||
| + | |||
| + | == v2.1.6 (Hotfix) == | ||
| + | |||
| + | === Bug Fixes === | ||
| + | * hotfix(security|requests): add middleware that parses post fields https://github.com/lk-arpg/lorekeeper/pull/974 | ||
| + | |||
| + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.6 | ||
== v2.1.5 (Hotfix) == | == v2.1.5 (Hotfix) == | ||
| − | + | === Bug Fixes === | |
| − | * fix(shops): validate quantity against purchase limit https://github.com/ | + | * fix(shops): validate quantity against purchase limit https://github.com/lk-arpg/lorekeeper/pull/833 |
| − | https://github.com/ | + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.5 |
== v2.1.4 (Hotfix) == | == v2.1.4 (Hotfix) == | ||
| − | + | === Bug Fixes === | |
| − | * fix(shops): Round up shop purchase quantity https://github.com/ | + | * fix(shops): Round up shop purchase quantity https://github.com/lk-arpg/lorekeeper/pull/829 |
| − | https://github.com/ | + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.4 |
== v2.1.3 (Hotfix) == | == v2.1.3 (Hotfix) == | ||
| − | + | === Bug Fixes === | |
| − | * fix(characters): use only public_path() in CharacterManager https://github.com/ | + | * fix(characters): use only public_path() in CharacterManager https://github.com/lk-arpg/lorekeeper/pull/703 |
| − | * fix(items): disable box button on submit https://github.com/ | + | * fix(items): disable box button on submit https://github.com/lk-arpg/lorekeeper/pull/710 |
| − | * fix(sales): allow setting minimum for ota and xta https://github.com/ | + | * fix(sales): allow setting minimum for ota and xta https://github.com/lk-arpg/lorekeeper/pull/702 |
| − | * fix(comments): more robust handling for non user-user comments https://github.com/ | + | * fix(comments): more robust handling for non user-user comments https://github.com/lk-arpg/lorekeeper/pull/708 |
| − | https://github.com/ | + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.3 |
== v2.1.2 (Hotfix) == | == v2.1.2 (Hotfix) == | ||
| − | + | === Bug Fixes === | |
| − | * hotfix: Fixing error with lowercase "auth" https://github.com/ | + | * hotfix: Fixing error with lowercase "auth" https://github.com/lk-arpg/lorekeeper/pull/523 |
| − | https://github.com/ | + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.2 |
== v2.1.1 (Maintenance Release) == | == v2.1.1 (Maintenance Release) == | ||
| − | + | === Miscellaneous === | |
| − | * PHP 8.1 upgrade by @itinerare https://github.com/ | + | * PHP 8.1 upgrade by @itinerare https://github.com/lk-arpg/lorekeeper/pull/535 |
| − | https://github.com/ | + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.1 |
== v2.1.0 == | == v2.1.0 == | ||
| Line 44: | Line 65: | ||
This is an interim release primarily for the purposes of backporting Toyhou.se authentication from develop. Note that it is enabled and allowed for primary aliases by default, but must still be set up! For instructions, see [[Auth:_Toyhou.se]]. | This is an interim release primarily for the purposes of backporting Toyhou.se authentication from develop. Note that it is enabled and allowed for primary aliases by default, but must still be set up! For instructions, see [[Auth:_Toyhou.se]]. | ||
| − | + | === Miscellaneous === | |
| − | * Add deviantART's noai and noimageai directives by @corowne in https://github.com/ | + | * Add deviantART's noai and noimageai directives by @corowne in https://github.com/lk-arpg/lorekeeper/pull/445 |
| − | * Prioritised merge of TH OAuth2 compatibility from develop by @corowne in https://github.com/ | + | * Prioritised merge of TH OAuth2 compatibility from develop by @corowne in https://github.com/lk-arpg/lorekeeper/pull/443 |
| + | |||
| + | https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.0 | ||
| − | |||
| − | {{prevnext|Version_History|/v3.0.x|/v2.0.x}} | + | {{prevnext|Version_History|/v3.0.x|/v2.0.x|title=[[Version History]]}} |
[[Category:Version History|2.1.x]] | [[Category:Version History|2.1.x]] | ||
| + | __FORCETOC__ | ||
Latest revision as of 12:57, 24 May 2025
Contents
v2.1.8 (Hotfix)
Bug Fixes
- hotfix: Fix visibility issues for gallery submissions https://github.com/lk-arpg/lorekeeper/pull/1082
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.8
v2.1.7 (Hotfix)
Bug Fixes
- hotfix(security): Add numeric check to parse to prevent dropdowns from being parsed in https://github.com/lk-arpg/lorekeeper/pull/976
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.7
v2.1.6 (Hotfix)
Bug Fixes
- hotfix(security|requests): add middleware that parses post fields https://github.com/lk-arpg/lorekeeper/pull/974
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.6
v2.1.5 (Hotfix)
Bug Fixes
- fix(shops): validate quantity against purchase limit https://github.com/lk-arpg/lorekeeper/pull/833
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.5
v2.1.4 (Hotfix)
Bug Fixes
- fix(shops): Round up shop purchase quantity https://github.com/lk-arpg/lorekeeper/pull/829
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.4
v2.1.3 (Hotfix)
Bug Fixes
- fix(characters): use only public_path() in CharacterManager https://github.com/lk-arpg/lorekeeper/pull/703
- fix(items): disable box button on submit https://github.com/lk-arpg/lorekeeper/pull/710
- fix(sales): allow setting minimum for ota and xta https://github.com/lk-arpg/lorekeeper/pull/702
- fix(comments): more robust handling for non user-user comments https://github.com/lk-arpg/lorekeeper/pull/708
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.3
v2.1.2 (Hotfix)
Bug Fixes
- hotfix: Fixing error with lowercase "auth" https://github.com/lk-arpg/lorekeeper/pull/523
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.2
v2.1.1 (Maintenance Release)
Miscellaneous
- PHP 8.1 upgrade by @itinerare https://github.com/lk-arpg/lorekeeper/pull/535
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.1
v2.1.0
This is an interim release primarily for the purposes of backporting Toyhou.se authentication from develop. Note that it is enabled and allowed for primary aliases by default, but must still be set up! For instructions, see Auth:_Toyhou.se.
Miscellaneous
- Add deviantART's noai and noimageai directives by @corowne in https://github.com/lk-arpg/lorekeeper/pull/445
- Prioritised merge of TH OAuth2 compatibility from develop by @corowne in https://github.com/lk-arpg/lorekeeper/pull/443
https://github.com/lk-arpg/lorekeeper/releases/tag/v2.1.0