This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Releases: aldolat/posts-in-sidebar
Releases · aldolat/posts-in-sidebar
Changelog for 4.16.3
Changelog for 4.16.2
- Fixed displaying post ID to admins only.
Changelog for 4.16.1
- Added a new option in the Debug section for displaying the post ID just before the post title.
- Changed the comment for an option.
- Fixed i18n for a string.
Changelog for 4.16.0
- Added a comment in Custom field type fields.
- It's now possible to add custom classes to the span element of custom fields.
- Added
pis_cf_add_attribute
filter. It allows to add custom attributes to the span element of custom fields. - Added a comment for "Skip this number of posts" (thanks to @china_guy).
- Fixed missing i18n (thanks to @china_guy).
- Fixed getting all posts by recent comments (thanks to @china_guy).
- Fixed "Read more..." behavior (thanks to @china_guy).
Changelog for 4.15.1
- Changed date format in
pis_get_current_datetime()
function, now forced toY-m-d
(YYYY-MM-DD). - Added filter to date and time format in
pis_get_current_datetime()
function. - The word
now
used as Custom field value in the Custom field query panel will be changed in the current date, ignoring time by default. This can be changed using a filter.
Changelog for 4.15.0
- Added compatibility with Yoast SEO plugin when determining the main category of a post.
- Cleaned and beautified HTML source code.
- Updated compatibility to WordPress 5.7.
Changelog for 4.14.0
- Added new links to plugin line in the WordPress plugins management page.
- Changed functions names in
pis-duplicate.js
to avoid conflicts with Duplicate Widgets plugin. - Load the JS for duplicating a widget only if "Duplicate Widgets" plugin is not active.
- Updated compatibility to WordPress 5.6.
Changelog for 4.13.0
- Added function to duplicate the widget.
- Changed some strings.
Changelog for 4.12.1
- Changed some strings.
Changelog for 4.12.0
- Added fields for date and time formatting.