Skip to content

Commit

Permalink
Bump version and update README changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
colorful-tones committed Aug 19, 2024
1 parent e941d85 commit d7b53c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 1 addition & 2 deletions hover-reveal-card.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -15,7 +15,6 @@
exit; // Exit if accessed directly.
}


/**
* Enqueues the block styles for the plugin.
*/
Expand Down

0 comments on commit d7b53c4

Please sign in to comment.