Releases: LearningLocker/learninglocker
Releases · LearningLocker/learninglocker
v1.3.3
Patches
- Updates statement factory to get contextActivity object fix (#497).
- Fixes more link in Statement GET (#508 #501 #495).
- Fixes GET /agents (#503).
- Fixes GET /activities (#503).
- Fixes jQuery loading on reporting tool (#510).
- Fixes latest reports on LRS dashboard (#500).
- Fixes most active users identifier issue (#277).
- Adds index for
statement.id
(#515).
Upgrading
Run php artisan migrate --env=YOUR_ENV
where YOUR_ENV
should be replaced with your environment (likely to be local
or production
).
v1.3.2
v1.3.1
v1.3.0
Minor Changes
- Massively improves conformance with the xAPI test suite.
- Adds tooltips to reports.
- Improves validation messages with our StatementFactory.
- Adds migration for statements.
Patches
- Fixes two security issues.
- Updates the version file.
Plus additional bug fixes.
Upgrading
- Install Node.
- Install Bower.
- Run
php artisan ll:migrate-statements
. - Run
php artisan ll:migrate-reports
.
This is all of our development since 2014/11/21
v1.2.1-beta
v1.2.0-rc.1
v1.1.2
v1.1.1
v1.1.0
Minor changes
- Adds exports
- Adds Travis integration
- Adds unit tests
- Improves debugging
- Adds validation lang files
- Adds multiple credentials
- Completes CORS support
- Adds version file
- Reduces setup
- Updates dependencies
Patches
There are over 20 patches in this release.
Useful blog posts
v1.0.4
This is a bug fix release.
One of the issues we had to sort out was adding the ability to use the statement timestamp for frequency graphs. This required a change to the statement document. Therefore, when you upgrade to this version you will need to run the following artisan command in a terminal.
php artisan timestamp:convert
Please make sure you back up your data first as this command is editing all your existing statement documents.