Skip to content

Commit fc8723b

Browse files
author
Alain Dumesny
authored
Merge pull request #1129 from adumesny/develop
license 2020 change
2 parents 89b10f9 + ec2598e commit fc8723b

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
3+
Copyright (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,19 @@ Using gridstack.js with jQuery UI
6464
* Using CDN (minimized):
6565

6666
```html
67-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.0/dist/gridstack.min.css" />
67+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.2/dist/gridstack.min.css" />
6868
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
69-
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.0/dist/gridstack.all.js"></script>
69+
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.2/dist/gridstack.all.js"></script>
7070
```
7171

7272
* Using CDN (debug):
7373

7474
```html
75-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.0/dist/gridstack.css" />
75+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.2/dist/gridstack.css" />
7676
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
77-
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.0/dist/gridstack.js"></script>
78-
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.0/dist/jquery-ui.js"></script>
79-
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.0/dist/gridstack.jQueryUI.js"></script>
77+
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.2/dist/gridstack.js"></script>
78+
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.2/dist/jquery-ui.js"></script>
79+
<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.2/dist/gridstack.jQueryUI.js"></script>
8080
```
8181

8282
* or local:
@@ -196,7 +196,7 @@ $('.grid-stack').gridstack( {column: N} );
196196

197197
2) include `gridstack-extra.css` if **N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
198198
```html
199-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.0/dist/gridstack-extra.css"/>
199+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.2/dist/gridstack-extra.css"/>
200200

201201
<div class="grid-stack grid-stack-N">...</div>
202202
```

src/gridstack-extra.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* gridstack extra CSS for [1-11] columns (non default)
33
* https://gridstackjs.com/
4-
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
4+
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.
66
*/
77

src/gridstack-poly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** gridstack.js 0.6.2-dev - IE and older browsers Polyfills for this library @preserve*/
22
/**
33
* https://gridstackjs.com/
4-
* (c) 2019 Alain Dumesny
4+
* (c) 2019-2020 Alain Dumesny
55
* gridstack.js may be freely distributed under the MIT license.
66
*/
77

src/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** gridstack.js 0.6.2-dev - JQuery UI Drag&Drop plugin @preserve */
22
/**
33
* https://gridstackjs.com/
4-
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
4+
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.
66
*/
77
(function(factory) {

src/gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* gridstack.js 0.6.2-dev
33
* https://gridstackjs.com/
4-
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
4+
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.
66
* @preserve
77
*/

src/gridstack.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* required gridstack CSS for default 12 column size
2+
* required gridstack 0.6.2-dev CSS for default 12 column size
33
* https://gridstackjs.com/
4-
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
4+
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.
66
*/
77

0 commit comments

Comments
 (0)