Skip to content

Commit 49903ae

Browse files
committed
4.1.7
1 parent 808405d commit 49903ae

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

docs/readme.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
Repository: https://github.com/tangibleinc/blocks
44

5-
## Table of Contents
6-
7-
- [Architecture](architecture)
8-
- [Block controls](block-controls)
9-
105
## Develop
116

127
Prerequisites: [Git](https://git-scm.com/), [Node](https://nodejs.org/en/) (version 18 and above)

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Tags:
1919

2020
== Changelog ==
2121

22-
= 4.1.6 =
22+
= 4.1.7 =
2323

24-
Release Date: 2025-02-22
24+
Release Date: 2025-02-23
2525

2626
- Improve compatibility with PHP 8.4
2727
- Improve dev/build/test setup and release pipeline

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.6
6+
* Version: 4.1.7
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.6' );
15+
define( 'TANGIBLE_BLOCKS_VERSION', '4.1.7' );
1616

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

0 commit comments

Comments
 (0)