WP-Print And WP-EMail On WP 2.3

Someone reported to me that WP-Email is not working on this site, and after some checking, I also found out that WP-Print is also not working due to the extra / that WordPress generates for wp-print and wp-email permalink structure in WP 2.3.

WP-EMail has another problem which took me 4 hours just go pin-point it. Apparently when it includes wp-email.php and in wp-email.php there is a add_filter(‘the_title’) which hooks onto the title filter. For some reasons, the core WordPress function get_the_title() is casing the server to throw an error. In order to bypass it I have to create a new function to emulate something like the get_the_title() function.

I have since fixed all the bugs that I mentioned above and now WP-Print and WP-EMail will only work for WP2.3 and nothing below it. Sorry for any inconvenience caused.

1 Star2 Stars3 Stars4 Stars5 Stars (34 votes, average: 3.62 out of 5)

DO NOT Use Automatic Plugin Upgrade

I have received several feedback that the Automatic Plugin Upgrade feature in WordPress is causing problem with my plugins.

I want to say that ALL my plugins currently will not work with the Automatic Plugin Upgrade feature because there is a problem with the path. It is a little difficult for me to explain it here.

The new version of my plugins that I am going to release on 1st June 2008 will address this issue. In another words, if are using 1.30 or 2.30 beta of my plugins, the problem has been solved.

So in the mean time, DO NOT use the Automatic Plugin Upgrade feature for my plugin.

Source: WordPress.org Forums: wp-dbmanager is showing as an upgrade for wp-postViews Widget

1 Star2 Stars3 Stars4 Stars5 Stars (125 votes, average: 3.61 out of 5)