Releases: alleyinteractive/archiveless
Releases · alleyinteractive/archiveless
v1.1.1
What's Changed
- Update mantle-framework/testkit requirement from ^0.6 to ^0.7 by @dependabot in #48
- Update alleyinteractive/alley-coding-standards requirement from ^0.3 to ^1.0 by @dependabot in #52
- Fix unit tests and ensure that tests pass with twentytwentythree by @srtfisher in #58
- Change visibility of post stati in query by @kevinfodness in #57
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Fix:
- Ensure that when
any
is passed as thepost_status
that archiveless does not modify the query. The query should return archiveless posts normally then with an unmodified query. - Call out that
get_posts()
calls will not have archiveless posts returned by default. This logic in the plugin broke backward compatibility with some existing plugin use.