Skip to content

Commit

Permalink
Merge pull request #51 from vektor-inc/0-8-1
Browse files Browse the repository at this point in the history
[ Change version ] 0.8.1
  • Loading branch information
kurudrive authored Mar 29, 2024
2 parents a1ba156 + c95ab93 commit 7858d44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== VK Dynamic If Block ===
Contributors: vektor-inc,kurudrive,doshimaf
Contributors: vektor-inc,kurudrive,doshimaf,toro_unit
Tags: dynamic block, if, Conditional branch, Conditional Display, Custom Field, Full Site Editing
Requires at least: 6.0
Tested up to: 6.2
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 0.8.0
License: GPLv2 or later
Expand Down Expand Up @@ -35,6 +35,9 @@ However, by nesting Dynamic If Blocks, various conditional branching can be hand

== Changelog ==

= 0.8.1 =
[ Bug Fix ] Fixed an issue where en_US could not be specified in the language selection options.

= 0.8.0 =
[ Add Function ] Add a conditional branching function based on language.

Expand Down
6 changes: 3 additions & 3 deletions vk-dynamic-if-block.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/**
* Plugin Name: VK Dynamic If Block
* Plugin URI: https://vektor-inc.co.jp/en/plugins/vk-dynamic-if-block/
* Plugin URI: https://github.com/vektor-inc/vk-dynamic-if-block
* Description: A dynamic block displays its Inner Blocks based on specified conditions, such as whether the current page is the front page or a single post, the post type, or the value of a Custom Field.
* Author: Vektor,Inc.
* Author URI: https://vektor-inc.co.jp/en/
* Version: 0.8.0
* Stable tag: 0.8.0
* Version: 0.8.1
* Stable tag: 0.8.1
* License: GPL-2.0-or-later
* Text Domain: vk-dynamic-if-block
*
Expand Down

0 comments on commit 7858d44

Please sign in to comment.