Changelog for cmsplugin_yandexmap
=====================================

1.0.0 (2011-03-06)
-------------------

* Initial project setup


1.3.1 (2014-12-20)
-------------------

* django-cms 3.0
* Yandex Maps API 2.1
* Migrating to GitHub


2.0.0 (2026-06-05)
-------------------

* Python 3 support: replaced ``ugettext_lazy`` with ``gettext_lazy``, ``__unicode__`` with ``__str__``
* Updated dependency to django-cms >= 3.0 (supports 3.x, 4.x, 5.x), dropped support for Python 2
* Replaced South migrations with Django built-in migrations
* Configurable Yandex Maps API URL via ``YANDEXMAP_API_URL`` setting
* Added ``YANDEXMAP_LANG`` setting for map interface language
* Added ``YANDEXMAP_API_KEY`` setting for Yandex Maps API key
* Template now uses dynamic API URL instead of hardcoded value
* Fixed typo in ``lat`` field help text ("possiton" → "position")
* Switched to relative imports and HTTPS URLs
