This is a very minor update to the WP-Cron suite. No changes have been made to wp-cron.php itself.
wp-cron-mail has been updated to properly addslashes() on the content and subject of submitted emails.
wp-cron-moderation has been updated to avoid an error condition when only one comment is pending in the moderation queue.
I guess this is full time job for you.
It's nice to have WP-Cron when you don't have access to cron an I don't.
I'm a bit confused going from the 1.1a version to 1.3. The readme file doesn't tell me what all the files are, for example: what's the wp-cron-mail.php.r2584.
Rational for question: I still have to learn PHP.
And another one. Why can't the wp-cron-mail not accept the apostrophe while the wp-mail can?
Thanks for your good efforts!
Bertil: where did you find wp-cron-mail.php.r2584? That file should not be included in the download.
WP-Cron Mail should now be able to handle apostrophes. The problem was that I forgot to include
addslashes()to the content, which properly sanitizes apostrophes.Will this plugin also delay the sending of the notification e-mails from the Subscribe2 plug in? Right now when I publish something to a future date, the Subscribe2 e-mail just never gets sent.
Ruby: alas, no, WP-Cron does not currently do anything to facilitate subscribe2 for future-dated posts. It was something I had hoped to do, but it honestly doesn't look like something I'll do for the 1.5 branch of WordPress.
I am trying to get some better hooks included in the next version of WordPress to make exactly this much much easier.
Hi Skippy!
I'm a slow responder, as you can see.
For a while I was overwhelmed by too many projects going on at the same time.
where did you find wp-cron-mail.php.r2584? you ask.
Well, to tell you the truth, I got it from this very page.
Surpriced? ;-)
It also contains wp-cron-mail.php.r3463.
Bertil: thanks. I see. It looks like some cruft the revision control system I'm using crept into the packages I created. Sorry about that! WP-Cron 1.4 does not contain this cruft.
Hi Skippy,
thanks for your effort.
I'm using this version of your plugin wp_cron and I'm using it with Subscriber2 (http://www.prescriber.org.uk/subscribe2.php)
I'm working with WP 2.x and when I write future dated posts, I recieve four emails per entry.
I've configured the wp-cron for hourly execution, and I've set a log to look if this works. I've seen on my log that wp_cron starts allways at 1 pm till 12am.
Do you have any solutions to this problems ?
Maybe update ? Wp-cron ?
thanks