Skip to content

Commit

Permalink
- Bump version to 3.0.1
Browse files Browse the repository at this point in the history
- Update CHANGELOG and README to reflect recent changes
  • Loading branch information
johnnyshields committed Dec 12, 2013
1 parent f12b881 commit e71e5e3
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 109 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
## 3.0.0
## 3.0.1 - 2012-12-12

* Feature: Added API method 'tags', which return a json with the current list of tags (Max Favilli)
* Deprecations: Removed support for bootstrap typeahead
* Issue #180: Add 'tags' method to retrieve tags (LukeL99)
* Issue #169: Fix 'AjaxPushAllTags' option (mpseidel)
* Issue #153: Correct documentation related to hiddenTagListId (fogs)
* Issue #178: Fix 'OnlyTagList' option (sebet)
* Issue #176: Add bower.json for Bower support (noirbizarre)
* Issue #168: Constructor should not return undefined (aurbano)
* Issue #163: Add new event tm:duplicated when there is a duplicated tag (aurbano)
* Use jQuery.map() instead of native JS map() (apperception)
* Add composer.json for PHP projects (fogs)
* Fix various issues related to jQuery refactor (dave0783)

## 3.0.0 - 2012-08-22

* Refactor tagmanager.js to confirm to jQuery plugin standards (dave0783)
* Add jQuery event hooks (dave0783)
* Add support for Twitter Typeahead.js
* Drop support for Twitter Bootstrap v2 Typeahead (which is abandoned since Bootstrap v3)
* Refactor tagmanager.js to confirm to jQuery plugin standards (dave0783)
* Rename all files from "bootstrap-tagmanager" to "tagmanager"

## 2.4.3 - 2012-12-12

