Difference between revisions of "Version History/v1.1.x"

From Lorekeeper Wiki
Jump to navigation Jump to search
m (minor fix)
(And another page down, hopefully)
Tag: 2017 source edit
Line 2: Line 2:
  
 
== v1.1.5 ==
 
== v1.1.5 ==
 +
Fix too few arguments error
  
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.5
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.5
 
== v1.1.4 ==
 
== v1.1.4 ==
 +
Notification fix
  
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.4
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.4
== v1.1.3 ==
+
== v1.1.3: Bugs fixed ==
 +
'''Bugs Fixed:'''
 +
* 500 error when selecting a blank tag to add to an item
 +
* Removal of currency displayed in log as + instead of -
 +
* Claims would show up on the moderator's bank log as losing currency
 +
* Missing check for a shop stock without a cost
 +
* 500 error viewing bank tab of a character without an on-site owner
 +
* 500 error editing profile of a character without an on-site owner
 +
* Only site admin able to edit character currencies
 +
* Editing trade if you were the trade recipient wouldn't return you old attached currency
 +
 
 +
'''Misc:'''
 +
* Added a notification for a character transfer recipient when the transfer is approved
  
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.3
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.3
== v1.1.2 ==
+
== v1.1.2: Bug fixes, minor changes ==
 +
'''Bugs Fixed:'''
 +
* 500 error when selecting a blank tag to add to an item
 +
* Removal of currency displayed in log as + instead of -
 +
* Claims would show up on the moderator's bank log as losing currency
 +
* Missing check for a shop stock without a cost
 +
* 500 error viewing bank tab of a character without an on-site owner
 +
* 500 error editing profile of a character without an on-site owner
 +
* Only site admin able to edit character currencies
 +
* Editing trade if you were the trade recipient wouldn't return you old attached currency
 +
 
 +
'''Minor Update:'''
 +
* Added a notification for a character transfer recipient when the transfer is approved
  
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.2
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.2
== v1.1.1 ==
+
== v1.1.1: Bug fixes, minor changes ==
 +
'''Bugs Fixed:'''
 +
* Adjust mobile header to reduce mobile menu vertical offset on smaller devices (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
 +
* Fix site being displayed wider than device on mobile (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
 +
* Change character description and image note editing to be inline rather than in a modal to resolve a bug around nested modals (courtesy of @SpeedyD]) (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
 +
* Fix undefined variables in image upload notification (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
 +
* Messy fix for the "Select Currenc" display issue in trades (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
 +
 
 +
'''Minor Changes:'''
 +
* Fix header on character change log (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
 +
* Change Characters section in Encyclopedia to use Characters image rather than Account image (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
 +
* Add link to character page to character slug text on submissions (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
 +
* Change wording on home > characters to "My Characters" for clarity/to further distinguish it from profile > characters/to match the home menu in the navbar, and edit the home sidebar to match. Likewise for MYO slots. (PR #[https://github.com/corowne/lorekeeper/pull/10 10])
  
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.1
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.1
== v1.1.0 ==
+
== v1.1.0: Feature update, minor change ==
 +
'''Feature Update:'''
 +
* Make staff comments on submissions available on both acceptance and rejection, as well as move the form into the main page body. The form remains optional. (PR #[https://github.com/corowne/lorekeeper/pull/9 9])
 +
 
 +
'''Minor Changes:'''
 +
* Display of staff comments on processed submissions is also made more prominent and not danger in accordance with above feature update. (PR #[https://github.com/corowne/lorekeeper/pull/9 9])
  
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.0
 
https://github.com/corowne/lorekeeper/releases/tag/v1.1.0

Revision as of 14:42, 27 March 2024


v1.1.5

Fix too few arguments error

https://github.com/corowne/lorekeeper/releases/tag/v1.1.5

v1.1.4

Notification fix

https://github.com/corowne/lorekeeper/releases/tag/v1.1.4

v1.1.3: Bugs fixed

Bugs Fixed:

  • 500 error when selecting a blank tag to add to an item
  • Removal of currency displayed in log as + instead of -
  • Claims would show up on the moderator's bank log as losing currency
  • Missing check for a shop stock without a cost
  • 500 error viewing bank tab of a character without an on-site owner
  • 500 error editing profile of a character without an on-site owner
  • Only site admin able to edit character currencies
  • Editing trade if you were the trade recipient wouldn't return you old attached currency

Misc:

  • Added a notification for a character transfer recipient when the transfer is approved

https://github.com/corowne/lorekeeper/releases/tag/v1.1.3

v1.1.2: Bug fixes, minor changes

Bugs Fixed:

  • 500 error when selecting a blank tag to add to an item
  • Removal of currency displayed in log as + instead of -
  • Claims would show up on the moderator's bank log as losing currency
  • Missing check for a shop stock without a cost
  • 500 error viewing bank tab of a character without an on-site owner
  • 500 error editing profile of a character without an on-site owner
  • Only site admin able to edit character currencies
  • Editing trade if you were the trade recipient wouldn't return you old attached currency

Minor Update:

  • Added a notification for a character transfer recipient when the transfer is approved

https://github.com/corowne/lorekeeper/releases/tag/v1.1.2

v1.1.1: Bug fixes, minor changes

Bugs Fixed:

  • Adjust mobile header to reduce mobile menu vertical offset on smaller devices (PR #10)
  • Fix site being displayed wider than device on mobile (PR #10)
  • Change character description and image note editing to be inline rather than in a modal to resolve a bug around nested modals (courtesy of @SpeedyD]) (PR #10)
  • Fix undefined variables in image upload notification (PR #10)
  • Messy fix for the "Select Currenc" display issue in trades (PR #10)

Minor Changes:

  • Fix header on character change log (PR #10)
  • Change Characters section in Encyclopedia to use Characters image rather than Account image (PR #10)
  • Add link to character page to character slug text on submissions (PR #10)
  • Change wording on home > characters to "My Characters" for clarity/to further distinguish it from profile > characters/to match the home menu in the navbar, and edit the home sidebar to match. Likewise for MYO slots. (PR #10)

https://github.com/corowne/lorekeeper/releases/tag/v1.1.1

v1.1.0: Feature update, minor change

Feature Update:

  • Make staff comments on submissions available on both acceptance and rejection, as well as move the form into the main page body. The form remains optional. (PR #9)

Minor Changes:

  • Display of staff comments on processed submissions is also made more prominent and not danger in accordance with above feature update. (PR #9)

https://github.com/corowne/lorekeeper/releases/tag/v1.1.0