Skip to content

2.0.0

Compare
Choose a tag to compare
@circlecube circlecube released this 29 May 15:59
· 83 commits to main since this release
91021b0

What's Changed

  • Add/feature module by @circlecube in #22
  • add htaccess var to class to stop throw warning for dynamic property creation by @circlecube in #23

Breaking Change

This release introduces the features module for loading the module. It no longer loads via the module loader. Plugins need to require the features module and instantiate the Features singleton in order for this version to load. Features::getInstance();

Full Changelog: 1.4.1...2.0.0