Releases: joshuadavidnelson/archived-post-status
Releases · joshuadavidnelson/archived-post-status
0.3.11
What's Changed
- Fix versions, bump to 0.3.11 by @joshuadavidnelson in #40
Full Changelog: 0.3.10...0.3.11
v0.3.10: Update supported & minimum PHP and WP versions
- 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
What's Changed
- v0.3.10: Update supported & minimum PHP and WP versions by @joshuadavidnelson in #39
- Improved the German translation by @mdibella-dev in #38
New Contributors
- @mdibella-dev made their first contribution in #38
Full Changelog: 0.3.9.1...0.3.10
0.3.9.1 Version Bump
Fixing version numbers in files, missing from 0.3.9 release. 🤦
0.3.9 - Updates and bugfixes
- 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 status label throughout the plugin. - Add
aps_title_separator
andaps_title_label
to filter the post title separator and label. It defaults to 'Archived' with a:
separator as a prefix to the content title. 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, in which case it appears as "- Archived." This change along with the label string filter above closes #31 - Add PHPUnit tests & github actions.
- Update some comments and documentation, readmes, etc
Updates & New Maintainer
Ownership of this plugin is being transferred to @joshuadavidnelson. 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
- Added minimum PHP of 7.4
- Bumped minimum WordPress to 5.3
- Added Github actions for deployment to WP repo
- Updated contributors in readmes
- Added PHPStan and PHPCS Github actions