Skip to content

Commit 8f44db3

Browse files
committed
4.2.1
1 parent be64788 commit 8f44db3

3 files changed

Lines changed: 27 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"update": "roll update",
1818
"install:dev": "roll install --dev",
1919
"update:dev": "roll update --dev",
20-
"archive": "roll archive -y && rm -rf publish/tangible-blocks && unzip publish/tangible-blocks.zip -d publish/ && npm run now:test:archive",
20+
"archive": "roll archive -y && rm -rf publish/tangible-blocks && unzip -q publish/tangible-blocks.zip -d publish/ && npm run now:test:archive",
2121
"now": "wp-now start --blueprint=blueprint.dev.json",
2222
"now:dev": "concurrently --raw 'roll dev' 'npm run now'",
2323
"now:test": "roll run tests/now/index.ts",

readme.txt

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Tangible Blocks ===
22
Stable tag: trunk
33
Requires at least: 6.0
4-
Tested up to: 6.7
4+
Tested up to: 6.8
55
Requires PHP: 7.4
66
License: GPLv2
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -19,6 +19,29 @@ Tags:
1919

2020
== Changelog ==
2121

22+
= 4.2.1 =
23+
24+
Release Date: 2025-04-21
25+
26+
- Atomic CSS: Utility classes and variables compatible with Tailwind v4
27+
- Attachment loop type
28+
- Add field "audio" for audio file metadata from ID3 tags
29+
- Add field "filepath" for path to file
30+
- Editor: Improve passing language definition of closed tags to formatter
31+
- Elandel (template language in TypeScript): Start Expression and Interactivity modules
32+
- Enable by default new features that reached stability; Can be deactivated in settings page
33+
- Elementor integration: Use new code editor based on CodeMirror 6
34+
- Object cache for parsed and pre-processed templates
35+
- Export page: Improve select template types for L&L and Blocks
36+
- Field tag: Support "." dot syntax for subfields (object/array/loop)
37+
- Gutenberg integration: Improve enqueue editor assets in iframe
38+
- Improve compatibility with PHP 8.4
39+
- Improve development setup and tests for supported PHP versions with Docker and wp-env; end-to-end tests with Playwright; and running tests on plugin zip archive before publish
40+
- Layout template type: Improve loading logic to pass through redirects
41+
- REST API: Improve compatibility with Checkview
42+
- Start new features: Content Structure and Form templates; ACF Extended integration; Tangible Fields integration
43+
- WP Grid Builder facet integration with support for pagination; Thanks to @zackpyle!
44+
2245
= 4.1.8 =
2346

2447
Release Date: 2025-02-26

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, Beaver Builder and beyond
6-
* Version: 4.1.8
6+
* Version: 4.2.1
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.8' );
15+
define( 'TANGIBLE_BLOCKS_VERSION', '4.2.1' );
1616

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

0 commit comments

Comments
 (0)