Skip to content

Commit

Permalink
Merge tag '0.3.5' into develop
Browse files Browse the repository at this point in the history
- Update JS for Collapsible Control Block to account for .is-closed class being present on pageload.
- Move border styles in Collapsible block to inner child elements instead of block container element.
  • Loading branch information
acketon committed Mar 11, 2021
2 parents d7c1cf6 + b846ad7 commit 930fc65
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 121,482 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 0.3.5
- Update JS for Collapsible Control Block to account for .is-closed class being present on pageload.
- Move border styles in Collapsible block to inner child elements instead of block container element.

Expand Down
4 changes: 2 additions & 2 deletions bu-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: http://www.bu.edu/interactive-design/
* Text Domain: bu-blocks
* Domain Path: /languages
* Version: 0.3.4
* Version: 0.3.5
*
* @package BU_Blocks
*/
Expand All @@ -20,7 +20,7 @@
}

// Defines the plugin version.
define( 'BU_BLOCKS_VERSION', '0.3.4' );
define( 'BU_BLOCKS_VERSION', '0.3.5' );

/**
* Displays admin notice and prevents activation.
Expand Down
Loading

0 comments on commit 930fc65

Please sign in to comment.