diff --git a/README.md b/README.md index 2441686..3858727 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # TinyMCE FontAwesome Plugin -###### v1.5.1 +###### v1.6.0 -A plugin that lets you insert FontAwesome icons via TinyMCE. Currently uses FontAwesome v4.3.0 and is tested on TinyMCE v4.1.10. +A plugin that lets you insert FontAwesome icons via TinyMCE. Currently uses FontAwesome v4.4.0 and is tested on TinyMCE v4.1.10. ### Instructions @@ -17,7 +17,7 @@ A plugin that lets you insert FontAwesome icons via TinyMCE. Currently uses Font ... extended_valid_elements: 'span[class]' ... - content_css: '//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'; + content_css: '//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css'; ... toolbar: 'fontawesome'; ... diff --git a/fontawesome/langs/de.js b/fontawesome/langs/de.js index f48f758..263656e 100644 --- a/fontawesome/langs/de.js +++ b/fontawesome/langs/de.js @@ -13,5 +13,6 @@ tinymce.addI18n('de', { 'Transportation': 'Transport', 'Gender': 'Geschlecht', 'Payment': 'Bezahlung', - 'Chart': 'Diagramm' + 'Chart': 'Diagramm', + 'Hand': 'Hand' }); \ No newline at end of file diff --git a/fontawesome/langs/en.js b/fontawesome/langs/en.js index 1391425..48fcd7d 100755 --- a/fontawesome/langs/en.js +++ b/fontawesome/langs/en.js @@ -13,5 +13,6 @@ tinymce.addI18n('en', { 'Transportation': 'Transportation', 'Gender': 'Gender', 'Payment': 'Payment', - 'Chart': 'Chart' + 'Chart': 'Chart', + 'Hand': 'Hand' }); \ No newline at end of file diff --git a/fontawesome/langs/es.js b/fontawesome/langs/es.js index dd5cb6a..755f230 100755 --- a/fontawesome/langs/es.js +++ b/fontawesome/langs/es.js @@ -13,5 +13,6 @@ tinymce.addI18n('es', { 'Transportation': 'Transportes', 'Gender': 'Géneros', 'Payment': 'Formas de Pago', - 'Chart': 'Gráficos' + 'Chart': 'Gráficos', + 'Hand': 'Mano' }); \ No newline at end of file diff --git a/fontawesome/plugin.min.js b/fontawesome/plugin.min.js index ed0cf79..196f224 100755 --- a/fontawesome/plugin.min.js +++ b/fontawesome/plugin.min.js @@ -1 +1 @@ -tinymce.PluginManager.requireLangPack("fontawesome"),tinymce.PluginManager.add("fontawesome",function(f,x){function e(){function x(f,x){var e;0===w?(e='
'+f[c*a+n]+" | ":''+f[c*a+n]+" | ");e+=""}return e+="
'+f[c*a+n]+" | ":''+f[c*a+n]+" | ");e+=""}return e+="
Copy the outputed text and paste it into the uncompressed plugin file. Check that it works, then compress the plugin js and upload it to Github.
+Copy the outputed text and paste it into the uncompressed plugin file. Check that it works, then compress the plugin js using this website and upload it to Github.