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.
BlogOptionsnow accepts anullblog ID, which causes it to use the current site's options every time (#3).SiteMetanow accepts anullblog ID, which causes it to use the current site's meta every time (#5).
SiteMetanow uses correct site meta functions (#5).
- Factory callables now documented in Psalm (#2).
Initial release