Skip to content

Releases: philbuchanan/Accordion-Blocks

1.2.1 Release

08 Dec 12:34
Compare
Choose a tag to compare

Fixed

  • Fixed PHP parse error (#97)

1.2.0 Release

07 Dec 19:36
bc0677a
Compare
Choose a tag to compare

New

  • Added support for grouping accordion items (#37)
  • Added warning notice for accordion items that are nested (#87)
  • Use useEntityProp to get and set accordion defaults instead of custom API endpoint (#74)
  • Tell WordPress which JavaScript files contain translations (#83)
  • Added block tag to readme.txt (#85)

Fixed

  • Added support for WordPress 5.6 (#90)
    • jQuery Migrate issues:
      • .click and .keydown have been deprecated. Using .on('click') and .on('keydown') instead.
      • .removeAttr() no longer sets boolean properties.
    • Replaced Toolbar with ToolbarGroup component.
    • Adjusted toolbar icon sizes.

1.1.6 Release

05 Oct 15:06
55ada0d
Compare
Choose a tag to compare

Fixed

  • Use example for editor styles preview instead of live content (#80)

1.1.5 Release

11 Aug 21:25
3fbd7ce
Compare
Choose a tag to compare

Fixed

  • Updated donate link (#68)
  • Added permission_callback when registering REST route (#72)

1.1.4 Release

17 Jul 14:13
00fd034
Compare
Choose a tag to compare

Fixed

  • Made no-js styles specific to accordion item block (#61)

Miscellaneous

  • Added support for WordPress 5.5 (#66)
  • Use @wordpress/scripts to build scss file (#63)

1.1.3 Release

28 Apr 21:16
4cdf2d6
Compare
Choose a tag to compare

Fixed

  • Typing backspace on a title that is using the button type now properly backspaces instead of deleting the entire accordion item (#57)

1.1.2 Release

07 Apr 16:31
acfd2e2
Compare
Choose a tag to compare

Fixed

  • Restored bold and italic formatting to accordion titles (#55)
  • Translation should now be possible via WordPress translation site (#49, #51)
  • Updated plugin header info (#52)

1.1.1 Release

30 Mar 19:55
550d08f
Compare
Choose a tag to compare

Fixed

  • An issue where, on some sites, accordion content would not smoothly animate open, instead just appearing instantly after a short delay (#45)
  • Duplicated accordion items now have unique IDs which should resolve the issue where clicking on the duplicate title opens the original block (#47)

1.1.0 Release

18 Mar 18:45
3b44f77
Compare
Choose a tag to compare

New

  • Added option to set and reset default options (#22)

Fixed

  • Use more unique uuid for each accordion item (#31)
  • Fixed invalid content error for users without unfiltered_html permission (#40)

Other

  • Use imports instead of relying on global wp variable (#35)
  • Added screenshots (#21)
  • Updated tested up to version number to 5.4 (#43)

1.0.6 Release

14 Feb 14:38
42dd8a2
Compare
Choose a tag to compare

Fixed

  • Fixed registering wrong block type (#23)
  • Fixed typo in plugin settings sidebar (#27)