All Versions
7
Latest Version
Avg Release Cycle
54 days
Latest Release
3618 days ago
Changelog History
Changelog History
-
v0.5.2-alpha Changes
January 18, 20150.5.2-alpha (2015-1-18)
๐ Introduced the activate command which returns the source command to copy in order to activate an env, and if the system has a supported clipboard, copies the command to said clipboard
Usage:
virtphp activate {env_name} -
v0.5.1-alpha Changes
August 13, 2014- ๐ Released adding base foundation for more detailed logging along with pear install logging.
-
v0.5.0-alpha Changes
June 06, 2014- Added support for global Composer installs in the active virtPHP environment
- Fixed a bug on OS X involving the presence of an existing
~/.pearrc
file - Various bug fixes and docs improvements
-
v0.4.0-alpha Changes
May 14, 2014- Changed the default behavior of the
create
command to create all new virtPHP environments in~/.virtphp/envs/
; this may be overridden with the--install-path
option - Added ability to delete a virtPHP environment by name with
delete envname
- Fixed issue in which we failed to remove an environment from the environments list
- Updated all code in the project to conform to PSR-2 standard
- Various improvements to tests and raised level of code coverage
- Various bug fixes and docs improvements
- Changed the default behavior of the
-
v0.3.0-alpha Changes
March 24, 2014- โ Added
show
command to show all environments created with virtphp - โก๏ธ Updated
create
,clone
, anddestroy
commands to write to~/.virtphp/environments.json
when creating or destroying virtphp environments - ๐ Improved searching for a local
~/.pearrc
config file (fixes #25) - ๐ Various bug fixes and docs improvements
- โ Added
-
v0.2.0-alpha Changes
March 06, 2014- 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
- Added checks to the
-
v0.1.0-alpha Changes
March 03, 2014- Initial release