Categories
General

Birthdaze 0.5.3

This version just adds a little feature that Matt asked for on Twitter: the widget and shortcode can now just show today’s birthdays. If you’re using the shortcode, set the time option to day.

Get the latest version of Birthdaze here: birthdaze-0.5.3

Categories
General

Birthdaze 0.5.2

I got an email suggestion to add a way to highlight a birthday if it’s today. It turned out to be pretty easy – this minor update adds a span tag with a class “bdaytoday” or “nobdaytoday” to each birthday in a list. So, adding this would make today’s birthday(s) red:

.bdaytoday {
color: #f00;
}

Get the latest version here: birthdaze-0.5.2