Skip to content

Releases: steadfast-collective/laravel-summit

v1.4.1

06 Sep 08:59
Compare
Choose a tag to compare
  • Fixes issue with user relationship on CourseBlockProgress model

v1.4.0

04 Aug 15:02
Compare
Choose a tag to compare
  • Implement ordering of Course Blocks automatically on creating

v1.3.5

04 Aug 12:56
Compare
Choose a tag to compare
  • Fixes progress percentage attribute in CourseBlockProgress

v1.3.4

29 Jul 14:29
Compare
Choose a tag to compare
  • Fixes variable typo in ApiVideoDriver class

v1.3.3

29 Jul 14:16
Compare
Choose a tag to compare
  • Fixes error in getReadableSizeAttribute when video size column is null

v1.3.2

29 Jul 12:56
Compare
Choose a tag to compare
  • Use course block estimated length as default for calculating user progress

v1.3.1

29 Jul 10:47
Compare
Choose a tag to compare
  • Fixed missing DB Facade import

v1.3.0

29 Jul 09:07
Compare
Choose a tag to compare
  • Added slug field to course blocks
  • Removed nullable from title column in create_course_blocks_table migration

v1.2.0

28 Jul 14:31
Compare
Choose a tag to compare
  • Added ability to set course_block_model in the config
  • Added foreign key to relationships in models
  • Added scope scopeWithProgress query in Course.php
  • Added getShortReadableEstimatedLengthAttribute in Course.php
  • Added getExcerptAttribute in Course.php and CourseBlock.php
  • Added getFormattedEstimatedLengthAttribute in CourseBlock.php
  • Updated getTimeLeftAttribute in CourseBlockProgress.php

v1.1.0

27 Jul 07:32
Compare
Choose a tag to compare
  • Updated Nova Stubs (Course & CourseBlock)