File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
### 1.4.10 7/29/2019
4
28
5
29
* Allow default argument for confirm() questions by Dane Powell (#850 )
Original file line number Diff line number Diff line change 21
21
class Robo
22
22
{
23
23
const APPLICATION_NAME = 'Robo ' ;
24
- const VERSION = '1.4.13-dev ' ;
24
+ const VERSION = '1.4.13 ' ;
25
25
26
26
/**
27
27
* The currently active container object, or NULL if not initialized yet.
You can’t perform that action at this time.
0 commit comments