Releases: LearningLocker/learninglocker
v1.13.4
v1.13.3
v1.13.2
v1.13.1
v1.13.0
Please see our upgrading documentation for steps to be taken when upgrading.
Minor Changes
- Improves performance by adding hints for counts. #815 #816
- Improves performance by adding a set of indexes. #818
Patches
v1.12.1
Please see our upgrading documentation for steps to be taken when upgrading.
Patches
v1.12.0
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
- Allow use of ISOdates in the aggregation API. #787
- Improved speed on counts. #761, #762, #786
- Talk directly to the MongoCollection to perform the active update. #781
- Generate MongoDates with the correct accuracy. #774, #766, #785
Patches
- Fix usage of MongoIds. #759
- Fix an issue with the full acitivity state API. #756
- Fix issue with conformance test and Travis CI, #784
- Cleanup composer dependencies. #765 (thanks to @WillSkates)
- 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
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
- Adds more statement properties to autofill when editing exports. #731
- Adds links and translations to verification emails. #735
- Adds URL type to Rackspace Fly System. #740
- Adds conversion of user IDs to MongoIds. #737, #741, #743
Patches
v1.10.0
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
- Adds support for AWS S3 V3. #717
- Adds support for Azure. #718
- Adds support for Copy.com. #719
- Adds support for Dropbox. #720
Patches
- Fixes reports. #724
v1.9.0
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
- Adds support for cloud document and attachment storage (Rackspace only at the moment). #713
- Changes session storage to Mongo (instead of file storage). #710
- Redirects to the intended route after login. #709
Patches
- Updates the statement factory for better validation. #711
This release requires artisan migrations.