Skip to content

Commit c70d141

Browse files
committed
Version v3.0.8-beta1
1 parent 66816dc commit c70d141

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
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.
412
- 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
713
- Fix missing backend icons after first bootstrap run
814
- Fix CI build failures ([PR#86](https://github.com/mapbender/mapbender-starter/pull/86))
915
- Ignore platform reqs in CI / automation environment composer install to allow clean php extension dependency modelling

application/app/config/parameters.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parameters:
1717
locale: en
1818
secret: ThisTokenIsNotSoSecretChangeIt
1919

20-
## Legacy branding / verioning params.
20+
## Legacy branding / versioning params.
2121
## This is no longer used for versioning Mapbender and will never be updated
2222
## again for a Mapbender release.
2323
## For BC / continuity, you may still use these variables to brand / version your project.

application/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"mnsami/composer-custom-directory-installer": "1.0.*",
5353

5454
"mapbender/fom": "^3.0.6.0",
55-
"mapbender/mapbender": "dev-release/3.0.7@dev",
55+
"mapbender/mapbender": "^3.0.8.0@beta",
5656
"mapbender/owsproxy": "~3.0.6",
5757
"mapbender/digitizer": "^1.0@RC",
5858

application/composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)