Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Tags: catchup-doi/ucmitz

Tags

1.0.0

ucmitz 1.0.0 リリース

0.0.8

ルーティングの仕様を変更

https://localhost/baser/admin/users/login
から
https://localhost/baser/admin/baser-core/users/login
に変更

処理が複雑になっていたためバグを含みやすそうと判断。

0.0.7

CsrfProtectionMiddlewareを有効化したことによりテストが失敗していたので調整

0.0.6

ルーティング設定を追加

下記2つのアクセス方法を追加
/baser/admin/custom_controller/custom_action
/baser/plugin-name/custom_controller/custom_action

0.0.5

プラグインのルーティング設定をスーパークラスに移動

外部プラグインが継承して利用できるようにするため

0.0.4

依存関係を更新

0.0.3

BcApplication を除外し、BaserCore\Plugin に処理を移行

0.0.2

初期化処理を Migration に変更

0.0.1

Composer update.