bump ver 1.4.5
This commit is contained in:
parent
89cccbb860
commit
c6cc86e238
@ -2,14 +2,14 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>x-editable</id>
|
||||
<version>1.4.4</version>
|
||||
<version>1.4.5</version>
|
||||
<authors>Vitaliy Potapov</authors>
|
||||
<owners>Vitaliy Potapov</owners>
|
||||
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
|
||||
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
|
||||
<releaseNotes>Bootstrap datetimepicker and more</releaseNotes>
|
||||
<releaseNotes>Select2 with ajax source and more</releaseNotes>
|
||||
<copyright>Copyright 2012-2013</copyright>
|
||||
<tags>edit-in-place editable bootstrap jquery</tags>
|
||||
<dependencies>
|
||||
|
35
README.md
35
README.md
@ -1,16 +1,35 @@
|
||||
# X-editable
|
||||
|
||||
In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.
|
||||
It is a new life of [bootstrap-editable plugin](http://github.com/vitalets/bootstrap-editable) that was strongly refactored and improved.
|
||||
|
||||
## Demo + Docs + Download
|
||||
See **http://vitalets.github.com/x-editable**
|
||||
## Live demo
|
||||
**http://vitalets.github.io/x-editable/demo.html**
|
||||
|
||||
## Installation
|
||||
|
||||
### Manual download
|
||||
Use **http://vitalets.github.io/x-editable**
|
||||
|
||||
### Bower
|
||||
````
|
||||
bower install x-editable
|
||||
````
|
||||
|
||||
### CDN
|
||||
````js
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/js/bootstrap-editable.min.js"></script>
|
||||
````
|
||||
|
||||
## Documentation
|
||||
**http://vitalets.github.io/x-editable**
|
||||
|
||||
|
||||
## Reporting issues
|
||||
When creating issues please provide [jsFiddle](http://jsfiddle.net) example. You can easily fork one of **jsFiddle templates**:
|
||||
1. [bootstrap fiddle](http://jsfiddle.net/xBB5x/195)
|
||||
2. [jqueryui fiddle](http://jsfiddle.net/xBB5x/196)
|
||||
3. [jquery fiddle](http://jsfiddle.net/xBB5x/197)
|
||||
When creating issues please provide [jsFiddle](http://jsfiddle.net) example. You can easily fork one of following:
|
||||
1. [jsFiddle bootstrap template](http://jsfiddle.net/xBB5x/195)
|
||||
2. [jsFiddle jqueryui template](http://jsfiddle.net/xBB5x/196)
|
||||
3. [jsFiddle jquery template](http://jsfiddle.net/xBB5x/197)
|
||||
Your feedback is very appreciated!
|
||||
|
||||
## Contribution
|
||||
@ -68,4 +87,4 @@ Thanks for your support!
|
||||
|
||||
## License
|
||||
Copyright (c) 2012 Vitaliy Potapov
|
||||
Licensed under the MIT licenses.
|
||||
Licensed under the MIT license.
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "x-editable",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"main": "dist/README.md",
|
||||
"ignore": [
|
||||
"*.*",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "X-editable",
|
||||
"title": "X-editable",
|
||||
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"homepage": "http://github.com/vitalets/x-editable",
|
||||
"author": {
|
||||
"name": "Vitaliy Potapov",
|
||||
|
Loading…
x
Reference in New Issue
Block a user