Releases: brainstormforce/unlist-posts
Releases · brainstormforce/unlist-posts
Version 1.1.9
Changelog
- Improvement: Comments for unlisted posts were hidden, These should be displayed now.
- Improvement: Make sure robots tag is noindex for unlisted posts when Rank Math plugin is active.
What's Changed
- Update stable tag after v1.1.8 release by @Nikschavan in #79
- WordPress 5.9 Compatibility by @AbhijitNage123 in #82
- Setup tests using wp-phpunit by @Nikschavan in #84
- Bump roots/wordpress from 5.8.3 to 5.9 by @dependabot in #85
- Bump wp-phpunit/wp-phpunit from 5.8.3 to 5.9.0 by @dependabot in #86
- Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.1 to 0.7.2 by @dependabot in #87
- Improvement: Added Rank Math compatibility. by @AbhijitNage123 in #90
- Bump wp-phpunit/wp-phpunit from 5.9.0 to 5.9.1 by @dependabot in #91
- Bump roots/wordpress from 5.9 to 5.9.1 by @dependabot in #92
- Breaking: Show comments for a unlisted posts by @Nikschavan in #93
- Version bump and update changelog by @Nikschavan in #94
Full Changelog: v1.1.8...v1.1.9
Version 1.1.8
- Improvement: Updated the description of the plugin (props @NekoJonez)
Version 1.1.7
- Fix: Support translations on translate.wordpress.org.
Version 1.1.6
- Fix: Unlisted post visible in preview/next post links.
Version 1.1.5
- Fix: Compatibility with Yoast SEO's robot tags options. Robots tags from Unlist Posts will override tag changes from Yoast SEO.
Version 1.1.4
- Fix: Due to a bug unlisted posts were visible in the search results, which we have fixed now.
Version 1.1.3
- Deprecated: wp_no_robots() has been deprecated.
- Security: Use escaping for displaying unlist post description.
Version 1.1.2
- Fix: Post metabox did not show the correct status if the post is unlisted or not in the classic editor.
Version 1.1.1
- Improvement: Added the WordPress 5.6 compatibilty.
Version 1.1.0
- New: Add post status filter to make it easier to find out the unlisted posts. (Props @matthewmcvickar #40)
- Fix: Don't save post status for the revision posts.