Skip to content

Releases: cssigniter/gutenbee

2.18.0

24 Jul 13:20
Compare
Choose a tag to compare

2.17.4

08 Nov 14:33
Compare
Choose a tag to compare
  • Register all external js libraries as explicit dependencies to admin script
    M gutenbee.php

  • FIXED: Fix an issue where the first item in a newly inserted icon list would not be editable
    M build/gutenbee.build.js
    M src/blocks/icon-list/icon-list-item/edit.js

  • UPDATED: Plugin version to 2.17.4

  • UPDATED: readme.txt
    M gutenbee.php
    M readme.txt

2.17.3

05 Oct 10:13
Compare
Choose a tag to compare
  • ADDED: Enqueueing of Google Maps API key is now filterable via 'gutenbee_enqueue_google_maps_api'.
    M gutenbee.php

  • CHANGED: Plugin version to 2.17.3

  • UPDATED: readme.txt
    M gutenbee.php
    M readme.txt

2.17.2

07 Aug 17:50
Compare
Choose a tag to compare
  • FIXED: Since the iframe-ing of the block editor in WP 6.3, block editor assets would not get enqueued under specific circumstances.

  • CHANGED: Block editor assets are now enqueued via the 'enqueue_block_assets' action instead of 'enqueue_block_editor_assets'.
    M gutenbee.php

  • CHANGED: Version to 2.17.2

  • UPDATED: Language file.
    M gutenbee.php
    M languages/gutenbee.pot
    M readme.txt

2.17.1

26 May 16:01
Compare
Choose a tag to compare
  • Fixed issue where some required files would not be included in the distributed plugin.

2.17.0

26 May 11:06
Compare
Choose a tag to compare
  • Button block: The Button’s “outline” predefined template now correctly applies no background.
  • Container / Column block: Added option to control the container’s column block height.
  • Container / Column block: Fixed overlap in nested layouts.
  • Fix layout of some inner blocks when placed inside of the Banner block.
  • Food menu block: Minor layout adjustment in price text
  • Gallery block: Added ability to display captions on the images.
  • Image comparison block: Fix strings to be able to be translated.
  • Progress bar block: Added option to control the block’s height.
  • Review block: Fix an issue where it would calculate the score incorrectly.
  • Review block: Fix performance issues when changing the rating.
  • Review block: Fix block from displaying an error in the editor.
  • Added WPML support.
  • Maintenance tasks.