I tried to install the Discourse Calendar plugin on my server on the latest version of Discourse ( 2.4.0.beta2). However, db:migrate fails with:
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
Does that simply mean the plugin is not compatible yet with the latest version or is my installation somehow messed up?