Skip to content

Releases: LearningLocker/learninglocker

v1.3.3

13 Feb 10:25
Compare
Choose a tag to compare

Patches

  1. Updates statement factory to get contextActivity object fix (#497).
  2. Fixes more link in Statement GET (#508 #501 #495).
  3. Fixes GET /agents (#503).
  4. Fixes GET /activities (#503).
  5. Fixes jQuery loading on reporting tool (#510).
  6. Fixes latest reports on LRS dashboard (#500).
  7. Fixes most active users identifier issue (#277).
  8. 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

08 Feb 13:03
Compare
Choose a tag to compare

Patches

  1. Fixes token expiration.
  2. Fixes window.LL undefined issue.

v1.3.1

23 Jan 15:28
Compare
Choose a tag to compare

Patches

  1. Adds some indexes and fixes down. 559a96d
  2. Adds --allow-root to Bower. 1bc47ed #483 #484
  3. Updates UUID validation for adlnet/xAPI-Spec#535
  4. Fixes migration. 675089a

v1.3.0

19 Jan 10:54
Compare
Choose a tag to compare

Minor Changes

  1. Massively improves conformance with the xAPI test suite.
  2. Adds tooltips to reports.
  3. Improves validation messages with our StatementFactory.
  4. Adds migration for statements.

Patches

  1. Fixes two security issues.
  2. Updates the version file.

Plus additional bug fixes.

Upgrading

  1. Install Node.
  2. Install Bower.
  3. Run php artisan ll:migrate-statements.
  4. Run php artisan ll:migrate-reports.

This is all of our development since 2014/11/21

v1.2.1-beta

31 Oct 10:20
Compare
Choose a tag to compare
v1.2.1-beta Pre-release
Pre-release

Patches

  1. Fixes letter casing issues (#423).
  2. Fixes #426 (#427).
  3. Fixes #412 (#425).
  4. Improves README file.
  5. Improves workbench support (#428 #429).
  6. Removes unnecessary code and cleans up code.
  7. Corrects text for statements button in reports.

v1.2.0-rc.1

23 Oct 14:13
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

Minor Changes

  1. Implements phase 2 of reports (#415).

Patches

  1. Fixes exporting for phase 2 of reports (2f54b2a).

v1.1.2

10 Oct 13:51
Compare
Choose a tag to compare

Patches

  1. Fixes exports issues (#405).
  2. Fixes date issue (#406).
  3. Adds issue templates.

v1.1.1

06 Oct 15:58
Compare
Choose a tag to compare

Patches

  1. Adds translation for Spanish.

v1.1.0

30 Sep 11:53
Compare
Choose a tag to compare

Minor changes

  1. Adds exports
  2. Adds Travis integration
  3. Adds unit tests
  4. Improves debugging
  5. Adds validation lang files
  6. Adds multiple credentials
  7. Completes CORS support
  8. Adds version file
  9. Reduces setup
  10. Updates dependencies

Patches

There are over 20 patches in this release.

Useful blog posts

  1. http://learninglocker.net/2014/09/15/what-you-missed-in-100-commits/
  2. http://learninglocker.net/2014/08/15/7-recent-updates-to-learning-locker/

v1.0.4

20 Jun 14:05
Compare
Choose a tag to compare

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.