Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Feb 27, 2024
1 parent 3a9a522 commit a47d9bf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# jQuery.ddMap changelog


## Version 2.1 (2024-02-27)
* \+ Parameters → `params.markers[i].icon`: The new optional parameter. Allows you to customaize marker icons.


## Version 2.0 (2023-05-22)
* \* The library has been renamed from `ddYMap` to `ddMap`: `jQuery.fn.ddYMap``jQuery.fn.ddMap`.
* \+ You may not to think about including Yandex Map script, the library will do it automatically.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# jQuery.ddMap changelog


## Версия 2.1 (2024-02-27)
* \+ Параметры → `params.markers[i].icon`: Новый опциональный параметр. Позволяет кастомизировать иконки маркеров.


## Версия 2.0 (2023-05-22)
* \* Библиотека переименована из `ddYMap` в `ddMap`: `jQuery.fn.ddYMap``jQuery.fn.ddMap`.
* \+ Можно не думать о подключении скрипта Яндекс Карт, библиотека сделает это автоматически.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Features:
<script src="jQuery-3.5.0.min.js"></script>

<!-- jQuery.ddMap -->
<script src="jQuery.ddMap-2.0.0.min.js"></script>
<script src="jQuery.ddMap-2.1.0.min.js"></script>
```

You may not to think about including Yandex Map script, the library will do it automatically.
Expand Down
2 changes: 1 addition & 1 deletion README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<script src="jQuery-3.5.0.min.js"></script>

<!-- jQuery.ddMap -->
<script src="jQuery.ddMap-2.0.0.min.js"></script>
<script src="jQuery.ddMap-2.1.0.min.js"></script>
```

Можно не думать о подключении скрипта Яндекс Карт, библиотека сделает это автоматически.
Expand Down
4 changes: 2 additions & 2 deletions jQuery.ddMap.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* jQuery.ddMap
* @version 2.0 (2023-05-22)
* @version 2.1 (2024-02-27)
*
* @see {@link README.md}
*
* @link https://code.divandesign.ru/jquery/ddmap
*
* @copyright 2013–2023 [Ronef]{@link https://Ronef.ru }
* @copyright 2013–2024 [Ronef]{@link https://Ronef.ru }
*/

(function($){
Expand Down
1 change: 1 addition & 0 deletions jQuery.ddMap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a47d9bf

Please sign in to comment.