Insert Pages - Version 3.5.10

Version Description

  • Allow Insert Pages TinyMCE widget to run in a front-end wp_editor().
Download this release

Release Info

Developer figureone
Plugin Icon wp plugin Insert Pages
Version 3.5.10
Comparing to
See all releases

Code changes from version 3.5.9 to 3.5.10

Files changed (2) hide show
  1. insert-pages.php +2 -2
  2. readme.txt +3 -0
insert-pages.php CHANGED
@@ -7,7 +7,7 @@
7
  * Text Domain: insert-pages
8
  * Domain Path: /languages
9
  * License: GPL2
10
- * Version: 3.5.9
11
  *
12
  * @package insert-pages
13
  */
@@ -1156,7 +1156,7 @@ if ( ! class_exists( 'InsertPagesPlugin' ) ) {
1156
  // wp-admin/includes/template.php will not be loaded, admin_head
1157
  // action will not be fired). If that's the case, just skip loading
1158
  // the Insert Pages tinymce button.
1159
- if ( ! is_admin() || ! function_exists( 'page_template_dropdown' ) ) {
1160
  return;
1161
  }
1162
 
7
  * Text Domain: insert-pages
8
  * Domain Path: /languages
9
  * License: GPL2
10
+ * Version: 3.5.10
11
  *
12
  * @package insert-pages
13
  */
1156
  // wp-admin/includes/template.php will not be loaded, admin_head
1157
  // action will not be fired). If that's the case, just skip loading
1158
  // the Insert Pages tinymce button.
1159
+ if ( ! function_exists( 'page_template_dropdown' ) ) {
1160
  return;
1161
  }
1162
 
readme.txt CHANGED
@@ -111,6 +111,9 @@ Just one! The plugin prevents you from embedding a page in itself, but you can t
111
 
112
  == Changelog ==
113
 
 
 
 
114
  = 3.5.9 =
115
  * Fix jQuery deprecation notices in WordPress 5.7.
116
  * Tested up to WordPress 5.7.
111
 
112
  == Changelog ==
113
 
114
+ = 3.5.10 =
115
+ * Allow Insert Pages TinyMCE widget to run in a front-end wp_editor().
116
+
117
  = 3.5.9 =
118
  * Fix jQuery deprecation notices in WordPress 5.7.
119
  * Tested up to WordPress 5.7.