Skip to content

Commit

Permalink
Tested up version
Browse files Browse the repository at this point in the history
  • Loading branch information
shimotmk committed Jul 16, 2024
1 parent 2dbeec1 commit 541a444
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flipbox-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* Plugin Name: Flip Box Block
* Plugin URI: https://flip-box-block.shimomuratomoki.com/
* Description: Flip Box Block is a block plugin for the WordPress block editor that allows you to freely place blocks in front and behind.
* Requires at least: 6.4
* Requires at least: 6.5
* Requires PHP: 7.2
* Version: 0.4.0
* Stable tag: 0.4.0
* Version: 0.5.0
* Stable tag: 0.5.0
* Author: Tomoki Shimomura
* Author URI: https://flip-box-block.shimomuratomoki.com/
* License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipbox-block",
"version": "0.1.16",
"version": "0.5.0",
"author": "Tomoki Shimomura",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: shimotomoki
Donate link: https://www.amazon.jp/hz/wishlist/ls/2N2XNHHUW2GXP?ref_=wl_share
Tags: gutenberg,block,FlipBox,
Requires at least: 6.4
Tested up to: 6.5
Stable tag: 0.4.0
Requires at least: 6.5
Tested up to: 6.6
Stable tag: 0.5.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -23,6 +23,9 @@ https://www.youtube.com/watch?v=4tb2vQKirt0

== Changelog ==

= 0.5.0 =
* Tested up version

= 0.4.0 =
* Tested up version

Expand Down

0 comments on commit 541a444

Please sign in to comment.