Skip to content

Releases: wp-oop/containers

0.1.1-alpha3

21 Sep 00:23
01f52a9
Compare
Choose a tag to compare
0.1.1-alpha3 Pre-release
Pre-release

Fixed

  • Will no longer attempt to use get_blog_option() and update_blog_option()
    when using default blog ID (#7).

Changed

  • Improved exception messages, which will now include the blog ID.

0.1.1-alpha2

06 Jan 10:57
d2b12b3
Compare
Choose a tag to compare
0.1.1-alpha2 Pre-release
Pre-release

Added

  • BlogOptions now accepts a null blog ID, which causes it to use the current site's options every time (#3).
  • SiteMeta now accepts a null blog ID, which causes it to use the current site's meta every time (#5).

Fixed

  • SiteMeta now uses correct site meta functions (#5).

0.1.1-alpha1

05 Jan 14:50
7f09f30
Compare
Choose a tag to compare
0.1.1-alpha1 Pre-release
Pre-release

Changed

  • Factory callables now documented in Psalm (#2).

0.1.0-alpha1

16 Feb 17:14
Compare
Choose a tag to compare
0.1.0-alpha1 Pre-release
Pre-release

Initial release.