Skip to content

Releases: 10up/wp-framework

1.2.3

06 May 13:00
4512e0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

17 Apr 17:02
36fdd5d
Compare
Choose a tag to compare

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

03 Apr 14:33
e19e7c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

20 Mar 12:06
6968fb1
Compare
Choose a tag to compare

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

13 Mar 16:09
5653768
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0...1.1.0