Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
versionpress-3.0.2.zip | 2016-07-12 | 1.1 MB | |
3.0.2.tar.gz | 2016-07-04 | 885.3 kB | |
3.0.2.zip | 2016-07-04 | 1.1 MB | |
README.md | 2016-07-04 | 1.9 kB | |
Totals: 4 Items | 3.1 MB | 0 |
❗️ 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. - Download versionpress-3.0.2.zip - Installation instructions
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.