VK All in One Expansion Unit - Version 9.49.1.0

Version Description

[ Bug fix ][ Archive widget ] fix PHP error

Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 9.49.1.0
Comparing to
See all releases

Code changes from version 9.49.0.0 to 9.49.1.0

inc/other-widget/widget-archives.php CHANGED
@@ -67,7 +67,7 @@ class WP_Widget_VK_archive_list extends WP_Widget {
67
  <?php
68
  if ( ! empty( $instance['label'] ) ) {
69
  echo $args['before_title'];
70
- echo VK_Helpers::sanitize_textarea( $instance['label'] );
71
  echo $args['after_title'];
72
  }
73
  ?>
67
  <?php
68
  if ( ! empty( $instance['label'] ) ) {
69
  echo $args['before_title'];
70
+ echo wp_kses_post( $instance['label'] );
71
  echo $args['after_title'];
72
  }
73
  ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.3.0
6
  Tested up to: 5.6.0
7
- Stable tag: 9.49.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -81,6 +81,9 @@ e.g.
81
 
82
  == Changelog ==
83
 
 
 
 
84
  = 9.49.0.0 =
85
  [ Add function ][ Noindex ] Cope with print to archive page
86
  [ Add function ][ Before loop widget area ] Add widget area to before loop on archive page
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.3.0
6
  Tested up to: 5.6.0
7
+ Stable tag: 9.49.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
81
 
82
  == Changelog ==
83
 
84
+ = 9.49.1.0 =
85
+ [ Bug fix ][ Archive widget ] fix PHP error
86
+
87
  = 9.49.0.0 =
88
  [ Add function ][ Noindex ] Cope with print to archive page
89
  [ Add function ][ Before loop widget area ] Add widget area to before loop on archive page
vkExUnit.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: https://ex-unit.nagoya
5
  * Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
- * Version: 9.49.0.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages
3
  * Plugin Name: VK All in One Expansion Unit
4
  * Plugin URI: https://ex-unit.nagoya
5
  * Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
6
+ * Version: 9.49.1.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages