Skip to content

Commit

Permalink
release log for 1.22.8 & 1.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdxr committed Oct 17, 2017
1 parent 25ef7b2 commit e144aa4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.md
@@ -1,6 +1,25 @@
CHANGES
=======

### Version 1.22.9
- Added support for php pre-release versions, including alpha, beta and RC (#915)
- Improved the "ext enable" command (#911)
- Added support for bundled shared extension / pre-built extension
- Generate absolute path for zend extension for php lower than 5.5
- Fixed proxy auth problem for wget downloader (#897)
- Fixed problems when installing packages with os or architecture dependency (#917, phpbrew/PEARX#8)
- Added the LDAP variant (#906)
- Use bundled GD if no prefix provided (#907)
- Fixed cURL extension being silently dropped if dependencies not found (#913)


### Version 1.22.8
- Use sha256 instead of md5 for newer release (#884)
- Implemented purging multiple PHP builds at one time (#881)
- Added phpcbf to App store (#853)
- Improved user experience (#880)


### Version 1.22.7
- Updated App store (#850)
- Improved warning messages about environment check
Expand Down
2 changes: 1 addition & 1 deletion src/PhpBrew/Console.php
Expand Up @@ -14,7 +14,7 @@
class Console extends Application
{
const NAME = 'phpbrew';
const VERSION = '1.22.8';
const VERSION = '1.22.9';

public function options($opts)
{
Expand Down

0 comments on commit e144aa4

Please sign in to comment.