Skip to content

Commit 808405d

Browse files
committed
4.1.6
1 parent 6d7bbdb commit 808405d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Tags:
1919

2020
== Changelog ==
2121

22+
= 4.1.6 =
23+
24+
Release Date: 2025-02-22
25+
26+
- Improve compatibility with PHP 8.4
27+
- Improve dev/build/test setup and release pipeline
28+
2229
= 4.1.5 =
2330

2431
Release Date: 2024-08-31

tangible-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Tangible Blocks
44
* Plugin URI: https://tangibleblocks.com/
55
* Description: Tangible Blocks is a system for universal blocks that work in Gutenberg, Elementor, and Beaver Builder
6-
* Version: 4.1.5
6+
* Version: 4.1.6
77
* GitHub URI: TangibleInc/blocks
88
* Author: Team Tangible
99
* Author URI: https://teamtangible.com
@@ -12,7 +12,7 @@
1212
use tangible\framework;
1313
use tangible\updater;
1414

15-
define( 'TANGIBLE_BLOCKS_VERSION', '4.1.5' );
15+
define( 'TANGIBLE_BLOCKS_VERSION', '4.1.6' );
1616

1717
$module_path = is_dir(
1818
($path = __DIR__ . '/../../tangible') // Module

0 commit comments

Comments
 (0)