Skip to content

Commit

Permalink
Merge pull request #1403 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.42.1.0
  • Loading branch information
kurudrive authored Aug 30, 2022
2 parents 1084aef + 0c087b6 commit 61cba45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions inc/vk-components/package/class-vk-component-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* VK Components Posts
*
* @package VK Component
* @version 1.3.0
* @version 1.3.1
*
* *********************** CAUTION ***********************
* The original of this file is located at:
Expand Down Expand Up @@ -115,7 +115,8 @@ public static function get_view( $post, $options ) {
* @return void
*/
public static function the_view( $post, $options ) {
echo wp_kses_post( self::get_view( $post, $options ) );
$allowed_html = self::vk_kses_post();
echo wp_kses( self::get_view( $post, $options ), $allowed_html );
}

/**
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ e.g.

== Changelog ==

= 1.42.1 =
[ Other ] Update VK Component Posts 1.3.1

= 1.42.0 =
[ Specification Change ] Update VK Component Posts ( Can use input tag on filter )
[ Improvement ] Delete vk_blocks_get_options() function and change to VK_Blocks_Options::get_options().
Expand Down
2 changes: 1 addition & 1 deletion vk-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: VK Blocks Pro
* Plugin URI: https://github.com/vektor-inc/vk-blocks
* Description: This is a plugin that extends Gutenberg's blocks.
* Version: 1.42.0.0
* Version: 1.42.1.0
* Stable tag: 1.41.2.3
* Requires at least: 5.8
* Author: Vektor,Inc.
Expand Down

0 comments on commit 61cba45

Please sign in to comment.