Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@puckwang puckwang released this 21 Aug 04:35
· 304 commits to master since this release
9ce3890

Changed

  • 講者管理頁面增加 is_keynote 的選項
  • 講者頁面與贊助商頁面增加權限管理
  • 優化沒有權限錯誤頁面
  • 新增 master / develop 自動部署至主機

Update from v1.6.1 to v1.7.0

Run SQL

INSERT INTO `permissions` (`id`, `name`, `guard_name`, `description`, `created_at`, `updated_at`) VALUES (NULL, 'Sponsor:Write', 'web', '管理 Sponsor', CURRENT_TIME(), CURRENT_TIME()), (NULL, 'Sponsor:Read', 'web', '檢視 Sponsor', CURRENT_TIME(), CURRENT_TIME()), (NULL, 'Speaker:Write', 'web', '管理 Speaker', CURRENT_TIME(), CURRENT_TIME()), (NULL, 'Speaker:Read', 'web', '檢視 Speaker', CURRENT_TIME(), CURRENT_TIME());