WP Edit - Version 3.8.1

Version Description

  • 05/11/16
  • Removed a stray var_dump() function.
Download this release

Release Info

Developer josh401
Plugin Icon wp plugin WP Edit
Version 3.8.1
Comparing to
See all releases

Code changes from version 3.8 to 3.8.1

Files changed (2) hide show
  1. main.php +1 -2
  2. readme.txt +5 -3
main.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WP Edit
4
  * Plugin URI: https://wpeditpro.com
5
  * Description: Ultimate WordPress Content Editing.
6
- * Version: 3.8
7
  * Author: Josh Lobe
8
  * Author URI: https://wpeditpro.com
9
  * License: GPL2
@@ -2622,7 +2622,6 @@ class wp_edit_class {
2622
  $content = wpautop( $content );
2623
  $content = preg_replace( '/^<p>(https?:\/\/[^<> "]+?)<\/p>$/im', '$1', $content );
2624
  $content = htmlspecialchars( $content, ENT_NOQUOTES, get_option( 'blog_charset' ) );
2625
- var_dump($content);
2626
  }
2627
  return $content;
2628
  }
3
  * Plugin Name: WP Edit
4
  * Plugin URI: https://wpeditpro.com
5
  * Description: Ultimate WordPress Content Editing.
6
+ * Version: 3.8.1
7
  * Author: Josh Lobe
8
  * Author URI: https://wpeditpro.com
9
  * License: GPL2
2622
  $content = wpautop( $content );
2623
  $content = preg_replace( '/^<p>(https?:\/\/[^<> "]+?)<\/p>$/im', '$1', $content );
2624
  $content = htmlspecialchars( $content, ENT_NOQUOTES, get_option( 'blog_charset' ) );
 
2625
  }
2626
  return $content;
2627
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: wpedit, wp edit, editor, buttons, button, add, font, font style, font select, table, tables, visual editor, search, replace, colors, color, anchor, advance, advanced, links, link, popup, javascript, upgrade, update, admin, image, images, citations, preview, html, custom css, borders, pages, posts, colorful, php, php widget, shortcode, shortcodes, style, styles, plugin, login, excerpt, id, post, page, youtube, tinymce
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
- Stable tag: 3.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -97,9 +97,12 @@ OR...
97
 
98
  == Changelog ==
99
 
100
- = 3.8 =
101
  * 05/11/16
 
102
 
 
 
103
  * Added support for WP Edit toolbars in custom post types excerpt areas.
104
  * Fixed deprecated function. (htmledit_pre changed to format_for_editor) (main.php ~line 115).
105
  * Updated introduction video link.
@@ -108,7 +111,6 @@ OR...
108
 
109
  = 3.7 =
110
  * 01/11/16
111
-
112
  * Fixed Feedblitz image loading insecure over https.
113
  * Fixed WP_PLUGIN_URL constant; switched to using plugins_url() function.
114
  * Fixed profile biography editor.
4
  Tags: wpedit, wp edit, editor, buttons, button, add, font, font style, font select, table, tables, visual editor, search, replace, colors, color, anchor, advance, advanced, links, link, popup, javascript, upgrade, update, admin, image, images, citations, preview, html, custom css, borders, pages, posts, colorful, php, php widget, shortcode, shortcodes, style, styles, plugin, login, excerpt, id, post, page, youtube, tinymce
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
+ Stable tag: 3.8.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
97
 
98
  == Changelog ==
99
 
100
+ = 3.8.1 =
101
  * 05/11/16
102
+ * Removed a stray var_dump() function.
103
 
104
+ = 3.8 =
105
+ * 05/11/16
106
  * Added support for WP Edit toolbars in custom post types excerpt areas.
107
  * Fixed deprecated function. (htmledit_pre changed to format_for_editor) (main.php ~line 115).
108
  * Updated introduction video link.
111
 
112
  = 3.7 =
113
  * 01/11/16
 
114
  * Fixed Feedblitz image loading insecure over https.
115
  * Fixed WP_PLUGIN_URL constant; switched to using plugins_url() function.
116
  * Fixed profile biography editor.