Skip to content

Commit

Permalink
Preparing for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Oct 5, 2013
1 parent db77624 commit 3caf209
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
HEAD
-----

1.4.0
-----
- Support for AMD.

- Removed deprecated method `$.cookie('name', null)` for deleting a cookie,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ If true, the cookie transmission requires a secure protocol (https). Default: `f

## Converters

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

Example for parsing a value into a number:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.cookie",
"version": "1.3.1",
"version": "1.4.0",
"main": [
"./jquery.cookie.js"
],
Expand Down
2 changes: 1 addition & 1 deletion cookie.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookie",
"version": "1.3.1",
"version": "1.4.0",
"title": "jQuery Cookie",
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion jquery.cookie.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Cookie Plugin v1.3.1
* jQuery Cookie Plugin v1.4.0
* https://github.com/carhartl/jquery-cookie
*
* Copyright 2013 Klaus Hartl
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.cookie",
"version": "1.3.1",
"version": "1.4.0",
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
"main": "Gruntfile.js",
"directories": {
Expand Down

0 comments on commit 3caf209

Please sign in to comment.