Skip to content

v1.2.1

Choose a tag to compare

@iCodeWebApps iCodeWebApps released this 06 Jun 14:53
· 31 commits to main since this release
  • Fix: "DonatoTomato Donate Button" Gutenberg block now registers correctly. In 1.2.0 the block silently failed to register because WordPress's register_block_type_from_metadata() only recognises files literally named block.json. The block now registers via a manual handle-based path. The [donatotomato_button] shortcode was not affected.