- Run tests with a test project against all modern Python + Django + CMS combinations - Remove u-strings and dependency on six (backward-compatibility for Python 2) - Fix ImportError on django CMS 3.8.0 (thanks arnodeceuninck)
0.12.0
-------------------
- Adjust migrations for Django 2+ (thanks macolo) - Fix some code smell in JS reported by Codacy - Allow jshint to run locally (via tox)
0.11.0
-------------------
- Add aldryn_config.py to make plugin visible on Divio marketplace - Reformat code (inital migrations, models, forms, templatetags)
0.10.0
-------------------
- Convert float to string before evaluating (thanks mireq)
0.9.0
------------------
- Don't show map title when it's blank (thanks adrien-delhorme)
0.8.0
------------------
- Fix float rounding error for map coordinates on German sites (which use a colon instead of a period) - Configure HERE WeGo to use HTTPS by default