Releases: jeherve/posts-on-this-day
Releases · jeherve/posts-on-this-day
1.5.5
[1.5.5] - 2023-05-08
- Widget: add a new filter,
jeherve_posts_on_this_day_widget_year_heading
, allowing one to customize the heading used to display years in the widget.
Use the filter like so:
add_filter(
'jeherve_posts_on_this_day_widget_year_heading',
function () {
return 'div';
}
);
1.5.4
1.5.3
1.5.0
1.4.1
1.3.0
1.2.0
1.1.3
1.1.2 -- Initial release
It should already be ready for submission to W.org as it is.
Quick warning: this widget was developed to fit my needs, it may consequently not have all the bells and whistles you need for your own site. If you'd like to see additional features, let me know!