2.0.0
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