All notable changes to this plugin will be documented in this file.
- Github Action: Updated matrix to test the following PHP versions: 8.0, 8.1, and 8.2;
- Added
.editorconfig
; - Composer: upgraded packages;
- PHPStan: added support;
- Bumped the plugin version from
0.2
to1.1.2
; - Tested the plugin with the WordPress 6.4;
- Use
declare(strict_types=1);
, when possible; - Update Alley domain to
https://alley.com
;
- Bug fix from previous use of the archiveless plugin that broke backwards
compatibility: only include archiveless posts when no
post_status
is specified for the query. Forget_posts()
calls, this means that archiveless posts will never be included by default sinceget_posts()
sets a default post status. To include archiveless posts withget_posts()
, you can includearchiveless
in thepost_status
or passinclude_archiveless
set to `true. - Introduces
include_archiveless
query paramater.
- Initial release