Releases: 10up/wp-framework
Releases · 10up/wp-framework
1.2.3
What's Changed
- Feature/fix loading of broken classes by @darylldoyle in #12
Full Changelog: 1.2.2...1.2.3
1.2.2
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
1.2.1
What's Changed
- Add/community files by @jeffpaul in #9
- Fix: also check blocks list folder for asset versions by @fabiankaegy in #10
New Contributors
- @jeffpaul made their first contribution in #9
- @fabiankaegy made their first contribution in #10
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Lower PHP minimum version requirement from 8.3 to 8.2 by @s3rgiosan in #8
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Fix: use project-based lint commands instead of global reference by @claytoncollie in #2
- Fix: Specify the PHPCS rule that is being ignored by @s3rgiosan in #4
- Update: Add asset loading functionality by @darylldoyle in #5
New Contributors
- @claytoncollie made their first contribution in #2
- @s3rgiosan made their first contribution in #4
- @darylldoyle made their first contribution in #5
Full Changelog: 1.0.0...1.1.0