diff --git a/README.md b/README.md index 5af269b..4fda568 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Feel free to fork it and use it however you like! ## Changelog +### August 19, 2024 - v1.0.1 + +Update CSS to account for editing experience: remove hiding/showing of elements by targeting `:not(.has-child-selected)`. + ### July 18, 2024 - v1.0.0 Initial launch. diff --git a/hover-reveal-card.php b/hover-reveal-card.php index 7ee6a27..60dc2ac 100644 --- a/hover-reveal-card.php +++ b/hover-reveal-card.php @@ -4,7 +4,7 @@ * Description: Extends the Cover block for an animating card effect. * Requires at least: 6.6 * Requires PHP: 8.0 -* Version: 1.0.0 +* Version: 1.0.1 * Author: Damon Cook * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -15,7 +15,6 @@ exit; // Exit if accessed directly. } - /** * Enqueues the block styles for the plugin. */