All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Will no longer attempt to use
get_blog_option()
andupdate_blog_option()
when using default blog ID (#7).
- Improved exception messages, which will now include the blog ID.
BlogOptions
now accepts anull
blog ID, which causes it to use the current site's options every time (#3).SiteMeta
now accepts anull
blog ID, which causes it to use the current site's meta every time (#5).
SiteMeta
now uses correct site meta functions (#5).
- Factory callables now documented in Psalm (#2).
Initial release