Skip to content

Releases: philbuchanan/Accordion-Blocks

1.5.0 Release

17 Feb 18:59
e4f1909
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1 Release

03 Nov 14:38
Compare
Choose a tag to compare

Fixed

1.4.0 Release

03 Sep 14:25
a86d401
Compare
Choose a tag to compare

Note: Now requires WordPress 5.8 which includes support for Widgets block editor.

New

  • Use block API v2 with useBlockProps (#142)

Fixed

  • Fixed reference to which script contains translations (#139)
  • Now using block.json file to register block (#71)
  • Now using BlockControls group setting for title tag (#143)
  • Use createReduxStore instead of deprecated registerStore (#131)

1.3.5 Release

27 May 16:47
4a2f9e8
Compare
Choose a tag to compare

Fixed

  • An issue where the global loading of scripts and styles checkbox was checked when the setting was actually off. (#137)
  • A typo in the admin settings page. (#135)

1.3.4 Release

08 Apr 14:04
b25d84c
Compare
Choose a tag to compare

Fixed

  • Made turning off global loading of scripts and styles an explicit setting. You can turn off this off in Settings > Accordion Blocks. (#134)

1.3.3 Release

07 Apr 16:40
c645029
Compare
Choose a tag to compare

Fixed

  • Rolled back registerStore change since it only applies to WordPress 5.7+ (will update in a future release when I bump the minimum WordPress version) (#129)

1.3.2 Release

07 Apr 16:22
e800893
Compare
Choose a tag to compare

New

  • Only load frontend assets when required (#115)
  • Added visual indicator of block end when selected (#116)
  • Fixed width of heading level picker popover (#124)
  • Replaced deprecated registerStore with register (#123)

1.3.1 Release

10 Mar 15:13
94943ef
Compare
Choose a tag to compare

Fixed

  • New method to generate uuids for accordion items (#108)
  • Added support for WordPress 5.7 (#109)
  • Fixed accessibility issue with title tag dropdown (#112)

1.3.0 Release

02 Feb 17:20
c6fcc52
Compare
Choose a tag to compare

New

  • Added h5 and h6 title tag options (#89)

Fixed

  • Fixed authors not being able to create new accordions (#106)

1.2.2 Release

10 Dec 13:36
46dadd2
Compare
Choose a tag to compare

Fixed

  • Unique IDs were not set for new accordion items for sites that didn't already have default options stored in the database. (#100)