Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-18 | Update ScormDisk.php | Christopher Thomas | |
Added forward compatibility with flysystem API v2 while maintaining V1 compatibility. Notable changes for ScormDisk.php - - $filesystem->createDir($path); + $filesystem->createDirectory($path); - $filesystem->putStream($path, $contents); + $filesystem->writeStream($path, $contents); | |||
2022-02-11 | Revert "Revert "Improve SCORM disk storage handler"" | devianl2 | |
2022-02-11 | Revert "Improve SCORM disk storage handler" | devianl2 | |
2022-02-10 | update scorm disk not define exception msg | Khaled Lela | |
2022-02-04 | add scorm dist to manage scorm storage disk operation | Khaled Lela | |