Releases: TheMacLab/game-on
Releases · TheMacLab/game-on
Enabling the Super Modifier For Store Items
- Added an option for enabling the super modifier (Honor and Penalty systems) for individual store items. The option is off by default.
Fixing Negative Honor Bug
- Fixed #112 - negative honor caused users' rewards to decrease and negative penalties had the potential to cause users' rewards to increase
Store Giftable Option Fixes
Bonus Loot Fixes
- Fixed task Bonus Loot feature, where Loot was not being awarded to the user, but still tracked in the Stats page
- Fixed a typo that prevented the user's XP total from appearing in the Admin Bar dropdown
- Scaffolded error reporting for the task edit page
- Updated the format of the Admin Bar dropdown to mirror the Stats page (with the currency suffixes still intact)
- Updated the style for the user's level shown in the Admin Bar dropdown
- Updated the Bonus Loot options in the task edit page, so that percentages must be between 0.01 and 99.99, and decimals can't go beyond the hundredths place
- Removed "Quest Loot" term from the Bonus Loot feature (no more 100% drop chance Bonus Loot)
- Consolidated WordPress Action hooks into
game-on.php
- Consolidated script and style enqueueing into
go_enque.php
- Removed a few files, functions, and actions that were not needed
- No longer tracking
go_definitions.php
, since it is a temp file (it no longer needs to be manually updated)
Youtube Captions
- Forced the caption option to be available on Youtube videos displayed with the
go_display_video
Fixed v2.5.4 Definitions Issue
- Added new option ids to main definition-id array in go_define_options() in go_definitions.php
Customizable Add Bar
- New option to create different add bars for students and admins
- Ability to enable/disable any type in the add bars
Task Penalty Filter Fix
- Fixed the logic for the task penalty filter, the filter was not stopping and warning users when they had penalties equal to the amount set in the filter
- Added a generic CSS class (
.go_error_red
) to go_every_page.css for universal usage, to be used in lieu of manually styling elements red - Made the bonus currency, penalty, and focus filter warnings red to increase visibility
Fixing Task Admin Lock Password Bug and README Typo
- Fixed task admin lock password bug where entering "0" would allow the user to continue to the next stage, regardless of what the real password was
- Fixed typo in README: changed "Lovelying Created By" to "Lovingly Created By"
Fixed Task Pod Design Flaw and Front-end Link Typo
- Fixed the link in the previous pod prerequisite message on the front-end, it was breaking when used on a site with pretty permalinks
- The links inside the pod names on the Pod options page now direct the user to the assigned Pod URL (if there is one) instead of to the Pod category itself