Version Description
- September 29, 2016 =
Maintenance release. Mainly just removed some dead links from meta & getting rid of "not updated" notice. Happy widget blocking!
Download this release
Release Info
Developer | DvanKooten |
Plugin | Widget Content Blocks |
Version | 2.3.6 |
Comparing to | |
See all releases |
Code changes from version 2.3.5 to 2.3.6
- includes/class-admin.php +6 -18
- includes/class-widget.php +1 -0
- readme.txt +11 -7
- wysiwyg-widgets.php +6 -6
includes/class-admin.php
CHANGED
@@ -46,40 +46,28 @@ class WYSIWYG_Widgets_Admin {
|
|
46 |
public function meta_donate_box( $post ) {
|
47 |
?>
|
48 |
<div>
|
49 |
-
<h4><?php _e('
|
50 |
-
<p><?php printf(__('Show this widget block by going to your %swidgets page%s and then dragging the WYSIWYG Widget to one of your widget areas.', 'wysiwyg-widgets'), '<a href="'. admin_url('widgets.php') .'">', '</a>'); ?></p>
|
51 |
</div>
|
52 |
|
53 |
-
<div>
|
54 |
-
<h4
|
55 |
-
<p>I spent a lot of time developing this plugin and offering support for it. If you like it, consider supporting this plugin by <a href="https://dannyvankooten.com/donate/">donating a token of your appreciation</a>.</p>
|
56 |
-
|
57 |
-
<p>Some other ways to support this plugin</p>
|
58 |
<ul class="ul-square">
|
59 |
<li><a href="https://wordpress.org/support/view/plugin-reviews/wysiwyg-widgets?rate=5#postform" target="_blank"><?php _e('Leave a ★★★★★ review on WordPress.org', 'wysiwyg-widgets'); ?></a></li>
|
60 |
-
<li><a href="https://twitter.com/?status=I%20use%20the%20WYSIWYG%20Widgets%20plugin%20by%20%40DannyvanKooten%20on%20my%20%23WordPress%20site%20to%20show%20beautiful%20widgets%20-%20love%20it!%20http%3A%2F%2Fwordpress.org%2Fplugins%2Fwysiwyg-widgets%2F" target="_blank"><?php _e('Tweet about WYSIWYG Widgets', 'wysiwyg-widgets'); ?></a></li>
|
61 |
<li><a href="https://wordpress.org/plugins/wysiwyg-widgets/#compatibility"><?php _e('Vote "works" on the WordPress.org plugin page', 'wysiwyg-widgets'); ?></a></li>
|
62 |
</ul>
|
63 |
</div>
|
64 |
|
65 |
-
<div>
|
66 |
<h4><?php _e('Other useful plugins', 'wysiwyg-widgets'); ?></h4>
|
67 |
<ul class="ul-square">
|
68 |
<li><a href="https://wordpress.org/plugins/mailchimp-for-wp/">MailChimp for Wordpress</a></li>
|
|
|
69 |
<li><a href="https://wordpress.org/plugins/mailchimp-top-bar/">MailChimp Top Bar</a></li>
|
70 |
-
<li><a href="https://wordpress.org/plugins/scroll-triggered-boxes/">Scroll Triggered Boxes</a></li>
|
71 |
<li><a href="https://wordpress.org/plugins/recent-facebook-posts/">Recent Facebook Posts</a></li>
|
72 |
</ul>
|
73 |
</div>
|
74 |
|
75 |
-
<div>
|
76 |
-
<h4>About the developer</h4>
|
77 |
-
<p>My name is <a href="https://dannyvankooten.com/">Danny van Kooten</a>. I develop WordPress plugins which help you build your websites. I love simplicity, happy customers and clean code.</p>
|
78 |
-
<p>Take a look at my other <a href="https://dannyvankooten.com/wordpress-plugins/">plugins for WordPress</a> or <em>like</em> my Facebook page to stay updated.</p>
|
79 |
-
<p><iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FCodeToTheChase&width&layout=standard&action=like&show_faces=true&share=false&appId=225994527565061" scrolling="no" frameborder="0" style="border:none; width: 100%; overflow:hidden; height: 80px;" allowTransparency="true"></iframe></p>
|
80 |
-
<p>You can also follow me on twitter <a href="https://twitter.com/dannyvankooten">here</a>.</p>
|
81 |
-
</div>
|
82 |
-
|
83 |
<?php
|
84 |
}
|
85 |
}
|
46 |
public function meta_donate_box( $post ) {
|
47 |
?>
|
48 |
<div>
|
49 |
+
<h4><?php _e('How do I use this?', 'wysiwyg-widgets'); ?></h4>
|
50 |
+
<p><?php printf(__('Show this widget block by going to your %swidgets page%s and then dragging the <strong>WYSIWYG Widget</strong> to one of your widget areas.', 'wysiwyg-widgets'), '<a href="'. admin_url('widgets.php') .'">', '</a>'); ?></p>
|
51 |
</div>
|
52 |
|
53 |
+
<div style="margin-top: 30px;">
|
54 |
+
<h4><?php _e( 'Rate this plugin', 'wysiwyg-widgets' ); ?></h4>
|
|
|
|
|
|
|
55 |
<ul class="ul-square">
|
56 |
<li><a href="https://wordpress.org/support/view/plugin-reviews/wysiwyg-widgets?rate=5#postform" target="_blank"><?php _e('Leave a ★★★★★ review on WordPress.org', 'wysiwyg-widgets'); ?></a></li>
|
|
|
57 |
<li><a href="https://wordpress.org/plugins/wysiwyg-widgets/#compatibility"><?php _e('Vote "works" on the WordPress.org plugin page', 'wysiwyg-widgets'); ?></a></li>
|
58 |
</ul>
|
59 |
</div>
|
60 |
|
61 |
+
<div style="margin-top: 30px;">
|
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>
|
69 |
</div>
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
<?php
|
72 |
}
|
73 |
}
|
includes/class-widget.php
CHANGED
@@ -85,6 +85,7 @@ class WYSIWYG_Widgets_Widget extends WP_Widget {
|
|
85 |
* @see WP_Widget::form()
|
86 |
*
|
87 |
* @param array $instance Previously saved values from database.
|
|
|
88 |
*/
|
89 |
public function form( $instance ) {
|
90 |
|
85 |
* @see WP_Widget::form()
|
86 |
*
|
87 |
* @param array $instance Previously saved values from database.
|
88 |
+
* @return string|void
|
89 |
*/
|
90 |
public function form( $instance ) {
|
91 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
Contributors: DvanKooten
|
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:
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -40,12 +40,11 @@ If you have created your own language pack, or have an update of an existing one
|
|
40 |
|
41 |
- [WYSIWYG Widgets](https://dannyvankooten.com/wordpress-plugins/wysiwyg-widgets/)
|
42 |
- Check out more [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/) by the same author
|
43 |
-
-
|
44 |
-
- [Thank Danny for this plugin by donating $10, $20 or $50.](https://dannyvankooten.com/donate/)
|
45 |
|
46 |
== Installation ==
|
47 |
|
48 |
-
1. Upload the contents of wysiwyg-widgets.zip to your plugins directory.
|
49 |
1. Activate the plugin
|
50 |
1. Create a Widget Block by going to *Widget Blocks > Add New*
|
51 |
1. Go to *Appearance > Widgets*, drag the WYSIWYG Widget to one of your widget areas and select which Widget Block to display.
|
@@ -79,6 +78,11 @@ Yes, totally. Donations are appreciated though!
|
|
79 |
|
80 |
== Changelog ==
|
81 |
|
|
|
|
|
|
|
|
|
|
|
82 |
= 2.3.5 - March 18, 2015 =
|
83 |
|
84 |
**Fixes**
|
1 |
+
=== Widget Content Blocks ===
|
2 |
Contributors: DvanKooten
|
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.6.1
|
7 |
+
Stable tag: 2.3.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
40 |
|
41 |
- [WYSIWYG Widgets](https://dannyvankooten.com/wordpress-plugins/wysiwyg-widgets/)
|
42 |
- Check out more [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/) by the same author
|
43 |
+
- Follow [@DannyvanKooten](https://twitter.com/dannyvankooten) on Twitter.
|
|
|
44 |
|
45 |
== Installation ==
|
46 |
|
47 |
+
1. Upload the contents of `wysiwyg-widgets.zip` to your plugins directory.
|
48 |
1. Activate the plugin
|
49 |
1. Create a Widget Block by going to *Widget Blocks > Add New*
|
50 |
1. Go to *Appearance > Widgets*, drag the WYSIWYG Widget to one of your widget areas and select which Widget Block to display.
|
78 |
|
79 |
== Changelog ==
|
80 |
|
81 |
+
= 2.3.6 - September 29, 2016 =
|
82 |
+
|
83 |
+
Maintenance release. Mainly just removed some dead links from meta & getting rid of "not updated" notice. Happy widget blocking!
|
84 |
+
|
85 |
+
|
86 |
= 2.3.5 - March 18, 2015 =
|
87 |
|
88 |
**Fixes**
|
wysiwyg-widgets.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name:
|
4 |
-
Plugin URI: https://
|
5 |
Description: Adds a WYSIWYG Widget with a rich text editor and media upload functions.
|
6 |
-
Version: 2.3.
|
7 |
Author: Danny van Kooten
|
8 |
Author URI: http://dvk.co/
|
9 |
Text Domain: wysiwyg-widgets
|
@@ -12,7 +12,7 @@ License: GPL v3 or later
|
|
12 |
|
13 |
WYSIWYG Widgets plugin
|
14 |
|
15 |
-
Copyright (C) 2013-
|
16 |
|
17 |
This program is free software: you can redistribute it and/or modify
|
18 |
it under the terms of the GNU General Public License as published by
|
@@ -30,8 +30,8 @@ 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.
|
34 |
-
define( 'WYWI_PLUGIN_DIR',
|
35 |
|
36 |
require_once WYWI_PLUGIN_DIR . 'includes/plugin.php';
|
37 |
|
1 |
<?php
|
2 |
/*
|
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.6
|
7 |
Author: Danny van Kooten
|
8 |
Author URI: http://dvk.co/
|
9 |
Text Domain: wysiwyg-widgets
|
12 |
|
13 |
WYSIWYG Widgets plugin
|
14 |
|
15 |
+
Copyright (C) 2013-2016, Danny van Kooten, hi@dannyvankooten.com
|
16 |
|
17 |
This program is free software: you can redistribute it and/or modify
|
18 |
it under the terms of the GNU General Public License as published by
|
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';
|
37 |
|