When it rains, it pours...
I just rewrote most of HebrewDates. The new version is 2.0.0, and is available at the Hebrew Dates release page.
There's basically no reason to use yesterday's 1.0.4 release.
New features:
- Complete rewrite of the date identification; much more reliable
- Code actually looks slightly sane now. I'm no longer embarrassed for someone to look at it (although it's not great...)
- New
get_the_hebrew_date()
andthe_hebrew_date()
APIs, which can be used in any theme. The interception of the other calls, while much more robust now, still is not the ideal
Please let me know if there are any bugs. Archives should work, and some weird date formats should also be better (I no longer rely on PHP's strtotime, but have my own parsing logic).