TinyMCE Templates - Version 4.8.1

Version Description

Download this release

Release Info

Developer miyauchi
Plugin Icon 128x128 TinyMCE Templates
Version 4.8.1
Comparing to
See all releases

Code changes from version 4.8.0 to 4.8.1

Files changed (2) hide show
  1. readme.txt +2 -1
  2. tinymce-templates.php +5 -1
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: miyauchi
3
  Tags: tinymce, Visual Editor, template
4
  Requires at least: 4.0
5
  Tested up to: 4.8
6
- Stable tag: 4.8.0
7
 
8
  TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
9
 
@@ -36,6 +36,7 @@ TinyMCE Template plugin will enable to use HTML template on WordPress Visual Edi
36
  * Slovak(sk_SK) - [Branco](http://webhostinggeeks.com/user-reviews/)
37
  * Hebrew(he_IL) - [Ahrale](http://atar4u.com/)
38
  * Chinese(zh_CN) - [Riant](http://www.notidea.com/)
 
39
 
40
  You can send your own language pack to me.
41
 
3
  Tags: tinymce, Visual Editor, template
4
  Requires at least: 4.0
5
  Tested up to: 4.8
6
+ Stable tag: 4.8.1
7
 
8
  TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
9
 
36
  * Slovak(sk_SK) - [Branco](http://webhostinggeeks.com/user-reviews/)
37
  * Hebrew(he_IL) - [Ahrale](http://atar4u.com/)
38
  * Chinese(zh_CN) - [Riant](http://www.notidea.com/)
39
+ * Hungarian(hu_HU) - [Sch-Tomi](https://github.com/Sch-Tomi)
40
 
41
  You can send your own language pack to me.
42
 
tinymce-templates.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: TinyMCE Templates
4
  Plugin URI: http://miya0001.github.io/tinymce-templates/
5
  Description: TinyMCE Templates plugin will enable to use HTML template on WordPress Visual Editor.
6
  Author: Takayuki Miyauchi
7
- Version: 4.8.0
8
  Author URI: http://miya0001.github.io/tinymce-templates/
9
  Domain Path: /languages
10
  Text Domain: tinymce_templates
@@ -96,6 +96,10 @@ class TinyMCE_Templates
96
  'lang' => 'zh_CN',
97
  'url' => 'http://www.notidea.com/'
98
  ),
 
 
 
 
99
  );
100
 
101
  /**
4
  Plugin URI: http://miya0001.github.io/tinymce-templates/
5
  Description: TinyMCE Templates plugin will enable to use HTML template on WordPress Visual Editor.
6
  Author: Takayuki Miyauchi
7
+ Version: 4.8.1
8
  Author URI: http://miya0001.github.io/tinymce-templates/
9
  Domain Path: /languages
10
  Text Domain: tinymce_templates
96
  'lang' => 'zh_CN',
97
  'url' => 'http://www.notidea.com/'
98
  ),
99
+ 'Sch-Tomi' => array(
100
+ 'lang' => 'hu_HU',
101
+ 'url' => 'https://github.com/Sch-Tomi'
102
+ ),
103
  );
104
 
105
  /**