Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/masonry-in-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kadencewp committed Dec 5, 2024
2 parents 0c1de9d + ded412d commit 0797a56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,24 @@ Please report security bugs found in the Kadence Blocks plugin's source code thr
== Changelog ==

= 3.4.0 =
Release Date: December TBD 2024
Release Date: December 5th 2024
* Add: New Advanced Table block.
* Update: Close mega menu when clicking outside of dropdown.
* Update: Improve tabbing through navigation with submenus.
* Update: Post categories as option in Advanced Navigation builder.
* Fix: Issue with table of contents script dependency timing.
* Fix: Issue with sticky header sections when transparent is active.
* Fix: Border radius on thumbnail in advanced gallery.
* Fix: Icon list border display when not no width is provided.
* Fix: Navigation link icon size not applying.
* Fix: Icon list link styling of none not applying.
* Fix: Advanced text link wrap on some themes.
* Fix: Advanced search input background color not applying.
* Fix: WPML improvements with advanced text block.
* Fix: Row layouts with advanced navigation links overlapping sticky header.
* Fix: Issue with adding inner blocks to countdown block.
* Fix: Shrink middle row option was shrinking images in mega menu.
* Fix: Shrink middle row tablet and mobile height not saving.

= 3.3.7 =
Release Date: November 21st 2024
Expand Down
2 changes: 1 addition & 1 deletion wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<key name="title" />
</gutenberg-block>
<gutenberg-block type="kadence/advancedheading" translate="1">
<xpath>//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6 or self::p or self::div or self::span.wp-block-kadence-advancedheading]</xpath>
<xpath>//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6 or self::p or self::span.wp-block-kadence-advancedheading]</xpath>
<xpath type="link">//a/@href</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/tabs" translate="1">
Expand Down

0 comments on commit 0797a56

Please sign in to comment.