|
| 1 | +Changes |
| 2 | +------- |
| 3 | + |
| 4 | +1.1.3 (2021-10-09) |
| 5 | +~~~~~~~~~~~~~~~~~~ |
| 6 | + |
| 7 | +* Removed deprecaded code, various bugfixes. |
| 8 | + |
| 9 | +1.1.2 (2020-10-02) |
| 10 | +~~~~~~~~~~~~~~~~~~ |
| 11 | + |
| 12 | +* Added support for Python 3.9 |
| 13 | + |
| 14 | +1.1.1 (2020-07-04) |
| 15 | +~~~~~~~~~~~~~~~~~~ |
| 16 | + |
| 17 | +* Dropped support for Python 2.x |
| 18 | + |
| 19 | +1.1.0 (2020-02-29) |
| 20 | +~~~~~~~~~~~~~~~~~~ |
| 21 | + |
| 22 | +* Added support for Django 3.x. |
| 23 | + |
| 24 | +1.0.2 (2019-05-28) |
| 25 | +~~~~~~~~~~~~~~~~~~ |
| 26 | + |
| 27 | +* Check is EASY_MAPS_GOOGLE_MAPS_API_KEY is not None before raising warning. |
| 28 | + |
| 29 | +1.0.1 (2019-04-21) |
| 30 | +~~~~~~~~~~~~~~~~~~ |
| 31 | + |
| 32 | +* Fixed using callback for a non computed address |
| 33 | + |
| 34 | +1.0.0 (2019-03-29) |
| 35 | +~~~~~~~~~~~~~~~~~~ |
| 36 | + |
| 37 | +* Added new option EASY_MAPS_ZOOM (16 by default). |
| 38 | +* Added new option EASY_MAPS_LANGUAGE ('en' by default). |
| 39 | +* EASY_MAPS_GOOGLE_MAPS_API_KEY deprecated in favor of historical |
| 40 | + EASY_MAPS_GOOGLE_KEY option. |
| 41 | + |
| 42 | +0.9.4 (2019-03-28) |
| 43 | +~~~~~~~~~~~~~~~~~~ |
| 44 | + |
| 45 | +* Added support for Django 2.x, dropped support for Django < 1.11. It may |
| 46 | + still work with Django 1.8, but this is no longer tested. |
| 47 | +* Make sure GoogleV3 geocoder respect API key. |
| 48 | + |
| 49 | +0.9.3 (2016-11-11) |
| 50 | +~~~~~~~~~~~~~~~~~~ |
| 51 | + |
| 52 | +* Google Maps API key configuration. |
| 53 | +* Revert from setuptools back to distutils. |
| 54 | +* Russian translation is added. |
| 55 | + |
| 56 | +0.9.2 (2015-07-12) |
| 57 | +~~~~~~~~~~~~~~~~~~ |
| 58 | + |
| 59 | +* Replacing broken 0.9.1 release, back to setuptools. |
| 60 | + |
| 61 | +0.9.1 (2015-07-02) |
| 62 | +~~~~~~~~~~~~~~~~~~ |
| 63 | + |
| 64 | +* Resolve the 500 error when google send a no results info. |
| 65 | +* Resolving width / height and other variables in template. |
| 66 | + |
| 67 | +0.9.0 (2014-02-11) |
| 68 | +~~~~~~~~~~~~~~~~~~ |
| 69 | + |
| 70 | +* Backwards incompatible: added support for geopy >= 0.96, |
| 71 | + dropped support for geopy < 0.96. |
| 72 | +* Added support for Django 1.6, dropped support for Django 1.3. It may |
| 73 | + still work with Django 1.3, but this is no longer tested. |
| 74 | +* Experimental Python 3.3 support (no code changes - app seems to work as-is). |
| 75 | + |
| 76 | +0.8.4 (2013-08-27) |
| 77 | +~~~~~~~~~~~~~~~~~~ |
| 78 | + |
| 79 | +* fix bad 0.8.3 release |
| 80 | + |
| 81 | +0.8.3 (2013-08-27) |
| 82 | +~~~~~~~~~~~~~~~~~~ |
| 83 | + |
| 84 | +* ``easy_map`` tag now works when address is None. |
| 85 | + |
| 86 | +0.8.2 (2013-07-02) |
| 87 | +~~~~~~~~~~~~~~~~~~ |
| 88 | + |
| 89 | +* Unique constraint is added to Address.address field (to prevent |
| 90 | + MultipleObjectsReturned exceptions). |
| 91 | + |
| 92 | + In order to upgrade, run |
| 93 | + |
| 94 | + python manage.py migrate easy_maps |
| 95 | + |
| 96 | +* German translation is added. |
| 97 | + |
| 98 | +0.8.1 (2013-03-25) |
| 99 | +~~~~~~~~~~~~~~~~~~ |
| 100 | + |
| 101 | +* Fix regressions in geocoding errors handling introduced in 0.8. |
| 102 | + |
| 103 | +0.8.0 (2013-03-24) |
| 104 | +~~~~~~~~~~~~~~~~~~ |
| 105 | + |
| 106 | +* Testing improvements; |
| 107 | +* EASY_MAPS_CENTER setting for default map coordinates; |
| 108 | +* allow to pass an Address instance as argument of easy_map tag; |
| 109 | +* better error handling; |
| 110 | +* switch to GoogleV3 geocoder; |
| 111 | +* customization hook: it is now possible to use a custom geocoding method; |
| 112 | +* EASY_MAPS_GOOGLE_KEY now does nothing (it is not a meaningful option |
| 113 | + for V3 Geocoding API). |
| 114 | + |
| 115 | +Minimum required Django version is 1.3 since this release. |
| 116 | +It may work with older versions, but this is untested. |
| 117 | + |
| 118 | +0.7.4 (2013-01-03) |
| 119 | +~~~~~~~~~~~~~~~~~~ |
| 120 | + |
| 121 | +* switch to https; |
| 122 | +* make example settings Django 1.4 compatible; |
| 123 | + |
| 124 | +0.7.3 (2012-09-21) |
| 125 | +~~~~~~~~~~~~~~~~~~ |
| 126 | + |
| 127 | +* use only first placemark from geocoder. |
| 128 | + |
| 129 | +0.7.2 (2012-01-07) |
| 130 | +~~~~~~~~~~~~~~~~~~ |
| 131 | + |
| 132 | +* static fallback for map.html; |
| 133 | +* fix localization of floats. |
| 134 | + |
| 135 | +0.7.1 (2011-01-31) |
| 136 | +~~~~~~~~~~~~~~~~~~ |
| 137 | + |
| 138 | +* better error handling; |
| 139 | +* EASY_MAPS_GOOGLE_KEY setting. |
| 140 | + |
| 141 | +0.7.0 (2010-12-24) |
| 142 | +~~~~~~~~~~~~~~~~~~ |
| 143 | + |
| 144 | +* longtitude -> longitude; |
| 145 | +* display is fixed for comma-delimited float locales. |
| 146 | + |
| 147 | +0.6.0 (2010-12-02) |
| 148 | +~~~~~~~~~~~~~~~~~~ |
| 149 | + |
| 150 | +* admin preview widget; |
| 151 | +* bugfixes. |
| 152 | + |
| 153 | +0.5.0 (2010-12-01) |
| 154 | +~~~~~~~~~~~~~~~~~~ |
| 155 | + |
| 156 | +* Initial release |
0 commit comments