Skip to content

Commit

Permalink
Improves performance
Browse files Browse the repository at this point in the history
  • Loading branch information
gtraxx committed Feb 7, 2017
1 parent 214720e commit 71b2047
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Plugin youtube for TinyMCE 4

Insert YouTube video (Google Format) with optionnals (HD, similar vidéos)

###version

[![release](https://img.shields.io/github/release/gtraxx/tinymce-plugin-youtube.svg)](https://github.com/gtraxx/tinymce-plugin-youtube/releases/latest)


Authors
-------
Expand All @@ -13,7 +17,7 @@ Official link in french :

###Screenshot

![youtube-tinymce-1 2 0](https://cloud.githubusercontent.com/assets/356674/17137863/b977bf00-533d-11e6-9070-426c5131f75a.png)
![youtube-tinymce-2 0 0](https://cloud.githubusercontent.com/assets/356674/17137863/b977bf00-533d-11e6-9070-426c5131f75a.png)

###Installation
* Download the dist/youtube.zip archive
Expand Down Expand Up @@ -57,7 +61,7 @@ tinymce.init({
<pre>
This file is part of tinyMCE.
YouTube for tinyMCE
Copyright (C) 2011 - 2015 Gerits Aurelien aurelien[at]magix-dev[dot]be - contact[at]aurelien-gerits[dot]be
Copyright (C) 2011 - 2017 Gerits Aurelien <aurelien[at]magix-cms[dot]com>

Redistributions of files must retain the above copyright notice.
This program is free software: you can redistribute it and/or modify
Expand Down
Binary file modified dist/youtube.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion js/youtube.js → js/src/youtube.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of tinyMCE.
# YouTube for tinyMCE 4.x.x
# Copyright (C) 2011 - 2016 Gerits Aurelien <aurelien[at]magix-dev[dot]be> - <contact[at]aurelien-gerits[dot]be>
# Copyright (C) 2011 - 2017 Gerits Aurelien <aurelien[at]magix-cms[dot]com>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
Expand Down
5 changes: 5 additions & 0 deletions js/vendor/mustache.min.js

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

File renamed without changes.
1 change: 1 addition & 0 deletions js/youtube.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce-plugin-youtube",
"version": "1.2.0",
"version": "2.0.0",
"description": "Plugin youtube for TinyMCE 4",
"main": "youtube.html",
"scripts": {
Expand All @@ -17,7 +17,7 @@
],
"author": {
"name": "Gerits Aurelien",
"mail": "contact@aurelien-gerits.be"
"mail": "aurelien@magix-cms.com"
},
"license": "GPL3",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of tinyMCE.
# YouTube for tinyMCE
# Copyright (C) 2011 - 2013 Gerits Aurelien <aurelien[at]magix-dev[dot]be> - <contact[at]aurelien-gerits[dot]be>
# Copyright (C) 2011 - 2017 Gerits Aurelien <aurelien[at]magix-cms[dot]com>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
Expand Down
4 changes: 2 additions & 2 deletions plugin.min.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
/*!
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of tinyMCE.
# YouTube for tinyMCE
# Copyright (C) 2011 - 2013 Gerits Aurelien <aurelien[at]magix-dev[dot]be> - <contact[at]aurelien-gerits[dot]be>
# Copyright (C) 2011 - 2017 Gerits Aurelien <aurelien[at]magix-cms[dot]com>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
Expand Down
4 changes: 2 additions & 2 deletions youtube.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="./js/vendor/jquery.js"><\/script>')</script>
<script src="./js/vendor/bootstrap.min.js"></script>
<script src="./js/vendor/mustache.js"></script>
<script src="./js/youtube.js"></script>
<script src="./js/vendor/mustache.min.js"></script>
<script src="./js/youtube.min.js"></script>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 71b2047

Please sign in to comment.