Releases: steadfast-collective/laravel-summit
Releases · steadfast-collective/laravel-summit
v1.4.1
v1.4.0
- Implement ordering of Course Blocks automatically on creating
v1.3.5
- Fixes progress percentage attribute in
CourseBlockProgress
v1.3.4
- Fixes variable typo in
ApiVideoDriver
class
v1.3.3
- Fixes error in
getReadableSizeAttribute
when video size column is null
v1.3.2
- Use course block estimated length as default for calculating user progress
v1.3.1
- Fixed missing DB Facade import
v1.3.0
- Added slug field to course blocks
- Removed nullable from title column in
create_course_blocks_table
migration
v1.2.0
- 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
v1.1.0
- Updated Nova Stubs (
Course
&CourseBlock
)