Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Photo and WP Super CacheNo configuration necessary, WP Super Cache will use Photon when a post is cached.
This bug has been fixed in Jetpack 2.0.
If writing your own code to link Automatic Updater to your backup solution is outside of your expertise, then I would strongly recommend VaultPress to take care of it all automatically.
Automatic Updater does not do any backups, but if you a have a backup plugin that can be triggered through a function call, Automatic Updater provides the
auto_updater_before_updateaction, which you can listen for and run your backup when the action is triggered.http://pento.net/projects/automatic-updater-for-wordpress/
Alternatively, a service like VaultPress can keep your site backed up automatically.
Forum: Plugins
In reply to: [Advanced Automatic Updates] Non wordpress.org hosted (or premium) updatesI won’t be adding code to handle specific external themes or plugins.
These themes and plugins can hook into the normal WordPress update functions – if they do that, Automatic Updater will pick that up and update them.
Alternatively, Automatic Updater has the filters
auto_updater_plugin_updatesandauto_updater_theme_updates– both of these provide an array of the plugins/themes to be updated – a premium theme or plugin would just need to add their own element to the array when an update is available, to be included in the update process.Forum: Plugins
In reply to: [Advanced Automatic Updates] [Plugin: Automatic Updater] Italian traslationTranslations are always appreciated!
The base POT file is available in the
languagesfolder in the plugin, you can email me at gary@pento.net if you have any questions, or once it’s complete.Thanks!
Forum: Plugins
In reply to: [Advanced Automatic Updates] Exclude plugin?There’s a filter available called
auto_updater_plugin_updates, which passes an array of all the plugins it intends to update. It’s the same array as$plugins->pluginsin the example you gave, so it should just be a matter of unsetting the array element with yourplugin_basename()as the key.Let me know how this goes!
Forum: Plugins
In reply to: [Advanced Automatic Updates] [Plugin: Automatic Updater] Sitewide supportThanks for the suggestion! I’ll have a play around with it on multisite and see what I can come up with.
Hey Tristan,
So, here’s how it will all work:
As @westi said, when you use Beta Tester, it will switch you over to the nightly builds. You currently have the option of using the 3.4.x nightly builds, or the 3.5 nightly builds. I agree that we shouldn’t be only upgrading between each Beta release – this will only produce outdated or duplicate bug reports. The nightly builds are reasonably stable once we get to beta phase, there are rarely any massive changes site-breaking changes occurring at this stage.
So, Automatic Updater will do the following, if you’re on a nightly stream:
– Every 24 hours, it will install the latest nightly of the stream you’re currently on.
– When the stable version of that stream is released, it will download and install it as part of the nightly process.
– If you still have Beta Tester activated, it will continue to install updates from that stream.
– If Beta Tester is deactivated, it will go back to only installing stable updates again, until you reactivate Beta Tester again.I’ve committed this, I’ll be releasing Automatic Updater 0.6 shortly.
http://plugins.trac.wordpress.org/changeset/612226/automatic-updaterYeah, I had a chat to @dd32 about this, he was saying the same thing.
I’m going to configure Automatic Updater to install nightlies every 24 hours if they’re available, so folks stay up to date.
There seems to be something weird going on with the Beta Tester plugin, it isn’t finding the 3.5 betas. Ie:
Similarly, when I use it on 3.5b1, it’s not finding 3.5b2, only the nightlies.
I’ll have a chat to @westi and see what’s going on.
Thanks for the feedback! I was waiting for beta2 to land so I could test this, I’ll investigate and see what’s happening.
Glad to hear you like it! I’ll run some tests with the Beta Tester plugin and see how it goes – let me know if you run into any problems, of course. 🙂
Oh, I see. Thank you for clarifying that, I’ll make the debug information a bit nicer to read.
It does update plugins and themes separately, to try and avoid any potential clashes during upgrade. This is the same as how WordPress behaves on the Updates page – you can’t update your plugins and your themes at the same time.
That’s a bit weird – it’s doing text-only emails, so I’m not sure how markup got in there.
Could you post a screenshot of the email? If you’re able to grab the email source from your client, can you also put it on http://pastebin.com/ and post the link?