Version Description
Download this release
Release Info
Developer | miyauchi |
Plugin | TinyMCE Templates |
Version | 3.2.0 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.2.0
- readme.txt +3 -2
- tinymce-templates.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: miyauchi
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CTUKCMFHF79K2
|
4 |
Tags: tinymce, Visual Editor, template
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 3.
|
8 |
|
9 |
TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
|
10 |
You can edit and share this template with WordPress users.
|
@@ -60,6 +60,7 @@ You can send your own language pack to me.
|
|
60 |
4. Copy to new template from Admin Bar.
|
61 |
|
62 |
== Changelog ==
|
|
|
63 |
* 3.0.0 - WordPress 3.5 fix
|
64 |
* [2.9.0](http://wpist.me/2012/06/14/tinymce-templates-2-9-0/)
|
65 |
* [2.8.0](http://wpist.me/2012/05/24/tinymce-templates-2-8-0/)
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CTUKCMFHF79K2
|
4 |
Tags: tinymce, Visual Editor, template
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 3.7
|
7 |
+
Stable tag: 3.2.0
|
8 |
|
9 |
TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
|
10 |
You can edit and share this template with WordPress users.
|
60 |
4. Copy to new template from Admin Bar.
|
61 |
|
62 |
== Changelog ==
|
63 |
+
* 3.2.0 - Tested up to 3.7
|
64 |
* 3.0.0 - WordPress 3.5 fix
|
65 |
* [2.9.0](http://wpist.me/2012/06/14/tinymce-templates-2-9-0/)
|
66 |
* [2.8.0](http://wpist.me/2012/05/24/tinymce-templates-2-8-0/)
|
tinymce-templates.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: TinyMCE Templates
|
|
4 |
Plugin URI: http://wpist.me/wp/tinymce-templates/
|
5 |
Description: TinyMCE Templates plugin will enable to use HTML template on WordPress Visual Editor.
|
6 |
Author: Takayuki Miyauchi
|
7 |
-
Version: 3.
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: tinymce_templates
|
4 |
Plugin URI: http://wpist.me/wp/tinymce-templates/
|
5 |
Description: TinyMCE Templates plugin will enable to use HTML template on WordPress Visual Editor.
|
6 |
Author: Takayuki Miyauchi
|
7 |
+
Version: 3.2.0
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: tinymce_templates
|