Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 968 Bytes

Change log

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.

[[next-version]] - YYYY-MM-DD

[0.1.1-alpha3] - 2023-09-21

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] - 2022-01-06

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] - 2022-01-05

Changed

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

[0.1.0-alpha1] - 2021-02-16

Initial release