Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to include modules into backend class #538

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2021

  1. Automatically include BackendMethods and/or BackendClassMethods

    With this change, if no included hook is defined on a plugin *and* the
    plugin defines module(s) named BackendMethods (instance methods) and/or
    BackendClassMethods (class methods), a hook is auto-defined to
    include/extend those modules from the backend class.
    shioyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    37d6ac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c5cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ceeff7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc2aedd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Update changelog

    shioyama committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    6c4b96b View commit details
    Browse the repository at this point in the history