Skip to content

Commit b30ece9

Browse files
committed
v1.2.0: Events, Nested, Drop text, IE11, iframe and etc
1 parent 8db2fd2 commit b30ece9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,11 +563,11 @@ Link to the active instance.
563563

564564
```html
565565
<!-- CDNJS :: Sortable (https://cdnjs.com/) -->
566-
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.1.1/Sortable.min.js"></script>
566+
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.2.0/Sortable.min.js"></script>
567567

568568

569569
<!-- jsDelivr :: Sortable (http://www.jsdelivr.com/) -->
570-
<script src="//cdn.jsdelivr.net/sortable/1.1.1/Sortable.min.js"></script>
570+
<script src="//cdn.jsdelivr.net/sortable/1.2.0/Sortable.min.js"></script>
571571

572572

573573
<!-- jsDelivr :: Sortable :: Latest (http://www.jsdelivr.com/) -->

Sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@
10891089
};
10901090

10911091

1092-
Sortable.version = '1.1.1';
1092+
Sortable.version = '1.2.0';
10931093

10941094

10951095
/**

0 commit comments

Comments
 (0)