Skip to content

v1.1.0

Compare
Choose a tag to compare
@MilesPong MilesPong released this 26 Mar 02:36
· 36 commits to master since this release

Database changed, please run the new migration:

$ php artisan migrate

Added

  • Docker support (defe382, 4730e0f)
  • user:add command
  • Show Algolia logo when using algolia driver
  • Localization support

Changed

  • Upgrade npm packages
  • Seeder and ModelFactory (da69855)
  • Upgrade to Laravel 5.6

Fixed

  • Bug of updating updated_at after saving counter

Removed

  • Column user_id on Page model