Skip to content

Latest commit

 

History

History
92 lines (49 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

92 lines (49 loc) · 1.29 KB

Changelog

All notable changes to media will be documented in this file

1.0.0 - 2020-07-08

  • initial release
  • image & video migrations only

1.0.1 - 2020-07-08

  • reduce php requirement

1.0.2 - 2020-07-28

  • add models & nova resources

1.0.3 - 2020-07-29

  • update nova resources

1.0.4 - 2020-12-20

  • reference nova user resource

1.0.5 - 2020-12-20

  • reference user model

1.0.6 - 2020-12-20

  • reference nova user class

1.0.7 - 2020-12-21

  • update user class

1.0.8 - 2020-12-21

  • save image dimensions automatically

1.0.9 - 2020-12-21

  • update image & video nova resources

2.0.0 - 2020-12-22

  • add updater to images & videos

2.0.1 - 2020-12-22

  • update model casts

2.0.2 - 2020-12-22

  • save updater on images & videos

2.0.3 - 2021-01-13

  • add model factories

2.0.4 - 2021-01-14

  • add model factory trait

3.0.0 - 2021-01-15

  • add tags

3.0.1 - 2021-01-15

  • save tag creator & updater

3.0.2 - 2021-01-31

  • require tipoff support package

3.0.3 - 2021-02-05

  • allow publishable migrations
  • update php requirement

3.0.4 - 2021-02-09

  • extend tipoff/support base model
  • use creator & updater traits
  • resolve classes based on tipoff/support config
  • load migrations from package

3.0.5 - 2021-02-09

  • update service provider