- Fix release and versioning issues that shipped with 0.3.10
- Test & update support for WP 6.5.4
- Increase minimum supported php to 8.1, as 8.0 is end of life.
- Increase minimum WordPress version to 5.9, to align with the PHP version.
- Darken logo colors for better contrast.
- Improve German translations, h/t @mdibella-dev
- Fixing version numbers in files, missing from 0.3.9 release.
- Fix deprecated php warning on
filter_input
, using native WP functions for escaping & getting query var. Fixes another issue, where archived posts couldn't be trashed (Closes #35) - Add
aps_archived_label_string
filter to modify the "Archived" string used for the label. - Add
aps_title_separator
andaps_title_label
to filter the post title prefix and separator, defaults to 'Archived' with a:
separator. Disable the title label entirely by usingadd_filter( 'aps_title_prefix', '__return_false' );
in yourfunctions.php
file or custom plugin file. Closes #21 - Added
aps_title_label_before
filter, defaults totrue
- passfalse
to have the label appear after the title instead of before it. This change along with the label string filter above closes #31 - Add PHPUnit tests & github actions.
- Update some comments and documentation, readmes, etc
Ownership of this plugin is being transferred to Joshua David Nelson. A huge thank you to @fjarrett for his work on this plugin to this point. More info to come soon!
This update includes:
- Tested up to WordPress 6.4.2
- Add minimum PHP of 7.4
- Bump minimum WordPress to 5.3
- Add Github actions for deployment to WP repo
- Update contributors in readmes
- Add PHPStan and PHPCS Github actions
- Tweak: Indicate support for WordPress 4.7.
- Fix: Bug causing Archived status label to always appear on edit screen.
Props fjarrett
- New: Indicate support for WordPress 4.5.
- New: Added language support for
cs_CZ
. - New: Add filter to allow Archived content to be editable (#12).
Props fjarrett
- New: Indicate support for WordPress 4.4.
- Fix: Broken title when post format icon is present (#9).
Props fjarrett, brandbrilliance
- New: Indicate support for WordPress 4.3.
Props fjarrett
- Fix: Non-object warnings when
$post
is null (#6).
Props fjarrett, stevethemechanic, edwin-yard
- New: Added language support for
nl_NL
. - Tweak: Refreshed existing language files.
- Fix: Missing argument warning on
the_title
filter.
- New: Added language support for
de_DE
,es_ES
,fr_FR
,pt_PT
andru_RU
. - New: Users with the
read_private_posts
capability can now view Archived content. - New: Automatically close comments and pings when content is archived.
- Tweak: Allow mulitple post states to exist alongside Archived in edit screen.
- Fix: The
aps_excluded_post_types
filter now works as expected on Edit screens.
Props fjarrett
- New: Make Archived content read-only.
Props fjarrett, pollyplummer
- Initial release.
Props fjarrett