Skip to content

Commit 3caf209

Browse files
committed
Preparing for 1.4.0 release
1 parent db77624 commit 3caf209

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
HEAD
22
-----
3+
4+
1.4.0
5+
-----
36
- Support for AMD.
47

58
- Removed deprecated method `$.cookie('name', null)` for deleting a cookie,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ If true, the cookie transmission requires a secure protocol (https). Default: `f
118118

119119
## Converters
120120

121-
Provide a conversion function as optional last argument for reading, in order to change the cookie's value
121+
Provide a conversion function as optional last argument for reading, in order to change the cookie's value
122122
to a different representation on the fly.
123123

124124
Example for parsing a value into a number:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.cookie",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"main": [
55
"./jquery.cookie.js"
66
],

cookie.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookie",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"title": "jQuery Cookie",
55
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
66
"author": {

jquery.cookie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Cookie Plugin v1.3.1
2+
* jQuery Cookie Plugin v1.4.0
33
* https://github.com/carhartl/jquery-cookie
44
*
55
* Copyright 2013 Klaus Hartl

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.cookie",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
55
"main": "Gruntfile.js",
66
"directories": {

0 commit comments

Comments
 (0)