- Initial release
- Updated Nova Stubs (
Course
&CourseBlock
)
- Added ability to set
course_block_model
in the config - Added foreign key to relationships in models
- Added scope
scopeWithProgress
query inCourse.php
- Added
getShortReadableEstimatedLengthAttribute
inCourse.php
- Added
getExcerptAttribute
inCourse.php
andCourseBlock.php
- Added
getFormattedEstimatedLengthAttribute
inCourseBlock.php
- Updated
getTimeLeftAttribute
inCourseBlockProgress.php
- Added slug field to course blocks
- Removed nullable from title column in
create_course_blocks_table
migration
- Fixed missing DB Facade import
- Use course block estimated length as default for calculating user progress
- Fixes error in
getReadableSizeAttribute
when video size column is null
- Fixes variable typo in
ApiVideoDriver
class
- Fixes progress percentage attribute in
CourseBlockProgress
- Implement ordering of Course Blocks automatically on creating
- Fixes issue with
user
relationship onCourseBlockProgress
model