Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Dec 12, 2024
1 parent 62fd628 commit 4c49b66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kadence-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Advanced Page Building Blocks for Gutenberg. Create custom column layouts, backgrounds, dual buttons, icons etc.
* Author: Kadence WP
* Author URI: https://www.kadencewp.com
* Version: 3.4.0
* Version: 3.4.1
* Requires PHP: 7.4
* Text Domain: kadence-blocks
* License: GPL2+
Expand All @@ -20,7 +20,7 @@
}
define( 'KADENCE_BLOCKS_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
define( 'KADENCE_BLOCKS_URL', plugin_dir_url( __FILE__ ) );
define( 'KADENCE_BLOCKS_VERSION', '3.4.0' );
define( 'KADENCE_BLOCKS_VERSION', '3.4.1' );

require_once plugin_dir_path( __FILE__ ) . 'vendor/vendor-prefixed/autoload.php';
require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: britner, oakesjosh, woodardmc
Tags: gutenberg, blocks, page builder, editor, gutenberg blocks
Donate link: https://www.kadencewp.com/about-us/
Requires at least: 6.4
Tested up to: 6.7
Stable tag: 3.4.0
Tested up to: 6.7.1
Stable tag: 3.4.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -175,8 +175,16 @@ Please report security bugs found in the Kadence Blocks plugin's source code thr
== Changelog ==

= 3.4.1 =
Release Date: tba
Release Date: December 12th 2024
* Update: allowing splide slider options to be translated.
* Update: TOC items readable/clickable when collapsed.
* Fix: Issue with simple lightbox captions on some blocks.
* Fix: Issue with row layout coulmns on tablet / mobile.
* Fix: Issue with advanced galley shadows.
* Fix: Issue with image captions in lighboxes.
* Fix: Issue with tabs block accordion layouts not opening in some cases.
* Fix: Count up block screen reader issue.
* Fix: Issue with tons of connections causing overflow.

= 3.4.0 =
Release Date: December 5th 2024
Expand Down

0 comments on commit 4c49b66

Please sign in to comment.