Skip to content

Releases: TheMacLab/game-on

User Creation Table Prefix Update

03 Jun 02:45
Compare
Choose a tag to compare
  • Fixed another case of default wordpress table prefixes within the create user function in game-on

Non-Default Database Prefix Fix For Regular Users

02 Jun 17:24
Compare
Choose a tag to compare
  • Fixed non-admin users not working properly with game-on when WordPress
    database uses non-default table prefixes

Non-Default Database Prefix Fix

01 Jun 19:03
Compare
Choose a tag to compare
  • Fixed game-on not working with non-default wordpress database prefixes

Peer-to-Peer Stats Page Fix

30 May 06:32
Compare
Choose a tag to compare
  • 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

29 May 00:14
Compare
Choose a tag to compare
  • Updated task search shortcode to return unlimited results

Search Task Shortcode

28 May 18:37
Compare
Choose a tag to compare
  • Added short code search for tasks. short code is [go_get_category]

Safari Task Creation Page Fix

22 May 17:13
Compare
Choose a tag to compare
  • 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

19 May 18:27
Compare
Choose a tag to compare
  • 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

06 May 18:29
Compare
Choose a tag to compare
  • 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

29 Apr 23:24
Compare
Choose a tag to compare
  • 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.