Expand Down
44 changes: 21 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
[Tags Manager v3.0 Release Candidate](http://welldonethings.com/tags/manager/v3)
==========
# [Tags Manager v3.0.1](http://welldonethings.com/tags/manager/v3)

A jQuery plugin (working nicely with [Twitter Bootstrap](http://twitter.github.com/bootstrap))
A jQuery plugin to create tag input fields, which works nicely with [Twitter Typeahead.js](http://twitter.github.io/typeahead.js/) and [Twitter Bootstrap](http://twitter.github.com/bootstrap)


[Demo and Documentation](http://welldonethings.com/tags/manager/v3)
-----------
## [Demo and Documentation](http://welldonethings.com/tags/manager/v3)

See a demo and read all the documentation at http://welldonethings.com/tags/manager/v3.

The documentation is automatically synced from Github, so if you'd like to make a correction please modify `/docs/docs.html` and raise a pull request.


Quick start
-----------
## Quick Start

Clone the repo, `git clone [email protected]:max-favilli/tagmanager.git`, or [download the latest release](https://github.com/max-favilli/tagmanager/zipball/master).


Reporting Issues
-----------
## Reporting Issues

* Please report issues on [our Github Issue Tracker](https://github.com/max-favilli/tagmanager/issues).
* In your report, please provide a [jsfiddle](http://jsfiddle.net) (preferred), gist, or pasted HTML/JS with steps to **reproduce** the issue.
Expand All @@ -30,22 +26,20 @@ Reporting Issues
* Pull requests, documentation requests, and enhancement ideas are welcome.


NUGET
-----------
## Package Management Tools

PM> Install-Package Bootstrap-tagmanager
We include the required files to use third-party package management tools in our repo. We rely on the community to help
maintain these files, as the authors of this plugin do not use these tools. If you notice any issue with these or would like
to add support for a new package manager, please raise a Pull Request.

* Nuget: PM> Install-Package Bootstrap-tagmanager
* Bower
* Composer (PHP)
* package.json (node.js)
* TypeScript

Thanks to
------------

The development of Tags Manager was financed by LogMyMoney.com a [simple and stupid online personal finance tool to track all your expenses](https:logmymoney.com), so...

Thanks [logmymoney.com](https:logmymoney.com)


Authors
-------
## Authors

**Max Favilli**

Expand All @@ -58,8 +52,12 @@ Authors
+ http://github.com/johnnyshields


Copyright and license
---------------------
## Special Thanks

The initial development of Tags Manager was funded by [LogMyMoney.com](http://www.logmymoney.com), a simple online personal finance tool.


## Copyright and License

Copyright 2012 MaxFavilli.com

Expand Down
79 changes: 39 additions & 40 deletions TagManager.jquery.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
{
"name": "bootstrap.TagManager",
"version": "3.0.0",
"title": "Tag Manager",
"author": {
"name": "Max Favilli",
"url": "http://maxfavilli.com"
},
"licenses": [
{
"type": "MPL",
"url": "http://www.mozilla.org/MPL/2.0/index.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "A tags manager, with this plugin a input field is used to collect tags and rendered as tags.",
"keywords": [
"tags",
"manager",
"input",
"form"
],
"homepage": "https://github.com/max-favilli/tagmanager",
"maintainers": [
{
"name": "Max Favilli",
"url": "https://github.com/max-favilli"
},
{
"name": "Johnny Shields",
"url": "https://github.com/johnnyshields"
}
],
"files": [
"README.md",
"tagmanager.css",
"tagmanager.js",
"license.txt"
]
"name": "TagManager",
"version": "3.0.1",
"title": "Tag Manager",
"author": {
"name": "Max Favilli",
"url": "http://maxfavilli.com"
},
"licenses": [
{
"type": "MPL",
"url": "http://www.mozilla.org/MPL/2.0/index.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "A jQuery plugin to create tag input fields, which works nicely with Twitter Typeahead.js and Twitter Bootstrap",
"keywords": [
"tags",
"manager",
"input",
"form"
],
"homepage": "https://github.com/max-favilli/tagmanager",
"maintainers": [
{
"name": "Max Favilli",
"url": "https://github.com/max-favilli"
},{
"name": "Johnny Shields",
"url": "https://github.com/johnnyshields"
}
],
"files": [
"README.md",
"tagmanager.css",
"tagmanager.js",
"license.txt"
]
}
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"authors": [
"Max Favilli"
],
"description": "A jQuery plugin (working nicely with twitter bootstrap)",
"description": "A jQuery plugin to create tag input fields, which works nicely with Twitter Typeahead.js and Twitter Bootstrap",
"keywords": [
"tag",
"autocomplete",
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "max-favilli/tagmanager",
"description": "A tags manager, with this plugin a input field is used to collect tags and rendered as tags.",
"description": "A jQuery plugin to create tag input fields, which works nicely with Twitter Typeahead.js and Twitter Bootstrap",
"type": "component",
"homepage": "https://github.com/max-favilli/tagmanager",
"version": "3.0.0",
"version": "3.0.1",
"license": "MPL",
"authors": [
{
Expand Down
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "TagManager",
"version": "3.0.0",
"title": "Tag Manager",
"author": {
"name": "Max Favilli",
"url": "http://maxfavilli.com"
},
"licenses": [
{
"type": "MPL",
"url": "http://www.mozilla.org/MPL/2.0/index.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "A tags manager, with this plugin a input field is used to collect tags and rendered as tags.",
"keywords": [
"tags",
"manager",
"input",
"form"
],
"homepage": "https://github.com/max-favilli/tagmanager",
"maintainers": [
{
"name": "Max Favilli",
"url": "https://github.com/max-favilli"
},{
"name": "Johnny Shields",
"url": "https://github.com/johnnyshields"
}
],
"files": [
"README.md",
"tagmanager.css",
"tagmanager.js",
"license.txt"
]
"name": "TagManager",
"version": "3.0.1",
"title": "Tag Manager",
"author": {
"name": "Max Favilli",
"url": "http://maxfavilli.com"
},
"licenses": [
{
"type": "MPL",
"url": "http://www.mozilla.org/MPL/2.0/index.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "A jQuery plugin to create tag input fields, which works nicely with Twitter Typeahead.js and Twitter Bootstrap",
"keywords": [
"tags",
"manager",
"input",
"form"
],
"homepage": "https://github.com/max-favilli/tagmanager",
"maintainers": [
{
"name": "Max Favilli",
"url": "https://github.com/max-favilli"
},{
"name": "Johnny Shields",
"url": "https://github.com/johnnyshields"
}
],
"files": [
"README.md",
"tagmanager.css",
"tagmanager.js",
"license.txt"
]
}
2 changes: 1 addition & 1 deletion tagmanager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ===================================================
* tagmanager.js v3.0.0
* tagmanager.js v3.0.1
* http://welldonethings.com/tags/manager
* ===================================================
* Copyright 2012 Max Favilli
Expand Down

0 comments on commit e71e5e3

Please sign in to comment.