Version Description
WP 5.8 compatibility tested and confirmed
Download this release
Release Info
Developer | vanderwijk |
Plugin | Content Blocks (Custom Post Widget) |
Version | 3.2.2 |
Comparing to | |
See all releases |
Code changes from version 3.2.1 to 3.2.2
- custom-post-widget.php +2 -2
- readme.txt +5 -2
custom-post-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Content Blocks (Custom Post Widget)
|
4 |
Plugin URI: http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget
|
5 |
Description: Show the content of a custom post of the type 'content_block' in a widget or with a shortcode.
|
6 |
-
Version: 3.2.
|
7 |
Author: Johan van der Wijk
|
8 |
Author URI: https://vanderwijk.nl
|
9 |
Donate link: https://www.paypal.me/vanderwijk
|
@@ -11,7 +11,7 @@
|
|
11 |
Domain Path: /languages
|
12 |
License: GPL2
|
13 |
|
14 |
-
Release notes:
|
15 |
|
16 |
Copyright 2021 Johan van der Wijk
|
17 |
|
3 |
Plugin Name: Content Blocks (Custom Post Widget)
|
4 |
Plugin URI: http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/?utm_source=wordpress&utm_medium=plugin&utm_campaign=custom_post_widget
|
5 |
Description: Show the content of a custom post of the type 'content_block' in a widget or with a shortcode.
|
6 |
+
Version: 3.2.2
|
7 |
Author: Johan van der Wijk
|
8 |
Author URI: https://vanderwijk.nl
|
9 |
Donate link: https://www.paypal.me/vanderwijk
|
11 |
Domain Path: /languages
|
12 |
License: GPL2
|
13 |
|
14 |
+
Release notes: WP 5.8 compatibility tested and confirmed
|
15 |
|
16 |
Copyright 2021 Johan van der Wijk
|
17 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: vanderwijk
|
3 |
Tags: widget, sidebar, content block, block, custom, post, shortcode, wysiwyg, wpml, featured image
|
4 |
Requires at least: 4.0
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 3.2.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -133,6 +133,9 @@ Creating and supporting this plugin takes up a lot of my free time, therefore I
|
|
133 |
|
134 |
== Changelog ==
|
135 |
|
|
|
|
|
|
|
136 |
= 3.2.1 =
|
137 |
Bugfix for notice in shortcode.php
|
138 |
|
2 |
Contributors: vanderwijk
|
3 |
Tags: widget, sidebar, content block, block, custom, post, shortcode, wysiwyg, wpml, featured image
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 5.8
|
6 |
+
Stable tag: 3.2.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
133 |
|
134 |
== Changelog ==
|
135 |
|
136 |
+
= 3.2.2 =
|
137 |
+
WP 5.8 compatibility tested and confirmed
|
138 |
+
|
139 |
= 3.2.1 =
|
140 |
Bugfix for notice in shortcode.php
|
141 |
|