Releases: corowne/lorekeeper
Releases · corowne/lorekeeper
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)
Pull requests merged
- #9 - @itinerare
v1.0.8: Bug fixes, minor change
Bugs fixed
- Loot table rolling skewed towards later items in the list
Minor change
- News posts now have a margin on the bottom
v1.0.7: Bug fixes, minor change
Bugs fixed
- 500 error on registering with a non-unique username
- 500 error on rolling raffle group
- Breadcrumbs link on character profile pages link to main masterlist instead of MYO masterlist
Minor change
- Character masterlist now orders by number descending rather than creation order, as approved MYO slots would be placed out of order in the list
v1.0.6: Bug fixes, minor change
Bugs fixed
- Users could not purchase item at 0 cost with no currency on hand
- Missing loot table pagination in admin panel
- Previous submissions field on submissions page not counting correctly
- Error uploading character image for a character belonging to an offsite user
Minor change
- Dropped internal tracking of users' character/MYO slot counts as they weren't being displayed and would be inaccurate depending on your viewing permissions
Please run the following command(s) after updating:
php artisan migrate
v1.0.5: Bug fixes, minor addition
Bugs fixed
- .hide class would get overridden by custom.css
- Stock editing for existing shop stock would not update correctly due to missing keys in the form
- Removed a unique key constraint in an earlier table that was occasionally causing migration issues
- Made character and character image deletion more thorough to avoid problems with deleting apparently-unused features and currencies
- Was not able to grant character-held only currencies to characters
Minor addition
- Added a script to clear any character features and currencies on deleted characters, as well as delete their images
v1.0.4: Bug fixes, minor changes
Bugs fixed
- Artist/designer name search not working
- Mass grant currency not working for users with spaces in their usernames
- Could not create a character with the same character code after deleting an old one with the same code
- Redirect after deleting a character caused an error
Minor changes
- Restricted name length to 25 characters max at registration time
- Prevented names from containing anything besides alphanumeric/dash/underscore characters
- Prevented character codes from containing anything besides alphanumeric/dash/underscore characters
- Changed label for name field on registration form to say "username"
- Allowed name attribute to be used in text pages
v1.0.3: Bug fixes
Bugs fixed
- 500 error on trying to delete subtype
- Enforce minimum 3 character long usernames during creation (oh no)
- Character's sale value not preserved on the design approval form
- Notification for approved character sent to approver rather than the owner of the character
- Added check for whether an image is uploaded when user edits a design update's image section
- Claim approval notifications had wrong link
v1.0.2: Bug fix
Bug fixed
- Broken currency select if owner is null
v1.0.1: Bug fixes
Bugs fixed
- Cannot edit old news post
- Cannot delete a currency
- Cannot transfer items between accounts
- Cannot delete a page
v1.0.0: Initial release
Initial release.