Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Version bump (1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
beneverard committed May 21, 2014
1 parent b2cd420 commit 33b19cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,13 @@

## Changelog

### 1.4
- Improved: Getting of plugin options
- New: Added contributors file
- Improved: Moved styles from LESS to SCSS
- Improved: Tidied up repo HTML
- Fixed: Re-ordered setting plugin options to prevent current page exceeding max pages (fixed by [wh](https://github.com/beneverard/jqPagination/pull/34))

### 1.3
- Improved: Added functionality to pass multiple options to option method (based on [m-hume's code](https://github.com/beneverard/jqPagination/pull/20))
- Fixed: Prevent the triggering of the updated calback on set option (based on [m-hume's code](https://github.com/beneverard/jqPagination/pull/20))
Expand Down Expand Up @@ -56,6 +63,7 @@
- Ben Everard ([beneverard](http://github.com/beneverard))
- Jason Hutchinson ([Zikes](http://github.com/Zikes))
- [m-hume](http://github.com/m-hume)
- Will Mernagh [wm](https://github.com/wm)

### Copyright and license
Expand Down
2 changes: 1 addition & 1 deletion jqpagination.jquery.json
@@ -1,6 +1,6 @@
{
"name": "jqpagination",
"version": "1.3",
"version": "1.4",
"title": "jqPagination",
"author": {
"name": "Ben Everard",
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.jqpagination.js
@@ -1,6 +1,6 @@
/*!
* jqPagination, a jQuery pagination plugin (obviously)
* Version: 1.3 (26th July 2013)
* Version: 1.4 (26th July 2013)
*
* Copyright (C) 2013 Ben Everard
*
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.jqpagination.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33b19cb

Please sign in to comment.