This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

AUX

Description

AUX provides an XML-RPC function for running the built in WordPress auto-upgrade using XML-RPC.

The XML-RPC method to call : aux.autoUpgradeWP

Parameters to pass:

  • site username
  • site password
  • WordPress version to upgrade to
  • Locale of site (default: en_US)

XML-RPC must be enabled on your WordPres site. (Dashboard > Settings > Writing > Remote Publishing)

See https://github.com/karmadude/AUX for an example of using node.js to auto-upgrade multiple WordPress sites using AUX plugin.

Installation

User the built in plugin installer and upgrade. To install manually, follow these steps:

  1. Upload aux.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“AUX” is open source software. The following people have contributed to this plugin.

Contributors

Translate “AUX” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • First Release

1.0.1

  • Readme copy changes
  • corrected version mismatch