Skip to content

Commit fd28dcc

Browse files
Robo 1.4.13
1 parent ee74612 commit fd28dcc

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
### 1.4.13 - 10/10/2020
4+
5+
- Allow symfony/finder ^5 (#992)
6+
- Fix #981: PHP 7.3 compatibility fixes (#982)
7+
8+
### 1.4.12 2/18/2020
9+
10+
- Fixed #922: PHP 7.4 compatibility. (#923) (#928)
11+
- Test on PHP 7.4. Backport removal of Codeception to 1.x branch. (#925)
12+
- Copy branches documentation to the 1.x branch.
13+
- Fix incosistent white space formatting in code example. (#916)
14+
- Viktor Szépe extract() is not our friend (#903)
15+
- Viktor Szépe Old variables in ImageMinify (#904)
16+
- Viktor Szépe RuntimeException used realtively (#905)
17+
18+
### 1.4.11 10/29/2019
19+
20+
- Deprecate $this->io() and provide style injector instead. (#910)
21+
- Jordon Replogle Changed leafo to scssphp as leafo is archived (#900)
22+
- Patrick Kollitsch Add missing code formatting to sample code (#861)
23+
- Patrick Kollitsch Adding documentation as option to pull_request_template.md (#862)
24+
- RTLcoil Tiny formatting fix in README (#874)
25+
- Tal Ater Updated README with command for initiating a RoboFile (#875)
26+
327
### 1.4.10 7/29/2019
428

529
* Allow default argument for confirm() questions by Dane Powell (#850)

src/Robo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class Robo
2222
{
2323
const APPLICATION_NAME = 'Robo';
24-
const VERSION = '1.4.13-dev';
24+
const VERSION = '1.4.13';
2525

2626
/**
2727
* The currently active container object, or NULL if not initialized yet.

0 commit comments

Comments
 (0)