|
1 | 1 | # ember-drag-sort |
2 | 2 |
|
3 | | -[](https://travis-ci.org/kaliber5/ember-drag-sort) |
4 | 3 | [](http://emberobserver.com/addons/ember-drag-sort) |
5 | 4 | [](https://www.npmjs.com/package/ember-drag-sort) |
6 | | -[](https://github.com/kaliber5/ember-drag-sort/blob/gen-1/LICENSE.md) |
7 | | - |
8 | | - |
| 5 | +[](https://github.com/adopted-ember-addons/ember-drag-sort/blob/main/LICENSE.md) |
| 6 | + |
| 7 | + |
9 | 8 |  |
10 | 9 |
|
11 | 10 | - [ember-drag-sort](#ember-drag-sort) |
@@ -69,13 +68,14 @@ A drag'n'drop sortable list addon. |
69 | 68 |
|
70 | 69 | ### Demo |
71 | 70 |
|
72 | | -https://kaliber5.github.io/ember-drag-sort/ |
| 71 | +https://adopted-ember-addons.github.io/ember-drag-sort/ |
73 | 72 |
|
74 | 73 | ## Versions, branches and jQuery |
75 | 74 |
|
76 | 75 | - Version 1.x, `gen-0` branch is based on jQuery. Supports Ember CLI 1.13+. |
77 | 76 | - Version 2.x, `gen-1` branch (current development head) has got rid of jQuery. Except for page objects which [still import](https://github.com/san650/ember-cli-page-object/blob/v1.15.2/index.js#L23-L28) jQuery in test env. Supports Ember CLI 3.8+. |
78 | 77 | - Version 3.x, `gen-2` branch supports Ember CLI 3.12+. |
| 78 | +- Version 4.x, `main` branch supports Ember and Ember CLI 3.28+. |
79 | 79 |
|
80 | 80 | ### Browser support |
81 | 81 |
|
@@ -733,21 +733,21 @@ Maintaining the TOC by hand is extremely tedious. Use [this tiny webapp](https:/ |
733 | 733 |
|
734 | 734 | ### Demo deployment |
735 | 735 |
|
736 | | -This command will deploy the app to https://kaliber5/ember-drag-sort.github.io/ember-drag-sort/ : |
| 736 | +This command will deploy the app to https://adopted-ember-addons/ember-drag-sort.github.io/ember-drag-sort/ : |
737 | 737 |
|
738 | 738 | ember deploy prod |
739 | 739 |
|
740 | 740 | ## Credits |
741 | 741 |
|
742 | | -Built by [@lolmaus](https://github.com/lolmaus) and [contributors](https://github.com/kaliber5/ember-drag-sort/graphs/contributors). |
| 742 | +Built by [@lolmaus](https://github.com/lolmaus) and [contributors](https://github.com/adopted-ember-addons/ember-drag-sort/graphs/contributors). |
743 | 743 |
|
744 | | -Notable contributors: [@frysch](https://github.com/frysch), [@rwwagner90](https://github.com/rwwagner90). |
| 744 | +Notable contributors: [@frysch](https://github.com/frysch), [@RobbieTheWagner](https://github.com/RobbieTheWagner). |
745 | 745 |
|
746 | 746 | Conceieved in [Firecracker](https://github.com/firecracker). |
747 | 747 |
|
748 | 748 | Reimplemented in [Deveo](https://github.com/Deveo)/[Perforce](https://www.perforce.com/deveo-customer-info). |
749 | 749 |
|
750 | | -Currently developed and maintained by [kaliber5](https://kaliber5.de). |
| 750 | +Originally developed and maintained by [kaliber5](https://kaliber5.de). |
751 | 751 |
|
752 | 752 | <img src="https://www.kaliber5.de/assets/images/kaliber5@2x.png" alt="kaliber5" width="134" height="40"> |
753 | 753 |
|
|
0 commit comments