Db:migrate が discourse-calendar で失敗

Discourse の最新バージョン(2.4.0.beta2)のサーバーに Discourse Calendar プラグインをインストールしようとしました。しかし、db:migrate が以下のエラーで失敗しました:

rake aborted!
NoMethodError: undefined method `register_user_custom_field_type’ for #Plugin::Instance:0x00007f362313a6b8
Did you mean? register_post_custom_field_type
register_group_custom_field_type
register_category_custom_field_type
register_topic_custom_field_type

これは単にプラグインが最新バージョンと互換性がないことを意味するのでしょうか、それとも私のインストールに何か問題があるのでしょうか?

これは、公式のカレンダープラグインについてのものであり、以下の壊れたプラグインについてではないことを確認できますか? https://meta.discourse.org/t/discourse-calendar-plugin/58005

register_user_custom_field_type は最近追加された新しいメソッドです。

このプラグインが正しく機能するには、Discourse の最新バージョンにアップグレードする必要があります。

master ブランチが必要で、2.4.0.beta2 ではありません。お手伝いありがとうございます!