Widget Content Blocks - Version 2.3.8

Version Description

  • October 25, 2017
Download this release

Release Info

Developer DvanKooten
Plugin Icon wp plugin Widget Content Blocks
Version 2.3.8
Comparing to
See all releases

Code changes from version 2.3.7 to 2.3.8

Files changed (4) hide show
  1. CHANGELOG.md +4 -0
  2. includes/class-admin.php +2 -1
  3. readme.txt +6 -6
  4. wysiwyg-widgets.php +2 -2
CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
  # Changelog
2
 
 
 
 
 
3
  = 2.3.7 - August 29, 2017 =
4
 
5
  Added German language file, thanks to [Christian Gunther](http://atelier.tag-eins.de/).
1
  # Changelog
2
 
3
+ = 2.3.8 - October 25, 2017 =
4
+
5
+ Misc. textual improvements.
6
+
7
  = 2.3.7 - August 29, 2017 =
8
 
9
  Added German language file, thanks to [Christian Gunther](http://atelier.tag-eins.de/).
includes/class-admin.php CHANGED
@@ -62,7 +62,8 @@ class WYSIWYG_Widgets_Admin {
62
  <h4><?php _e('Other useful plugins', 'wysiwyg-widgets'); ?></h4>
63
  <ul class="ul-square">
64
  <li><a href="https://wordpress.org/plugins/mailchimp-for-wp/">MailChimp for Wordpress</a></li>
65
- <li><a href="https://wordpress.org/plugins/boxzilla/">Boxzilla Pop-Ups</a></li>
 
66
  <li><a href="https://wordpress.org/plugins/mailchimp-top-bar/">MailChimp Top Bar</a></li>
67
  <li><a href="https://wordpress.org/plugins/recent-facebook-posts/">Recent Facebook Posts</a></li>
68
  </ul>
62
  <h4><?php _e('Other useful plugins', 'wysiwyg-widgets'); ?></h4>
63
  <ul class="ul-square">
64
  <li><a href="https://wordpress.org/plugins/mailchimp-for-wp/">MailChimp for Wordpress</a></li>
65
+ <li><a href="https://wordpress.org/plugins/html-forms/">HTML Forms</a></li>
66
+ <li><a href="https://wordpress.org/plugins/boxzilla/">Boxzilla Pop-Ups</a></li>
67
  <li><a href="https://wordpress.org/plugins/mailchimp-top-bar/">MailChimp Top Bar</a></li>
68
  <li><a href="https://wordpress.org/plugins/recent-facebook-posts/">Recent Facebook Posts</a></li>
69
  </ul>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: DvanKooten, Ibericode, hchouhan, lapzor
3
  Donate link: https://dannyvankooten.com/donate/
4
  Tags: widget,visual editor,image widget,visual,tinymce,fckeditor,widgets,rich text,wysiwyg,html
5
  Requires at least: 4.1
6
- Tested up to: 4.8.1
7
- Stable tag: 2.3.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Requires PHP: 5.2.14
@@ -69,10 +69,6 @@ Yes, all the default options that you are used to from the post editor are avail
69
  = Will this plugin help me create widgets with images and links =
70
  Yes.
71
 
72
- = Is this plugin free? =
73
- Yes, totally. Donations are appreciated though!
74
-
75
-
76
  == Screenshots ==
77
 
78
  1. Overview of created Widget Blocks
@@ -82,6 +78,10 @@ Yes, totally. Donations are appreciated though!
82
 
83
  == Changelog ==
84
 
 
 
 
 
85
  = 2.3.7 - August 29, 2017 =
86
 
87
  Added German language file, thanks to [Christian Gunther](http://atelier.tag-eins.de/).
3
  Donate link: https://dannyvankooten.com/donate/
4
  Tags: widget,visual editor,image widget,visual,tinymce,fckeditor,widgets,rich text,wysiwyg,html
5
  Requires at least: 4.1
6
+ Tested up to: 4.8.2
7
+ Stable tag: 2.3.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Requires PHP: 5.2.14
69
  = Will this plugin help me create widgets with images and links =
70
  Yes.
71
 
 
 
 
 
72
  == Screenshots ==
73
 
74
  1. Overview of created Widget Blocks
78
 
79
  == Changelog ==
80
 
81
+ = 2.3.8 - October 25, 2017 =
82
+
83
+ Misc. textual improvements.
84
+
85
  = 2.3.7 - August 29, 2017 =
86
 
87
  Added German language file, thanks to [Christian Gunther](http://atelier.tag-eins.de/).
wysiwyg-widgets.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Widget Content Blocks
4
  Plugin URI: https://dannyvankooten.com/wordpress-plugins/wysiwyg-widgets/
5
  Description: Adds a WYSIWYG Widget with a rich text editor and media upload functions.
6
- Version: 2.3.7
7
  Author: Danny van Kooten
8
  Author URI: http://dvk.co/
9
  Text Domain: wysiwyg-widgets
@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
30
 
31
  if ( ! defined( 'ABSPATH' ) ) exit;
32
 
33
- define( 'WYWI_VERSION_NUMBER', "2.3.6" );
34
  define( 'WYWI_PLUGIN_DIR', dirname( __FILE__ ) .'/' );
35
 
36
  require_once WYWI_PLUGIN_DIR . 'includes/plugin.php';
3
  Plugin Name: Widget Content Blocks
4
  Plugin URI: https://dannyvankooten.com/wordpress-plugins/wysiwyg-widgets/
5
  Description: Adds a WYSIWYG Widget with a rich text editor and media upload functions.
6
+ Version: 2.3.8
7
  Author: Danny van Kooten
8
  Author URI: http://dvk.co/
9
  Text Domain: wysiwyg-widgets
30
 
31
  if ( ! defined( 'ABSPATH' ) ) exit;
32
 
33
+ define( 'WYWI_VERSION_NUMBER', "2.3.8" );
34
  define( 'WYWI_PLUGIN_DIR', dirname( __FILE__ ) .'/' );
35
 
36
  require_once WYWI_PLUGIN_DIR . 'includes/plugin.php';