Skip to content

1.2.2

Choose a tag to compare

@darylldoyle darylldoyle released this 17 Apr 17:02
· 29 commits to develop since this release
36fdd5d

What's Changed

  • Fix/dont instantiate classes not extending interface by @darylldoyle in #11

Notes

This release fixes an issue where some non-module classes were getting auto-instantiated incorrectly. Any classes that you want to be instantiated automatically SHOULD be implementing the TenupFramework\ModuleInterface interface.

Full Changelog: 1.2.1...1.2.2