Releases: mapbender/mapbender-starter
Mapbender Starter v3.0.8.4
- Update mapbender/mapbender to v3.0.8.4
- Update mapbender/fom to v3.2.9
- Update mapbender/owsproxy to v3.1.3
- Update mapbender/data-source to 0.1.13
- Add
cd application
to bootstrap testing server instructions - Document ext-ldap as a required PHP extension
- Fix invalid html markup and non-cert covered osgeo.org links in demo applications
Mapbender Starter v3.0.8.4-RC3
- Update mapbender/mapbender to v3.0.8.4-RC3
- Update mapbender/fom to v3.2.9
- Update mapbender/owsproxy to v3.1.3
- Add
cd application
to bootstrap testing server instructions - Document ext-ldap as a required PHP extension
Mapbender Starter v3.0.8.4-RC2
- Update mapbender/mapbender to v3.0.8.4-RC2
- Update mapbender/fom to v3.2.8
- Update mapbender/owsproxy to v3.1.2
- Update mapbender/data-source to 0.1.13
- Fix invalid html markup and non-cert covered osgeo.org links in demo applications
Mapbender Starter v3.0.8.4-RC1
- Update mapbender/mapbender to v3.0.8.4-RC1
- Update mapbender/fom to v3.2.7
Mapbender Starter v3.0.8.3, PostgreSQL 10 edition
This version pre-bundles an updated doctrine/dbal package with full support for PostgreSQL server 10. This fixes errors when running doctrine schema migrations with PostgreSQL 10 hosting the primary default
database.
The updated doctrine/dbal package, and by extension this entire package, requires at least PHP7.1 to work.
This package is otherwise identical to v3.0.8.3, which is still functional with PHP5.4.
Mapbender Starter v3.0.8.3
Mapbender Starter v3.0.8.2.1, PostgreSQL 10 edition
This version pre-bundles an updated doctrine/dbal package with full support for PostgreSQL server 10. This fixes errors when running doctrine schema migrations with PostgreSQL 10 hosting the primary default
database.
The updated doctrine/dbal package, and by extension this entire package, requires at least PHP7.1 to work.
This package is otherwise identical to v3.0.8.2.1, which is still functional with PHP5.4.
Mapbender Starter v3.0.8.2.1
- Update mapbender/fom to v3.2.5
This fixes a critical issue where ACL prefetching fails when no single user has any assigned ACLs, effectively breaking the backend user list after a fresh install.
This is purely a starter change, supplying an updated mapbender/fom package (also obtainable via bin/composer update mapbender/fom
). There is no correlating updated Mapbender package. There will be no difference in the Mapbender version displayed in the backend view.
Mapbender Starter v3.0.8.2, PostgreSQL 10 edition
This version pre-bundles an updated doctrine/dbal package with full support for PostgreSQL server 10. This fixes errors when running doctrine schema migrations with PostgreSQL 10 hosting the primary default
database.
The updated doctrine/dbal package, and by extension this entire package, requires at least PHP7.1 to work.
This package is otherwise identical to v3.0.8.2, which is still functional with PHP5.4.
Mapbender Starter v3.0.8.2
- Update mapbender/mapbender to v3.0.8.2
- Update mapbender/fom to v3.2.4
- Update mapbender/owsproxy to v3.1.1
- Correct README.md server startup instructions (PR#92)
- Update 'OSM Demo' layer titles in demo applications (PR#93)
- Add separate composer sub-command reimport-example-apps
- Clean up misc no longer used config values
- Remove misc remnant code and composer command definitions for (no longer bundled) documentation builds