File tree 3 files changed +15
-5
lines changed
3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
2
2
3
3
php :
4
4
- " 7.1"
5
+ - " 7.2"
5
6
6
7
env :
7
8
- CONTAO_VERSION=contao/core-bundle ~4.4.0
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- 2.0.0-beta4 (2017-MM-DD)
5
+ 2.0.0 (2018-01-05)
6
+ ------------------
7
+
8
+ [ Full Changelog] ( https://github.com/contao-bootstrap/layout/compare/2.0.0-beta4...2.0.0 )
9
+
10
+ - Fix floating classes (#7 )
11
+
12
+
13
+ 2.0.0-beta4 (2017-12-01)
6
14
------------------------
7
15
8
16
[ Full Changelog] ( https://github.com/contao-bootstrap/layout/compare/2.0.0-beta3...2.0.0-beta4 )
9
17
10
18
Implemented enhancements:
11
19
12
20
- Rewrite ` rounded ` and ` rounded-* ` classes to the picture element.
21
+ - Mark dca/hook listeners as public
13
22
14
23
15
24
2.0.0-beta3 (2017-09-29)
Original file line number Diff line number Diff line change 40
40
"transifex" : {
41
41
"project" : " contao-bootstrap" ,
42
42
"prefix" : " layout-" ,
43
- "languages_cto" : " src/Resources/languages" ,
43
+ "languages_cto" : " src/Resources/contao/ languages" ,
44
44
"languages_tx" : " .tx"
45
45
}
46
46
},
47
47
"branch-alias" : {
48
- "dev-master" : " 1 .0.x-dev" ,
49
- "dev-develop" : " 1 .1.x-dev" ,
50
- "dev-release/2.0.0 " : " 2 .0.x-dev"
48
+ "dev-master" : " 2 .0.x-dev" ,
49
+ "dev-develop" : " 2 .1.x-dev" ,
50
+ "dev-support/1.x " : " 1 .0.x-dev"
51
51
},
52
52
"contao-manager-plugin" : " ContaoBootstrap\\ Layout\\ ContaoManager\\ Plugin"
53
53
}
You can’t perform that action at this time.
0 commit comments