- User's stash will now be displayed in the user's profile page.
- Fix typo in language string identifier
- Implement privacy API (GDPR compliance)
- Drop support for Moodle 2.9 and 3.0
- Hash code size was reduced to 6 characters
- Support snippets from filter_shortcodes
- Drop support and deprecate filter_stash
- Slightly improved styling across themes and versions
- Minor improvements and bug fixing
- Added the ability to edit the block title.
- Issues with the persistence in Moodle 3.2 fixed.
- Fixed the error on the trade creation form. We can't export for template the help icon in earlier versions.
- Added the trading system. This improvement requires the filter_stash plugin to be installed to work. Teachers can create a trade widget that will allow students to swap or exchange items they currently have for different items.
- Backup and restore should work properly now. If the filter was used and the snippet was small enough then the encoding would not work.
- Basic fixes to deprecated libraries calls.
- Support for filter_stash - filter_stash allows the copying of code to be simplified to a very small string which can then be copied straight into editors. The need for burrowing to the raw HTML is no longer needed.
- Detail about each item can now be added. When creating an item you have an extra field (editor) to put additional detail about an item. When a student clicks on an item they have acquired a dialogue will pop up with the full information about the item.
- Clicking on an item that is visible on the course page will now update to the block without the need for a page refresh.
- A report page allows teachers to get a peek at their students' stash.
- Various user interface improvements
Various bug fixes.