Skip to content

Releases: jeherve/posts-on-this-day

1.5.5

08 May 07:23
20a100a
Compare
Choose a tag to compare

[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

27 Apr 07:37
765c77b
Compare
Choose a tag to compare

[1.5.4] - 2023-04-27

  • Query: do not display private and password-protected posts in the widget.

1.5.3

06 Aug 15:13
a4f0e16
Compare
Choose a tag to compare

[1.5.3] - 2021-08-06

  • Query: create new filter to allow setting a custom amount of years to fetch posts.

1.5.0

19 Mar 12:23
e498e51
Compare
Choose a tag to compare
  • Check for types more strictly.
  • The plugin now requires PHP 7.1.

1.4.1

09 Mar 07:58
933ec70
Compare
Choose a tag to compare

Initial WordPress.org release

1.3.0

08 Mar 10:57
5b8c7f4
Compare
Choose a tag to compare

Add option to group by year.

1.2.0

08 Mar 10:28
89b504c
Compare
Choose a tag to compare

Add option to display post thumbnails.

1.1.3

07 Mar 13:39
b907d84
Compare
Choose a tag to compare

Adjust plugin URI for public release

1.1.2 -- Initial release

07 Mar 13:31
eaf01e2
Compare
Choose a tag to compare

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!