Content Blocks (Custom Post Widget) - Version 3.1.6

Version Description

Compatibility testing. Also tested on PHP8 and found no issues.

Download this release

Release Info

Developer vanderwijk
Plugin Icon 128x128 Content Blocks (Custom Post Widget)
Version 3.1.6
Comparing to
See all releases

Code changes from version 3.1.5 to 3.1.6

Files changed (2) hide show
  1. custom-post-widget.php +3 -3
  2. readme.txt +7 -4
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.1.5
7
  Author: Johan van der Wijk
8
  Author URI: https://vanderwijk.nl
9
  Donate link: https://www.paypal.me/vanderwijk
@@ -11,9 +11,9 @@
11
  Domain Path: /languages
12
  License: GPL2
13
 
14
- Release notes: Added es_ES translation and updated readme.txt
15
 
16
- Copyright 2019 Johan van der Wijk
17
 
18
  This program is free software; you can redistribute it and/or modify
19
  it under the terms of the GNU General Public License, version 2, as
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.1.6
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: Compatibility testing
15
 
16
+ Copyright 2021 Johan van der Wijk
17
 
18
  This program is free software; you can redistribute it and/or modify
19
  it under the terms of the GNU General Public License, version 2, as
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.5.3
6
- Stable tag: 3.1.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -29,10 +29,10 @@ To add content to a widget, drag it to the required position in the sidebar and
29
 
30
  * Swedish (sv_SE) by [Andreas Larsson](http://krokedil.se)
31
  * Spanish (es_ES) by [IBIDEM GROUP](https://www.ibidemgroup.com)
32
- * Polish (pl_PL) by [Kuba Skublicki](https://www.linkedin.com/in/kubecki)
33
  * Portuguese (pt_BR) by [Ronaldo Chevalier](http://www.hostmeta.com.br/)
34
- * Czech (cs_CZ) by [Martin Kucera](http://jsemweb.cz/)
35
  * Dutch (nl_NL) by [Johan van der Wijk](http://vanderwijk.nl)
 
36
 
37
  [More translations are very welcome!](https://translate.wordpress.org/projects/wp-plugins/custom-post-widget)
38
 
@@ -131,6 +131,9 @@ Creating and supporting this plugin takes up a lot of my free time, therefore I
131
 
132
  == Changelog ==
133
 
 
 
 
134
  = 3.1.5 =
135
  Spanish translation added and readme.txt file updates.
136
 
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.7
6
+ Stable tag: 3.1.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
29
 
30
  * Swedish (sv_SE) by [Andreas Larsson](http://krokedil.se)
31
  * Spanish (es_ES) by [IBIDEM GROUP](https://www.ibidemgroup.com)
 
32
  * Portuguese (pt_BR) by [Ronaldo Chevalier](http://www.hostmeta.com.br/)
33
+ * Polish (pl_PL) by [Kuba Skublicki](https://www.linkedin.com/in/kubecki)
34
  * Dutch (nl_NL) by [Johan van der Wijk](http://vanderwijk.nl)
35
+ * Czech (cs_CZ) by [Martin Kucera](http://jsemweb.cz/)
36
 
37
  [More translations are very welcome!](https://translate.wordpress.org/projects/wp-plugins/custom-post-widget)
38
 
131
 
132
  == Changelog ==
133
 
134
+ = 3.1.6 =
135
+ Compatibility testing. Also tested on PHP8 and found no issues.
136
+
137
  = 3.1.5 =
138
  Spanish translation added and readme.txt file updates.
139