File tree Expand file tree Collapse file tree 4 files changed +20
-14
lines changed Expand file tree Collapse file tree 4 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 1
- # Changelog
2
-
3
- ## dev-master @ 7362e4f
1
+ ## v3.0.8-beta1
2
+ - Update mapbender/mapbender to [ 3.0.8-beta1] ( https://github.com/mapbender/mapbender/releases/tag/v3.0.8-beta1 )
3
+ - Update mapbender/digitizer to [ 1.2-RC8] ( https://github.com/mapbender/mapbender-digitizer/releases/tag/1.2-RC8 )
4
+ - Update mapbender/data-source to [ 0.1.10] ( https://github.com/mapbender/data-source/releases/tag/0.1.10 )
5
+ - Update mapbender/vis-ui.js to [ 0.2.0] ( https://github.com/mapbender/vis-ui.js/releases/tag/0.2.0 )
6
+ - Update mapbender/coordinates-utility to [ 1.0.6.1] ( https://github.com/mapbender/coordinates-utility/releases/tag/1.0.6.1 )
7
+ - Update mapbender/icons to [ 1.5] ( https://github.com/mapbender/icons/releases/tag/1.5 )
8
+ - Removed [ mapbender/documentation] ( https://github.com/mapbender/mapbender-documentation ) dependency. The end user
9
+ documentation will no longer be included by default and some of the build amenities have been removed from
10
+ Mapbender Starter. Please see [ the main repository] ( https://github.com/mapbender/mapbender-documentation ) for
11
+ standalone build instructions.
4
12
- Fix Exception on first bootstrap run, before parameters.yml is created
5
- - Update mapbender/data-source to 0.1.9
6
- - Update mapbender/coordinates-utility to 1.0.5
7
13
- Fix missing backend icons after first bootstrap run
8
14
- Fix CI build failures ([ PR #86 ] ( https://github.com/mapbender/mapbender-starter/pull/86 ) )
9
15
- Ignore platform reqs in CI / automation environment composer install to allow clean php extension dependency modelling
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ parameters:
17
17
locale: en
18
18
secret: ThisTokenIsNotSoSecretChangeIt
19
19
20
- ## Legacy branding / verioning params.
20
+ ## Legacy branding / versioning params.
21
21
## This is no longer used for versioning Mapbender and will never be updated
22
22
## again for a Mapbender release.
23
23
## For BC / continuity, you may still use these variables to brand / version your project.
Original file line number Diff line number Diff line change 52
52
"mnsami/composer-custom-directory-installer" : " 1.0.*" ,
53
53
54
54
"mapbender/fom" : " ^3.0.6.0" ,
55
- "mapbender/mapbender" : " dev-release/ 3.0.7@dev " ,
55
+ "mapbender/mapbender" : " ^ 3.0.8.0@beta " ,
56
56
"mapbender/owsproxy" : " ~3.0.6" ,
57
57
"mapbender/digitizer" : " ^1.0@RC" ,
58
58
You can’t perform that action at this time.
0 commit comments