Prepare release.

This commit is contained in:
David Molineus
2018-11-01 15:36:35 +01:00
parent ca103521aa
commit 5e20b83503
3 changed files with 6 additions and 5 deletions

View File

@@ -1,12 +1,13 @@
language: php language: php
php: php:
- "7.0"
- "7.1" - "7.1"
- "7.2" - "7.2"
env: env:
- CONTAO_VERSION=contao/core-bundle ~4.4.0 - CONTAO_VERSION=contao/core-bundle ~4.4.0
- CONTAO_VERSION=contao/core-bundle ~4.5.0
- CONTAO_VERSION=contao/core-bundle ~4.6.0
matrix: matrix:
exclude: exclude:

View File

@@ -6,9 +6,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 3.1.0 - TBD ## 3.1.0 - 2018-01-11
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.4...develop) [Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.4...3.1.0)
### Added ### Added

View File

@@ -61,8 +61,8 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0.x-dev", "dev-master": "3.1.x-dev",
"dev-develop": "3.1.x-dev", "dev-develop": "3.2.x-dev",
"dev-support/2.x": "2.0.x-dev" "dev-support/2.x": "2.0.x-dev"
}, },
"contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\Bundle\\ContaoManager\\Plugin", "contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\Bundle\\ContaoManager\\Plugin",