Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Jun 9, 2015
1 parent 8020850 commit fb90ca4
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 136 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

2.0.0 / 2015-06-09
==================

* **This version works for MediumEditor ```v4.12.0``` and up, because in ```v4.12.0``` MediumEditor changed the way to retrieve extension**
* Remove deprecated images options: ```uploadScript``` and ```formData```. Use ```fileUploadOptions``` instead.
* Add ```video-vimeo``` and ```video-youtube``` classes to embedded videos to allow css customization

1.7.0 / 2015-05-11
==================

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor-insert-plugin",
"version": "1.7.0",
"version": "2.0.0",
"description": "jQuery insert plugin for MediumEditor",
"main": [
"dist/js/medium-editor-insert-plugin.js",
Expand All @@ -22,14 +22,14 @@
],
"dependencies": {
"jquery": ">=1.9.0",
"medium-editor": "^4.1.1",
"medium-editor": "^4.12.0",
"handlebars": "~3.0.0",
"blueimp-file-upload": "~9.9.0",
"jquery-sortable": "~0.9.12"
},
"devDependencies": {
"qunit": "~1.18.0",
"sinon": "~1.14.1",
"sinon": "~1.15.0",
"sinon-qunit": "~2.0.0",
"jquery-cycle2": "~2.1.6",
"blanket": "~1.1.5"
Expand Down
3 changes: 1 addition & 2 deletions dist/css/medium-editor-insert-plugin-frontend.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* medium-editor-insert-plugin v1.7.0 - jQuery insert plugin for MediumEditor
* medium-editor-insert-plugin v2.0.0 - jQuery insert plugin for MediumEditor
*
* https://github.com/orthes/medium-editor-insert-plugin
*
Expand Down Expand Up @@ -81,4 +81,3 @@
outline: 0 solid transparent; }
.medium-insert-images figure figcaption:focus, .mediumInsert figure figcaption:focus, .medium-insert-embeds figure figcaption:focus, .mediumInsert-embeds figure figcaption:focus {
outline: 0 solid transparent; }

2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin-frontend.min.css

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

2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* medium-editor-insert-plugin v1.7.0 - jQuery insert plugin for MediumEditor
* medium-editor-insert-plugin v2.0.0 - jQuery insert plugin for MediumEditor
*
* https://github.com/orthes/medium-editor-insert-plugin
*
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor-insert-plugin.min.css

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

Loading

0 comments on commit fb90ca4

Please sign in to comment.