Skip to content

Commit 5bbc1a4

Browse files
committed
Prepare release.
1 parent 7312bde commit 5bbc1a4

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22

33
php:
44
- "7.1"
5+
- "7.2"
56

67
env:
78
- CONTAO_VERSION=contao/core-bundle ~4.4.0

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
Changelog
33
=========
44

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)
614
------------------------
715

816
[Full Changelog](https://github.com/contao-bootstrap/layout/compare/2.0.0-beta3...2.0.0-beta4)
917

1018
Implemented enhancements:
1119

1220
- Rewrite `rounded` and `rounded-*` classes to the picture element.
21+
- Mark dca/hook listeners as public
1322

1423

1524
2.0.0-beta3 (2017-09-29)

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"transifex": {
4141
"project": "contao-bootstrap",
4242
"prefix": "layout-",
43-
"languages_cto": "src/Resources/languages",
43+
"languages_cto": "src/Resources/contao/languages",
4444
"languages_tx": ".tx"
4545
}
4646
},
4747
"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"
5151
},
5252
"contao-manager-plugin": "ContaoBootstrap\\Layout\\ContaoManager\\Plugin"
5353
}

0 commit comments

Comments
 (0)