I checked the jquery cookie library defined in core libraries and it points to https://github.com/carhartl/jquery-cookie which sayts it is no longer support and the latest version is 1.4.1 which is used by the core and was released on 27.4.2014.
The new ropository is the https://github.com/js-cookie/js-cookie which has the latest version 2.0.4 which was released 18 hours ago.
The "api" has changed but I havent found any usages in core(which is quite surprising but a good news) so it should not be a big issue to update this library.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | js_cookie-fix_obsolete_repository-2595899-2.patch | 3.84 KB | fortis |
Comments
Comment #1
Anonymous (not verified) commentedivanjaros created an issue. See original summary.
Comment #2
fortis commentedthere is patch for new repository and jquery.cookie.min.js v2.0.4
Comment #3
droplet commentedComment #4
droplet commentedComment #5
droplet commentedAPI changes.
Let's see what we wanted first: #2550717: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
Comment #16
nod_replacement done, nice :)