Skip to content

3.0.2

Latest
Compare
Choose a tag to compare
@JanVoracek JanVoracek released this 22 Jul 13:23
· 1426 commits to master since this release

❗️ UPDATE: Please note that this release is from July 2016. The newest beta release is 4.0-beta2 but importantly, VersionPress is not actively developed so don't use any of the versions in production please. #1481 explains more.


More reliable REST API response handling. Released on 22 July 2016. Release blog post.

Note: this is an Early Access release. These warnings and limitations apply.

New in 3.0.2

This release fixes 3 issues via 2 pull requests. Main changes are:

  • Malformed REST API responses, e.g. because of PHP notices, are handled better by the client-side, JavaScript code. #1074
  • Fixed "Click here to show [uncommitted] changes" bug introduced in 3.0.1. #1073

Update notes

The best way to update from 3.0 or above is to run this WP-CLI command:

wp vp update /path/to/versionpress-3.0.2.zip

If you're updating from an older release or cannot use WP-CLI, full reactivation is required, see Update.

System requirements

General system requirements:

  • PHP 5.6.0 or later
  • WordPress 4.4 or later
  • Git 1.9 or later
  • proc_open() enabled

System requirements for sync / multi-environment workflows:

  • Custom server or VPS is recommended.