Skip to content

Commit

Permalink
Robo 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Oct 11, 2020
1 parent ee74612 commit fd28dcc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

### 1.4.13 - 10/10/2020

- Allow symfony/finder ^5 (#992)
- Fix #981: PHP 7.3 compatibility fixes (#982)

### 1.4.12 2/18/2020

- Fixed #922: PHP 7.4 compatibility. (#923) (#928)
- Test on PHP 7.4. Backport removal of Codeception to 1.x branch. (#925)
- Copy branches documentation to the 1.x branch.
- Fix incosistent white space formatting in code example. (#916)
- Viktor Szépe extract() is not our friend (#903)
- Viktor Szépe Old variables in ImageMinify (#904)
- Viktor Szépe RuntimeException used realtively (#905)

### 1.4.11 10/29/2019

- Deprecate $this->io() and provide style injector instead. (#910)
- Jordon Replogle Changed leafo to scssphp as leafo is archived (#900)
- Patrick Kollitsch Add missing code formatting to sample code (#861)
- Patrick Kollitsch Adding documentation as option to pull_request_template.md (#862)
- RTLcoil Tiny formatting fix in README (#874)
- Tal Ater Updated README with command for initiating a RoboFile (#875)

### 1.4.10 7/29/2019

* Allow default argument for confirm() questions by Dane Powell (#850)
Expand Down
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class Robo
{
const APPLICATION_NAME = 'Robo';
const VERSION = '1.4.13-dev';
const VERSION = '1.4.13';

/**
* The currently active container object, or NULL if not initialized yet.
Expand Down

0 comments on commit fd28dcc

Please sign in to comment.