Skip to content

Releases: TheMacLab/game-on

Admin Bar and Video Keypress Sharing

15 Sep 19:57
Compare
Choose a tag to compare
  • Fixed embedded videos preventing users from entering spaces into text fields

Add Bar Double Click Fix

15 Sep 15:53
Compare
Choose a tag to compare
  • Fixed admin-bar add-bar allowing multiple clicks on the add button, the currency being added needs to complete the process before allowing another click

Minutes Update

15 Sep 05:16
Compare
Choose a tag to compare
  • Re-introduced minutes into game-on
  • Minutes & penalties tab added into stats page
  • Admin bar add feature now includes minutes
  • Rewards should now be properly tracked in the stats page rewards tab (i.e. reasons should all be there)

Abandon Task Feature, Shortcode and Admin Bar Update

14 Sep 03:17
Compare
Choose a tag to compare
  • Added abandon task stage option to options page
  • Added abandon task button in task encounter stage (uses dynamic naming option above)
  • Added the go_task_abandon() function to go_pnc.php
    • 5 parameters: ($user_id, $post_id, $e_points, $e_currency, $e_bonus_currency) to be used elsewhere. The abandon task button uses AJAX to call the go_task_abandon()
  • Removed go_award_badge shortcode from the shortcode list in the task edit page
  • Rearranged the level display in the admin bar, it now rests above the experience that a user holds

Store Giftability

13 Sep 21:00
Compare
Choose a tag to compare

Thanks to Charles Leon

  • Added new field for gifting store items
  • Added option in store item edit page for item giftability
  • Updated store item CSS
  • Updated options page button CSS
  • Updated growl message CSS (red when deducting, green when increasing)

Admin Bar Plugin Link and Clipboard JS Update

13 Sep 17:00
Compare
Choose a tag to compare
  • Added admin bar "Plugins" link (only available to admins)
  • Fixed Clipboard "Add" button being disabled after click (a PHP error was preventing the button from being disabled properly, so it was working in previous versions)
  • Clipboard checkboxes now deselect after clicking the "Add" button

Admin Bar CSS and Task Admin Name Fix

09 Sep 05:51
Compare
Choose a tag to compare
  • Fixed admin names with quotations breaking tasks
  • Made the admin-bar site-name menu more presentable, game-on specific links are now separated from the others
  • Tidied up everypage.css

Admin Bar and Clipboard Query Updates

06 Sep 21:40
Compare
Choose a tag to compare
  • Added dynamically-named links to the Clipboard, Quests, the Store, and the Game-On options page, in the admin bar for administrators only
  • Updated the clipboard query that pulls users from specific periods to include users of all roles except administrators

Stats Overflow Update and Individual Item Logging

06 Sep 00:14
Compare
Choose a tag to compare
  • Updated overflow-y on each list item within the stats page
  • Added individual logging of item purchases (e.g. item A is purchased 1 time, then purchased a second time. within the stats page, two records will appear with individual timestamps and amounts purchased, rather than a cumulative sum as it had been before)

Task Repeat Stage (Stage 5) Changes

05 Sep 23:25
Compare
Choose a tag to compare
  • Gave repeat stage (stage 5) limit field a default value of "1"
    • Entering values > 0 will keep users' custom values, entering "0" will indicate an infinite amount of repeats, whereas leaving the field blank will result in a value of "1" again
  • Changed task repeat stage button name on front-end to "See [stage_five_name]"