All notable changes to this project will be documented in this file, formatted via this recommendation.
- Removed the plugin notice in the admin
- Plugin updates from GitHub
- Support custom post statuses, props @nabrown
- German translation, props @HenryJobst
- Bumped the "Tested To" number to WP 6.6
- Updated text of the plugin notice
- Added
pre_display_posts_shortcode_output
filter before shortcode runs, used for transient caching, see #210
- Updated plugin to pass coding standards, see #214
- Removed survey admin notice, see #213
- Don't display empty term list, see #208
- Improved spacing around excerpt dash, see #219
- Don't add empty parameters to the query, see #207
- Added author_id parameter, see #195
- Added has_password parameter
- Added s parameter for performing a site search, see #184
- Added date_format="relative" format option (ex: 2 days ago), see #194
- Added post_parent__in and post_parent__not_in parameters, see #193
- Added excerpt_dash="false" option to disable dash in excerpt, see #204
- Added additional parameters to the
display_posts_shortcode_output
filter - Added additional parameters to the
display_posts_shortcode_category_display
filter, see #185 - $dps_listing loop now accessible globally, see #198
- $dps_listing loop now accessible in open/close filters
- Added .excerpt-more class to excerpt more text, see #205
- excerpt_more text is always appended to end of excerpt, see #197
- In parameters that support multiple terms, they can now be separated with a comma or comma-space, see #183
- New parameter
exclude
for excluding specific post IDs, see #154 - New parameter
category_id
for specifying category by ID (note: only accepts a single ID), see #156 - New parameter
include_date_modified
for displaying the date the post was last updated, see #150
- Shortcode title now appears above the wrapper (ul/ol/div), fixing invalid markup, see #165
- Limit visibility to readable posts
- Set include_link="false" to remove link from post title and image, see #137
- Category display when using multiple post types, see #143
- Issue combining multiple taxonomies, see #131
- Support for Co-Authors Plus Addon
tax_include_children
parameter for tax queries. See #120- New filter to display the full version of manual excerpt, regardless of excerpt_length. See #123
- More improvements to excerpts, see #110
- Fix date query bug, see #108
- Fixed undefined variable notice if include_title="false"
- Added content_class parameter
- Fix issue with manually specified excerpts
- Add support for author="current"
- Add support for multiple wrapper classes
- Add support for excerpt_length parameter
- Add support for excerpt_more parameter
- Fix an issue with manually specified excerpts
- Add support for date queries
- Exclude child pages with post_parent="0"
- Query by current taxonomy terms. Ex: [display-posts taxonomy="category" tax_term="current"]
- Display the post's categories with [display-posts category_display="true"]
- Many more fixes. See GitHub for a full list of changes.
- Add 'include_author' parameter
- Add 'exclude_current' parameter for excluding the current post from the results
- If you display the full content of results, additional uses of the shortcode within those posts are now turned off
- Other minor improvements
- Include the shortcode attributes on wrapper filter
- Add 'no_posts_message' parameter to specify content displayed if no posts found
- Add filters to the title and permalink
- Limit private posts to logged in users
- Add support for excluding sticky posts
- Add support for ordering by meta_key
- Use original attributes for filters
- Add support for multiple taxonomy queries
- Add filter for post classes
- Add support for post content in the post loop
- Add support for post status
- Add support for post author
- Add support for post offset
- Explicitly declare arguments, props danielbachhuber
- Sanitize each shortcode attribute for security, props danielbachhuber
- Add 'date_format' parameter, so you can customize how dates are displayed
- Added a class of .excerpt-dash so CSS can be used to remove the dash
- Cleaned up the codebase according to WordPress coding standards
- Added
display_posts_shortcode_no_results
filter for displaying content if there's no posts matching current query. - Add support for multiple post types. [display-posts post_type="page, post"]
- Added
id
argument to specify specific post IDs - Added
display_posts_shortcode_args
filter in case the arguments you want aren't already included in the shortcode. See example: http://www.billerickson.net/code/display-posts-shortcode-exclude-posts/
- Added
post_parent
where you can specify a parent by ID, or you can saypost_parent=current
and it will use the current page's ID. - Added
wrapper
where you can decide if the posts are an unordered list, ordered list, or div's - Added support for multiple taxonomy terms (comma separated) and taxonomy operator (IN, NOT IN, or AND).
- For the sake of clarity I'm changing version numbers. No feature changes
- Added a filter (display_posts_shortcode_output) so you can modify the output of individual posts however you like.
- Added post_type, taxonomy, tax_term, and include_excerpt
- Added classes to each part of the listing (image, title, date, excerpt) to make it easier to change the look using CSS
- Updated Readme
- Added image_size option
- Fix spacing issue in plugin
- This is version 0.1. Everything's new!