Skip to content

Latest commit

 

History

History
61 lines (29 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

61 lines (29 loc) · 1.97 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2017-04-09)

Features

  • include all network-wide posts by default (ce27642)

BREAKING CHANGES

  • The default value of posts_per_site becomes the same value of posts_per_page.

0.1.3 (2016-04-02)

Bug Fixes

  • Domain Path in MU plugin loader (140c486)

0.1.2 (2016-01-08)

Bug Fixes

  • cast WP_Post::site_ID to integer (4b3d74e)
  • in-loop state false positive (ba8a94d), closes #4

Features

  • add posts_per_site filter hook (20dbec6), closes #6
  • add get_the_site_ID(), the_site_ID() as template functions (5b6c066), closes #1

0.1.1 (2015-12-31)

Bug Fixes

  • incorrect isset() check for WP_Post::site_ID (eea8869)
  • missing property declaration (f6583fa)

0.1.0 (2015-12-31)

  • The first release