I’d like to announce the first official release of the Blog Time plugin (v1.0) for WordPress.
Display the time according to your blog via a widget, admin widget, and/or template tag.
For more details, instructions, screenshots, and the download link, visit the plugin’s official homepage at :
coffee2code.com/wp-plugins/blog-time.
This is my 65th plugin release.
Update: Plugin updated to v1.0.1 (see comment below for more information)
Update: Plugin updated to v1.0.2 (see comment below for more information)
Comments welcome on this post for this version of the plugin. Comments will be closed once this release has been superseded by another.
6 replies on “Blog Time v1.0 (new)”
Hi,
the download is not working (404).
Tobias
Thanks for the report, Tobias. The link has been fixed.
Line 75 of widget.php file, the variable $exclude_options is not declared.
It causes me PHP warning in admin panels
Solved by declaring $exclude_options = array();
Thanks for the catch and report, Olivier. I’ll put the fix out soon as v1.0.1.
Plugin has been updated to v1.0.1
I’ve released an update to the plugin to fix a minor bug (previously mentioned in the comments above; thanks olivier!)
v1.0.2 of this plugin has been released
This release does the following:
* Add PHPDoc documentation
* Note compatibility with WP 2.9+
* Update copyright date