Releases: TheMacLab/game-on
Releases · TheMacLab/game-on
User Creation Table Prefix Update
- Fixed another case of default wordpress table prefixes within the create user function in game-on
Non-Default Database Prefix Fix For Regular Users
- Fixed non-admin users not working properly with game-on when WordPress
database uses non-default table prefixes
Non-Default Database Prefix Fix
- Fixed game-on not working with non-default wordpress database prefixes
Peer-to-Peer Stats Page Fix
- Fixed stats page incorrectly displaying peer-to-peer purchase records and values
- Added records of a peer-to-peer transaction to both purchaser and recipient's stats page
Updated Task Search Shortcode
- Updated task search shortcode to return unlimited results
Search Task Shortcode
- Added short code search for tasks. short code is [go_get_category]
Safari Task Creation Page Fix
- Fixed bug in task creation page in Safari causing all question meta fields to be visible
- Refactored date picker code to only check if the browser isn't Chrome, rather than check if the browser is Safari or Firefox
Badges to Store Items
- Added the ability to associate badges with store items
- Updated notifications for badges and levels, they are now larger than other notifications and have a longer duration
- Reworded titles to some meta fields in the item and task creation pages
- Fixed .gifs loading in the store
Peer-to-peer purchasing system extension
- Added ability to designate currency (time, gold, points) to an item so that when it is purchased for someone, it gives that person the amount entered at item creation. New fields have been added to the item creation page to facilitate this change.
- Added notifications for peer-to-peer purchases (i.e. when a user purchases an item for another user, the recipient receives a notification in the top left hand corner indicating who purchased the item, the item's name, and the quantity they purchased.
- Changed font size of the purchase log in the stats page
- Fixed clipboard not adding minutes properly
- Made items that have the penalty switch or focus gateway switch checked not able to be purchased for other users
Penalty Store Item Fix
- Fixed issue making items designated as penalties not act as penalties. Items which are penalties should now properly remove time/currency/points without sending an error message.