TinyMCE Templates - Version 1.1.1

Version Description

Download this release

Release Info

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

Code changes from version 1.0.1 to 1.1.1

includes/TinyMCETemplate.class.php CHANGED
@@ -47,7 +47,7 @@ class TinyMCETemplate{
47
  $path = dirname(__FILE__).'/../mce_plugins/plugins';
48
  $lang = $path.'/template/langs/langs.php';
49
  $inits = array();
50
- $url = site_url();
51
  if ($wp_rewrite->using_permalinks()) {
52
  $this->list_url = $url.'/mce_templates.js';
53
  } else {
47
  $path = dirname(__FILE__).'/../mce_plugins/plugins';
48
  $lang = $path.'/template/langs/langs.php';
49
  $inits = array();
50
+ $url = home_url();
51
  if ($wp_rewrite->using_permalinks()) {
52
  $this->list_url = $url.'/mce_templates.js';
53
  } else {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://firegoby.theta.ne.jp/
4
  Tags: tinymce, Visual Editor, template
5
  Requires at least: 3.0
6
  Tested up to: 3.1
7
- Stable tag: 1.0.1
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.
4
  Tags: tinymce, Visual Editor, template
5
  Requires at least: 3.0
6
  Tested up to: 3.1
7
+ Stable tag: 1.1.1
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.
tinymce_templates.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: TinyMCE Templates
4
  Plugin URI: http://firegoby.theta.ne.jp/wp/tinymce_templates
5
  Description: Manage & Add Tiny MCE template.
6
  Author: Takayuki Miyauchi (THETA NETWORKS Co,.Ltd)
7
- Version: 1.0.1
8
  Author URI: http://firegoby.theta.ne.jp/
9
  */
10
 
4
  Plugin URI: http://firegoby.theta.ne.jp/wp/tinymce_templates
5
  Description: Manage & Add Tiny MCE template.
6
  Author: Takayuki Miyauchi (THETA NETWORKS Co,.Ltd)
7
+ Version: 1.1.1
8
  Author URI: http://firegoby.theta.ne.jp/
9
  */
10