Skip to content
This repository was archived by the owner on Feb 11, 2019. It is now read-only.

Releases: virtphp/virtphp

v0.5.2-alpha

18 Jan 20:15

Choose a tag to compare

v0.5.2-alpha Pre-release
Pre-release

0.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

13 Aug 16:10

Choose a tag to compare

v0.5.1-alpha Pre-release
Pre-release
  • Released adding base foundation for more detailed logging along with pear install logging.

v0.5.0-alpha

06 Jun 20:35

Choose a tag to compare

v0.5.0-alpha Pre-release
Pre-release
  • 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

14 May 22:01

Choose a tag to compare

v0.4.0-alpha Pre-release
Pre-release
  • 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

v0.3.0-alpha

25 Mar 01:31

Choose a tag to compare

v0.3.0-alpha Pre-release
Pre-release
  • Added show command to show all environments created with virtphp
  • Updated create, clone, and destroy 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

v0.2.0-alpha

07 Mar 22:18

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release
  • 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
  • Typo fixes and documentation updates

v0.1.0-alpha

04 Mar 04:13

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release
  • Initial release