=== Hide Blocks Temporarily === Contributors: technote0space Tags: gutenberg, hide, block, temporarily Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 5.2.2 Stable tag: 1.0.10 Donate link: https://paypal.me/technote0space License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin makes it easy to hides blocks temporarily. == Description == This plugin makes it easy to hides blocks temporarily. [日本語の説明](https://technote.space/hide-blocks-temporarily "Documentation in Japanese") [GitHub (More details)](https://github.com/technote-space/hide-blocks-temporarily) [Issues (Reporting a new bug or feature request)](https://github.com/technote-space/hide-blocks-temporarily/issues) [Demonstration](https://technote-space.github.io/hide-blocks-temporarily) This plugin needs PHP5.6 or higher. == Installation == 1. Upload the `hide-blocks-temporarily` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently asked questions == == Screenshots == 1. Switch hidden style 2. Remove all hide styles == Upgrade Notice == = 1.0.10 = * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/69) = 1.0.9 = * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/67) = 1.0.8 = * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/64) = 1.0.7 = * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/63) = 1.0.6 = * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/57) = 1.0.5 = * リファクタリング及びテスト自動化などを行いました。 [詳細](https://github.com/technote-space/hide-blocks-temporarily/issues/34) * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/44) = 1.0.4 = * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/27) = 1.0.3 = * スタイル切り替えができないブロックを除外するようにしました。 [詳細](https://github.com/technote-space/hide-blocks-temporarily/issues/24) * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/26) = 1.0.2 = * WordPress v5.1 未満でも動作するようにしました。 [詳細](https://github.com/technote-space/hide-blocks-temporarily/issues/20) * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/22) = 1.0.1 = * 再利用ブロックを対象から除外しました。 [詳細](https://github.com/technote-space/hide-blocks-temporarily/issues/11) * [すべての差分](https://github.com/technote-space/hide-blocks-temporarily/pull/9) == Changelog == = 1.0.10 (2019/7/15) = * Added: [Demo](https://github.com/technote-space/hide-blocks-temporarily/issues/88) * Added: [English readme](https://github.com/technote-space/hide-blocks-temporarily/issues/87) * Added: [Test pattern](https://github.com/technote-space/hide-blocks-temporarily/issues/89) * Fixed: small bug fixes = 1.0.9 (2019/6/27) = * Improved: [Refactor CI scripts](https://github.com/technote-space/hide-blocks-temporarily/issues/65) = 1.0.8 (2019/6/26) = * Changed: trivial changes = 1.0.7 (2019/6/25) = * Improved: update packages = 1.0.6 (2019/6/24) = * Fixed: [CI setting](https://github.com/technote-space/hide-blocks-temporarily/issues/55) = 1.0.5 (2019/6/24) = * Added: [CI Tool](https://github.com/technote-space/hide-blocks-temporarily/issues/34) * Improved: [Consider Compatibility of Gutenberg](https://github.com/technote-space/hide-blocks-temporarily/issues/45) = 1.0.4 (2019/6/3) = * Fixed: [Uninstall behavior](https://github.com/wp-content-framework/common/issues/107) = 1.0.3 (2019/5/30) = * Fixed: [Exclude invalid block](https://github.com/technote-space/hide-blocks-temporarily/issues/24) = 1.0.2 (2019/5/28) = * Changed: [Required wordpress version](https://github.com/technote-space/hide-blocks-temporarily/issues/20) = 1.0.1 (2019/5/27) = * Improved: Add tests and refactoring * Changed: [Exclude Reusable Block](https://github.com/technote-space/hide-blocks-temporarily/issues/11) * Improved: [Consider empty setting](https://github.com/technote-space/hide-blocks-temporarily/issues/10) = 1.0.0 (2019/4/30) = * First release