Navigation Menu

Skip to content

Commit

Permalink
bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
screeley committed Apr 11, 2013
1 parent 6f23965 commit 3339102
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 16 deletions.
14 changes: 9 additions & 5 deletions README.rest
Expand Up @@ -26,8 +26,8 @@ your page::
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
<script src="http://cdn.embed.ly/jquery.embedly-3.0.5.min.js" type="text/javascript"></script>
<script src="http://cdn.embed.ly/jquery.preview-0.3.1.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://cdn.embed.ly/jquery.preview-0.3.1.css" />
<script src="http://cdn.embed.ly/jquery.preview-0.3.2.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://cdn.embed.ly/jquery.preview-0.3.2.css" />
</head>

Next set up a simple form that allows a user to input link::
Expand Down Expand Up @@ -281,16 +281,20 @@ CDN
To get you going even faster, Embedly hosts all the files you need on
scripts.embed.ly. The latest version is available here::

http://cdn.embed.ly/jquery.preview-0.3.1.min.js
http://cdn.embed.ly/jquery.preview-0.3.1.css
http://cdn.embed.ly/jquery.preview-0.3.2.min.js
http://cdn.embed.ly/jquery.preview-0.3.2.css



Changelog
---------

0.3.2
^^^^^
* Fixed a bug with media types in addInputs

0.3.1
^^^
^^^^^
* Fixed a bug with sprintf and added secure images.

0.3
Expand Down
21 changes: 13 additions & 8 deletions demo/index.html
Expand Up @@ -58,8 +58,8 @@ <h2>Basic Setup</h2>
&lt;head&gt;
&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="http://cdn.embed.ly/jquery.embedly-3.0.5.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="http://cdn.embed.ly/jquery.preview-0.3.1.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;link rel="stylesheet" href="http://cdn.embed.ly/jquery.preview-0.3.1.css" /&gt;
&lt;script src="http://cdn.embed.ly/jquery.preview-0.3.2.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;link rel="stylesheet" href="http://cdn.embed.ly/jquery.preview-0.3.2.css" /&gt;
&lt;/head&gt;
</pre>
<p>Next set up a simple form that allows a user to input link:</p>
Expand Down Expand Up @@ -314,20 +314,25 @@ <h2>CDN</h2>
<p>To get you going even faster, Embedly hosts all the files you need on
scripts.embed.ly. The latest version is available here:</p>
<pre class="prettyprint linenums">
http://cdn.embed.ly/jquery.preview-0.3.1.min.js
http://cdn.embed.ly/jquery.preview-0.3.1.css
http://cdn.embed.ly/jquery.preview-0.3.2.min.js
http://cdn.embed.ly/jquery.preview-0.3.2.css
</pre>
</div>
<div class="section" id="changelog">
<h2>Changelog</h2>
<p>0.3.1
^^^
* Fixed a bug with sprintf and added secure images.</p>
<div class="section" id="id1">
<h3>0.3.2</h3>
<ul class="simple"><li>Fixed a bug with media types in addInputs</li>
</ul></div>
<div class="section" id="id2">
<h3>0.3.1</h3>
<ul class="simple"><li>Fixed a bug with sprintf and added secure images.</li>
</ul></div>
<div class="section" id="id3">
<h3>0.3</h3>
<ul class="simple"><li>Full rewrite to simplify adding jQuery Preview to a site.</li>
</ul></div>
<div class="section" id="id2">
<div class="section" id="id4">
<h3>0.2</h3>
<ul class="simple"><li>Added the $.preview so it can be used before the a form is initialized.</li>
<li>Added <tt class="docutils literal">error</tt> and <tt class="docutils literal">callback</tt> to the Preview object.</li>
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.preview.js
@@ -1,4 +1,4 @@
/*! jQuery Preview - v0.3.1 - 2013-04-11
/*! jQuery Preview - v0.3.2 - 2013-04-11
* https://github.com/embedly/jquery-preview
* Copyright (c) 2013 Sean Creeley; Licensed BSD */
;(function($){
Expand Down
2 changes: 1 addition & 1 deletion jquery-preview.jquery.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.preview",
"title": "jQuery Preview",
"description": "Create an input that lets users preview the URL.",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/embedly/jquery-preview",
"author": {
"name": "Sean Creeley",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"title": "jQuery Preview",
"name": "jquery.preview",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "http://embed.ly",
"author": {
"name": "Embedly"
Expand Down

0 comments on commit 3339102

Please sign in to comment.