Skip to content

Releases: LearningLocker/learninglocker

v1.13.4

12 Aug 09:31

Choose a tag to compare

Please see our upgrading documentation for steps to be taken when upgrading.

Patches

  1. Fixes CORS options requests. #848
  2. Adds decoding payload params to fix issues with Storyline. #851

v1.13.3

08 Jul 14:41

Choose a tag to compare

Please see our upgrading documentation for steps to be taken when upgrading.

Patches

  1. Fixes deletion of clients. #841

v1.13.2

01 Jul 09:54

Choose a tag to compare

Please see our upgrading documentation for steps to be taken when upgrading.

Patches

  1. Fixed LRS migration. #831
  2. Fixed filtering of statements by scores in reports. #832
  3. Simplified the readme file.
  4. Fixes validation of InternetMediaTypes. #834

v1.13.1

24 Jun 10:08

Choose a tag to compare

Please see our upgrading documentation for steps to be taken when upgrading.

Patches

  1. Fixes MongoDB error on report statements page. #828

v1.13.0

17 Jun 08:52

Choose a tag to compare

Please see our upgrading documentation for steps to be taken when upgrading.

Minor Changes

  1. Improves performance by adding hints for counts. #815 #816
  2. Improves performance by adding a set of indexes. #818

Patches

  1. Fixes validation for duplicate keys in statements. #813
  2. Fixes issue with displaying the object for Groups in the statements page. #824

v1.12.1

04 Mar 14:14
@ht2 ht2

Choose a tag to compare

Please see our upgrading documentation for steps to be taken when upgrading.

Patches

  1. Fixed composer install on non-secure issue #793
  2. Fixed boundary header issue #776
  3. Fixed ob_flush() issue on PHP configs where output_buffering defaults to OFF #777
  4. Fixed missing var check in app/locker/repository/Statement/Options.php #794

v1.12.0

23 Feb 15:23
@ht2 ht2

Choose a tag to compare

If you're upgrading from a version before 1.9.0 please review the release notes for 1.9.0 before upgrading.

Please see our upgrading documentation for steps to be taken when upgrading.

Minor Changes

  1. Allow use of ISOdates in the aggregation API. #787
  2. Improved speed on counts. #761, #762, #786
  3. Talk directly to the MongoCollection to perform the active update. #781
  4. Generate MongoDates with the correct accuracy. #774, #766, #785

Patches

  1. Fix usage of MongoIds. #759
  2. Fix an issue with the full acitivity state API. #756
  3. Fix issue with conformance test and Travis CI, #784
  4. Cleanup composer dependencies. #765 (thanks to @WillSkates)
  5. Improved aggregation queries for dashboards and dashboard flow #752, #785, #769 (thanks to @adurolms)

This release requires artisan migrations. The migration will attempt to go through all your statements and append a new ISODate to the root of each statement document as stored. Together with new indexes on this field, we are seeing massively improved response and query times. Whilst we do not anticipate any data loss as a result, it is recommended you take a backup of your data before attempting the migration.

v1.11.0

25 Sep 15:19

Choose a tag to compare

If you're upgrading from a version before 1.9.0 please review the release notes for 1.9.0 before upgrading. Please see our upgrading documentation for steps to be taken when upgrading.

Minor Changes

  1. Adds more statement properties to autofill when editing exports. #731
  2. Adds links and translations to verification emails. #735
  3. Adds URL type to Rackspace Fly System. #740
  4. Adds conversion of user IDs to MongoIds. #737, #741, #743

Patches

  1. Fixes 'Verified' button styles on Admin Dashboard. #725
  2. Fixes full agent search. #728
  3. Fixes state API. #729
  4. Fixes invite when no role selected. #734
  5. Fixes issue where LRS clients were not destroyed when the LRS was. #738
  6. Updates error trace. #739

v1.10.0

28 Aug 16:13

Choose a tag to compare

If you're upgrading from a version before 1.9.0 please review the release notes for 1.9.0 before upgrading. Please see our upgrading documentation for steps to be taken when upgrading.

Minor Changes

  1. Adds support for AWS S3 V3. #717
  2. Adds support for Azure. #718
  3. Adds support for Copy.com. #719
  4. Adds support for Dropbox. #720

Patches

  1. Fixes reports. #724

v1.9.0

21 Aug 10:27

Choose a tag to compare

Upgrading - different to usual process!

This release contains changes to the global configuration and environment files. Some environment variables have been changed or removed, if you were using LOCAL_FILESTORE this is now called FS_LOCAL_ENDPOINT, please rename this environment variable if you have changed this from the global environment (".env.php"). This is required before upgrading any further.

Please see our upgrading documentation for steps to be taken when upgrading.

Minor Changes

  1. Adds support for cloud document and attachment storage (Rackspace only at the moment). #713
  2. Changes session storage to Mongo (instead of file storage). #710
  3. Redirects to the intended route after login. #709

Patches

  1. Updates the statement factory for better validation. #711

This release requires artisan migrations.