I noticed this problem too. I’ll get it fixed in the next version!
John
That is great news, thank you!
Do you know when the update will be released?
Does not work. I see the update, trying to install it, but the update is much to fast – and even when it says “update complete” it is not. There is still the notification about a new update and still the wrong time displayed.
PS: It makes not much sense to download http://downloads.wp.xz.cn/plugin/wp-crontrol.1.2.zip when the new update is called 1.2.1? 🙂
So the update is just downloading the already-installed-version 1.2. That is why nothing changes.
Wait a few minutes and try again. ww.wp.xz.cn takes a few mins to update.
Now it worked 🙂 Did not know that WordPress takes a time until the update is really “there”. I thought if WordPress shows up “One new update” I can just update and everything is fine… did not know that WP takes the wrong update file for some minutes…… o.O
One question about the plugin: What does the row “Arguments” mean? In one of my cronjobs for example stands “[25]” – what does that stands for?
Arguments is an optional parameter in wp_schedule_event() that gets passed to the cron hook when it fires. It’s used to pass optional data to the hook.
In your example, a plugin is passing the number 25 to the hook. This might be a post ID, or a user ID, or something else.