Update jQuery Cookie to v1.3.1
authorpaladox <thomasmulhall410@yahoo.com>
Mon, 21 Jul 2014 08:31:09 +0000 (08:31 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 28 Jul 2014 19:28:17 +0000 (20:28 +0100)
commit23a4285be0e0d4c6b2a7fbff3d49f268b969a16d
tree1eceefccef7c77fe26e8914b588f5cfa612c887f
parentd1d3d6087876f694450c75223dbb7308ca02d575
Update jQuery Cookie to v1.3.1

Source

* https://github.com/carhartl/jquery-cookie/blob/v1.3.1/jquery.cookie.js

Change log

* https://github.com/carhartl/jquery-cookie/blob/v1.3.1/CHANGELOG.md

Notable changes:

* Removed the "raw" option from $.cookie.
  This can now only be set globally via $.cookie.raw

* Bugfix: Properly handle RFC 2068 quoted cookie values.

* New: $.cookie() returns all available cookie.

We should eventually upgrade to v1.4.1, but that has a breaking change.
Namely, it drops support for $.cookie('key', null) which needs to be
replaced by $.removeCookie which didn't exist until v1.2.0.

Change-Id: Ic664dbe7b1be2c9dd67d0f50599c36fa2dab8449
RELEASE-NOTES-1.24
resources/lib/jquery/jquery.cookie.js