Version Description
- Tested on WordPress 4.4.
Download this release
Release Info
Developer | miyauchi |
Plugin | TinyMCE Templates |
Version | 4.4.3 |
Comparing to | |
See all releases |
Code changes from version 4.4.2 to 4.4.3
- readme.txt +135 -131
- tinymce-templates.php +1 -1
readme.txt
CHANGED
@@ -1,131 +1,135 @@
|
|
1 |
-
=== TinyMCE Templates ===
|
2 |
-
Contributors: miyauchi
|
3 |
-
Tags: tinymce, Visual Editor, template
|
4 |
-
Requires at least: 4.0
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 4.4.
|
7 |
-
|
8 |
-
TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
|
9 |
-
|
10 |
-
== Description ==
|
11 |
-
|
12 |
-
TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
|
13 |
-
|
14 |
-
* [Website](http://miya0001.github.io/tinymce-templates/)
|
15 |
-
* [GitHub](https://github.com/miya0001/tinymce-templates)
|
16 |
-
|
17 |
-
= Some features: =
|
18 |
-
|
19 |
-
* Add "Insert Template" button to Visual Editor.
|
20 |
-
* You can edit template on WordPress admin.
|
21 |
-
* Copy to template from posts & pages.
|
22 |
-
* You can insert templates as shortcode.
|
23 |
-
|
24 |
-
= Translators: =
|
25 |
-
|
26 |
-
* Japanese(ja) - [Takayuki Miyauchi](http://wpist.me/)
|
27 |
-
* Italian(it_IT) - [Andrea Bersi](http://www.andreabersi.com)
|
28 |
-
* Swedish(sv_SE) - Tobias Bergius
|
29 |
-
* German(de_DE) - [nebojsa-simic](https://github.com/nebojsa-simic), [Martin Lettner](http://www.martinlettner.info/)
|
30 |
-
* Spanish(es_ES) - [David Bravo](http://www.dimensionmultimedia.com/)
|
31 |
-
* Dutch(nl_NL) - [Frank Groeneveld](http://ivaldi.nl/)
|
32 |
-
* French(fr_FR) - [HAROUY Jean-Michel](http://www.laposte.net/)
|
33 |
-
* Brazilian Portuguese(pt_BR) - [Rafael Funchal](http://www.rafaelfunchal.com.br/)
|
34 |
-
* Filipino(fil_PH) - [Morten Elm](http://www.storbyfan.dk/)
|
35 |
-
* Russian(ru_RU) - ihtimir
|
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 |
-
|
42 |
-
= Note =
|
43 |
-
|
44 |
-
How to display insert template button on wysiwyg editor of the ACF.
|
45 |
-
|
46 |
-
add_filter( 'tinymce_templates_enable_media_buttons', function(){
|
47 |
-
return true; // Displays insert template button on all visual editors
|
48 |
-
} );
|
49 |
-
|
50 |
-
== Installation ==
|
51 |
-
|
52 |
-
* A plug-in installation screen is displayed on the WordPress admin panel.
|
53 |
-
* It installs it in `wp-content/plugins`.
|
54 |
-
* The plug-in is made effective.
|
55 |
-
* Open 'Template' menu.
|
56 |
-
|
57 |
-
== Screenshots ==
|
58 |
-
|
59 |
-
1. Template Admin.
|
60 |
-
2. Visual Editor.
|
61 |
-
3. Copy to new template from Edit Page.
|
62 |
-
4. Copy to new template from Admin Bar.
|
63 |
-
|
64 |
-
== Changelog ==
|
65 |
-
|
66 |
-
= 4.4.
|
67 |
-
|
68 |
-
*
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
*
|
74 |
-
|
75 |
-
= 4.3.
|
76 |
-
|
77 |
-
*
|
78 |
-
|
79 |
-
= 4.3.
|
80 |
-
|
81 |
-
*
|
82 |
-
|
83 |
-
= 4.3.
|
84 |
-
|
85 |
-
*
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
*
|
92 |
-
|
93 |
-
= 4.
|
94 |
-
|
95 |
-
*
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
*
|
101 |
-
|
102 |
-
= 3.
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
*
|
114 |
-
|
115 |
-
* [2.
|
116 |
-
* [2.
|
117 |
-
* [2.
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
* @
|
|
|
|
|
|
|
|
1 |
+
=== TinyMCE Templates ===
|
2 |
+
Contributors: miyauchi
|
3 |
+
Tags: tinymce, Visual Editor, template
|
4 |
+
Requires at least: 4.0
|
5 |
+
Tested up to: 4.4
|
6 |
+
Stable tag: 4.4.3
|
7 |
+
|
8 |
+
TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
|
9 |
+
|
10 |
+
== Description ==
|
11 |
+
|
12 |
+
TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
|
13 |
+
|
14 |
+
* [Website](http://miya0001.github.io/tinymce-templates/)
|
15 |
+
* [GitHub](https://github.com/miya0001/tinymce-templates)
|
16 |
+
|
17 |
+
= Some features: =
|
18 |
+
|
19 |
+
* Add "Insert Template" button to Visual Editor.
|
20 |
+
* You can edit template on WordPress admin.
|
21 |
+
* Copy to template from posts & pages.
|
22 |
+
* You can insert templates as shortcode.
|
23 |
+
|
24 |
+
= Translators: =
|
25 |
+
|
26 |
+
* Japanese(ja) - [Takayuki Miyauchi](http://wpist.me/)
|
27 |
+
* Italian(it_IT) - [Andrea Bersi](http://www.andreabersi.com)
|
28 |
+
* Swedish(sv_SE) - Tobias Bergius
|
29 |
+
* German(de_DE) - [nebojsa-simic](https://github.com/nebojsa-simic), [Martin Lettner](http://www.martinlettner.info/)
|
30 |
+
* Spanish(es_ES) - [David Bravo](http://www.dimensionmultimedia.com/)
|
31 |
+
* Dutch(nl_NL) - [Frank Groeneveld](http://ivaldi.nl/)
|
32 |
+
* French(fr_FR) - [HAROUY Jean-Michel](http://www.laposte.net/)
|
33 |
+
* Brazilian Portuguese(pt_BR) - [Rafael Funchal](http://www.rafaelfunchal.com.br/)
|
34 |
+
* Filipino(fil_PH) - [Morten Elm](http://www.storbyfan.dk/)
|
35 |
+
* Russian(ru_RU) - ihtimir
|
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 |
+
|
42 |
+
= Note =
|
43 |
+
|
44 |
+
How to display insert template button on wysiwyg editor of the ACF.
|
45 |
+
|
46 |
+
add_filter( 'tinymce_templates_enable_media_buttons', function(){
|
47 |
+
return true; // Displays insert template button on all visual editors
|
48 |
+
} );
|
49 |
+
|
50 |
+
== Installation ==
|
51 |
+
|
52 |
+
* A plug-in installation screen is displayed on the WordPress admin panel.
|
53 |
+
* It installs it in `wp-content/plugins`.
|
54 |
+
* The plug-in is made effective.
|
55 |
+
* Open 'Template' menu.
|
56 |
+
|
57 |
+
== Screenshots ==
|
58 |
+
|
59 |
+
1. Template Admin.
|
60 |
+
2. Visual Editor.
|
61 |
+
3. Copy to new template from Edit Page.
|
62 |
+
4. Copy to new template from Admin Bar.
|
63 |
+
|
64 |
+
== Changelog ==
|
65 |
+
|
66 |
+
= 4.4.3 =
|
67 |
+
|
68 |
+
* Tested on WordPress 4.4.
|
69 |
+
|
70 |
+
= 4.4.0 =
|
71 |
+
|
72 |
+
* Bug fix when richedit is enabled.
|
73 |
+
* Add filter hook `tinymce_templates_enable_media_buttons`.
|
74 |
+
|
75 |
+
= 4.3.6 =
|
76 |
+
|
77 |
+
* Update German translation.
|
78 |
+
|
79 |
+
= 4.3.5 =
|
80 |
+
|
81 |
+
* Tested up to WordPress 4.2.
|
82 |
+
|
83 |
+
= 4.3.3 =
|
84 |
+
|
85 |
+
* Update Hebrew(he_IL) translation file.
|
86 |
+
|
87 |
+
= 4.3.2 =
|
88 |
+
|
89 |
+
* Fix closing modal window problem.
|
90 |
+
* Set same width with preview and content_width.
|
91 |
+
* Update js modal potision absolute to fixed.
|
92 |
+
|
93 |
+
= 4.3.1 =
|
94 |
+
|
95 |
+
* Bug fix on quick tags view.
|
96 |
+
|
97 |
+
= 4.0.0 =
|
98 |
+
|
99 |
+
* Remove sharing function.
|
100 |
+
* Add function inserting as shortcode.
|
101 |
+
|
102 |
+
= 3.4.0 =
|
103 |
+
|
104 |
+
* [Fix problem on the WordPress 3.9](https://github.com/miya0001/tinymce-templates/compare/3.3.0...3.4.0)
|
105 |
+
|
106 |
+
= 3.3.0 =
|
107 |
+
* [Fixed under the WordPtess 3.8.](https://github.com/miya0001/tinymce-templates/compare/3.2.0...3.3.0)
|
108 |
+
|
109 |
+
= 3.2.0 =
|
110 |
+
* Tested up to 3.7
|
111 |
+
|
112 |
+
= 3.0.0 =
|
113 |
+
* WordPress 3.5 fix
|
114 |
+
|
115 |
+
* [2.9.0](http://wpist.me/2012/06/14/tinymce-templates-2-9-0/)
|
116 |
+
* [2.8.0](http://wpist.me/2012/05/24/tinymce-templates-2-8-0/)
|
117 |
+
* [2.7.0](http://wpist.me/2012/05/19/tinymce-templates-2-7-0/)
|
118 |
+
* [2.6.0](http://wpist.me/2011/11/14/tinymce-templates-2-6-0/)
|
119 |
+
* [2.4.0](http://wpist.me/2011/11/14/tinymce-templates-2-4-0/)
|
120 |
+
* [2.3.0](http://wpist.me/2011/11/14/tinymce-templates-2-3-0/)
|
121 |
+
* [2.2.0](http://wpist.me/2011/11/13/tinymce-templates-2-2-0/)
|
122 |
+
|
123 |
+
== Credits ==
|
124 |
+
|
125 |
+
This plug-in is not guaranteed though the user of WordPress can freely use this plug-in free of charge regardless of the purpose.
|
126 |
+
The author must acknowledge the thing that the operation guarantee and the support in this plug-in use are not done at all beforehand.
|
127 |
+
|
128 |
+
== Contact ==
|
129 |
+
|
130 |
+
* http://wpist.me/
|
131 |
+
* twitter @wpist_me
|
132 |
+
|
133 |
+
== Special Thanks ==
|
134 |
+
|
135 |
+
* @kernfel on Twitter
|
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.4.
|
8 |
Author URI: http://miya0001.github.io/tinymce-templates/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: 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.4.3
|
8 |
Author URI: http://miya0001.github.io/tinymce-templates/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: tinymce_templates
|