June 23, 2021

AppsCom RELEASE NOTES 4.20.10

CHANGES

APPS > ADMOB|IOS REPUBLICATION

Adds the App Tracking Transparency dialog to match latest Apple requirements.

FEATURE > PLACES

Reducing default map zoom from 10 to 8.

Adds a default zoom option to override the new default value.

FIXES

FEATURE > PLACES

Fixes the place title never updated inside app.

FEATURE > SOCIAL WALL

Fixes double a href / links double encoding leading to incorrect external URI links.

EDITOR > MOMENTJS|DATES

Fixes momentjs library loading to preload the correct locale when available.

IMPROVEMENTS

MODULES ICONS DEVELOPERS

Module installer now allows for colored icons.

# file `feature.json`, section `icons`
"icons": [
    "icons/routes1-flat.png",
    "icons/routes2-flat.png",
    {
        "path": "icons/routes3-flat.png",
        "colorize": false
    }
],

colorize: false is used to prevent icon to be colorized (flat) like regular icons.