These plugins were tested ok on v2.5 beta. Without any major surprises, they should be working fine when v2.5 gold is released.
Announcement
- “Different message for different roles/users” feature fixed
- Removed TinyMCE (appears more troublesome than helpful based on feedback)
Pre-Publish Reminder
- Reminder List shows up in correct places
- Move to a folder structure
YouTube Comments
- Suppress errors/warnings; enable script to continue fetching comments instead of dieing
What's Next?
»» Subscribe to Feed
» Leave a Comment
Related Posts:
» Themes and Plugins Compatibility on WP 2.7
» Themes and Plugins Compatibility on WP 2.8
» How to Improve Search Function in WP [Using Plugins]
» Newer Post: How You Can Get $72 Discount on EasyCGI Web Hosting Plans
« Previous Post: Testing of Plugins and Themes on WP 2.5














Couldn’t find where to post this, so I hope this is the right spot…
I noticed in the WP Dashboard under Plugins, that Genki Announcement does NOT show that a new update is available. Not sure how you make that happen, but thought I’d let you know.
Also, just a suggestion for your instructions for Genki Announcement: For those that use the “Show where I insert the template function”, you should actually include the line as follows to prevent errors in the theme if the plugin is deactivated or removed:
This just checks to make the plugin is still active, and then calls the function. If the plugin has been deactivated, then it will ignore the function.
Thanks for a great plugin!
Ok, i just noticed that it stripped my suggestion out of the last comment, so here is the suggested line replacement but I have substituted these brackets < with these brackets [ so hopefully it will display:
[?php if(function_exists('genki_announcement')) { genki_announcement(); } ?]
I upgraded to Genki Announcement v1.4 on both a WP2.5 install and a WP2.3.3 install, and the following error occurs on both sites:
Warning: Cannot modify header information – headers already sent by (output started at /home/mydomain/public_html/blog-sandbox/wp-content/plugins/genki_announcement/genki_announcement.php:265) in /home/mydomain/public_html/blog-sandbox/wp-includes/pluggable.php on line 693
Thanks for the heads up, jsherk. I didn’t notice the missing “new update” msg.
I’ve also implemented your function_exists suggestion
Sorry I forgot to take out some lines of code. Please download the zip file again. It should work fine now.