VirtPHP v0.2.0-alpha Release Notes

Release Date: 2014-03-06 // about 10 years ago
    • Added checks to the activate script to detect whether another virtPHP or virtualenv environment is running; one must deactivate virtualenv environments before they can activate a virtPHP env. Switching virtPHP env is allowed.
    • Added Travis CI and Coveralls.io configuration to run tests and generate coverage reports
    • Changed to use PSR-4 autoloading
    • Various bug fixes and docs improvements