View hidden content is available for registered users!
Etch - Your unified development environment for WordPress v1.6.4 Nulled + Theme v0.0.7
= Latest – 1.6.4
July 29, 2026
This release focuses on the asset manager. It fixes loading problems, bulk upload collection assignment, duplicate images, and blurry previews so working with larger media libraries is more reliable.
It also adds image support for custom fields and fixes a loop URL fallback edge case.
- New: Custom fields now support an image type.
- Improvement: Asset manager now uses srcset so image previews stay sharp and preserve their original aspect ratios in the masonry grid.
- Fix: Asset manager now loads more reliably and avoids showing duplicate media items while you browse.
- Fix: Bulk uploads now keep every file in the selected collection instead of silently sending some files to Uncategorized.
- Fix: Dragging images inside the asset grid no longer creates duplicate images in the grid.
- Fix: Loop blocks now fall back to the loop’s default URL when the url parameter is missing instead of outputting an unresolved value.
View hidden content is available for registered users!
Etch - Your unified development environment for WordPress v1.6.3 Nulled + Theme v0.0.7
= Latest – 1.6.3
July 20, 2026
This is a small maintenance release focused on builder stability, UI feedback, and Meta Box compatibility. The Templates panel no longer crashes on WordPress sites where multiple post types or taxonomies share the same label, the CSS mini GUI once again shows which styles are active, and a new feature flag has been introduced to preserve legacy Meta Box file field behavior while improving data retrieval.
- Fix: Templates panel no longer crashes when multiple post types or taxonomies share the same label.
- Fix: CSS mini GUI icons now correctly show when styles such as grid are already active.
- Enhancement: Added the ENABLE_METABOX_LEGACY_MODE feature flag to improve Meta Box file field data retrieval. The flag is enabled by default to preserve backward compatibility.
View hidden content is available for registered users!
Etch - Your unified development environment for WordPress v1.6.1 Nulled + Theme v0.0.7
= Latest – 1.6.1
July 02, 2026
This release makes destructive actions safer and expands AI Assistant controls. Etch now asks for confirmation before deletions, and Content Hub adds taxonomy deletion. It also ships with a first round of improvements for the new asset manager. AI Assistant also gains more practical editing support: you can control which actions it’s allowed to take, and it can now update existing posts in Build mode.
- New: AI Assistant permissions now let you allow or block actions by domain, with clearer labels in the toggles UI.
- New: AI Assistant can now update existing posts in Build mode, including title-only or content-only changes.
- New: Content Hub now lets you delete taxonomies from both the list view and the right-click menu.
- New: Uncategorized section for assets that aren’t assigned to a collection.
- New: Proper upload feedback while collections upload in the asset manager.
- Improvement: Delete confirmation dialogs now appear before destructive actions, so you can cancel accidental deletions.
- Fix: Assets now upload to the currently selected collection
View hidden content is available for registered users!
Etch - Your unified development environment for WordPress v1.5.3 Nulled + Theme v0.0.7
Improvement: Custom post types now enable Featured Image support by default.
Improvement: Custom post types now show a Parent selector when you enable the hierarchical toggle.
Fix: Custom post types now sanitize slugs and rest_base values consistently, and post types with invalid slug characters can be updated or deleted from Content Hub.
Fix: Component instances no longer make the builder unresponsive when a select prop contains duplicate values. (Only the first value is used)
Fix: Loop selection dropdowns now render above the Elements bar so every loop stays visible and selectable.
View hidden content is available for registered users!
Etch - Your unified development environment for WordPress v1.5.2 Nulled + Theme v0.0.7
= Latest – 1.5.2
June 19, 2026
This release ships our official . It’s still experimental. Follow the link for install instructions, then turn the feature on in the Etch settings panel. Video demo coming on Monday. The release also expands Content Hub with taxonomy management and broader custom field support. You can browse taxonomies and terms, create new terms in place, and use new Checkbox, Radio and Select field types.
It also adds a few builder and AI Assistant improvements. AI Assistant can inspect the current page structure more directly, dynamic data gains htmlEncode and htmlDecode, and several fixes clean up Content Hub and value conversion.
- New: Content Hub now includes a Taxonomies section where you can browse taxonomies and view their terms.
- New: You can now create new terms directly inside a selected taxonomy in Content Hub, inline editing coming soon.
- New: Custom Field Groups now support Checkbox, Radio and Select fields.
- New: AI Assistant can now inspect the current page structure, look up individual blocks, and search for matching blocks.
- New: Dynamic data now includes htmlEncode and htmlDecode modifiers for converting HTML entities in strings.
- New: Custom post types now include a with front control so you can remove a slug base such as /blog/ from their permalinks.
- New: Etch’s public API can now set and remove component props through block attributes.
- Improvement: The builder context menu now folds Create into Convert to to simplify block conversion actions.
- Fix: Content Hub now lists non-public Etch custom post types, removes the duplicate custom field group button, and uses the same date format for Last edited as for Created.
- Fix: The to-rem modifier now converts negative values instead of dropping them.
View hidden content is available for registered users!
Etch - Your unified development environment for WordPress v1.5.1 Nulled + Theme v0.0.7
Latest – 1.5.1
June 12, 2026
This patch release fixes the 1.5.0 regression that could mount the builder twice on production sites after updating. Etch now ensure that the builder is only initialized once, so the editor no longer appears duplicated on the page.
- Fix: The builder no longer mounts twice after updating to 1.5.0
Etch - Your unified development environment for WordPress v1.4.19 Nulled + Theme v0.0.7
This release focuses on giving the AI Assistant the ability to handle files and bug fixes. Duplicate slots inside conditional branches now save correctly in Gutenberg, and the AI Assistant can now work with files including CSVs.
It also adds an onSave hook for 3rd party developers and better aligns the sanitization of raw HTML between the frontend and the builder.
- New: AI Assistant now accepts pasted and dropped files in chat.
- New: AI Assistant can now read CSV files from the Media Library and describe their contents, including when you want to use that data to create posts.
- New: The builder controls API now exposes an onSave hook so custom integrations can run code after a save completes.
- Improvement: The concat dynamic-data modifier now works with arrays, so you can merge arrays and append values instead of only concatenating strings.
- Fix: Duplicate slots used across conditional branches now save correctly in Gutenberg instead of losing or corrupting content.
- Fix: Raw HTML now sanitizes more consistently between the builder and the frontend, reducing cases where content renders differently after publish.
Etch - Your unified development environment for WordPress v1.4.17 Nulled + Theme v0.0.7
Latest – 1.4.17
May 05, 2026
Etch 1.4.17 fixes a 1.4.16 regression where condition properties broke the Gutenberg editor, clears the flood of @Property console errors, and resolves several SVG and dropdown bugs. Also: AI loops now work for any post type, and the AI chat handles unsupported capability calls gracefully.
- New: Graceful recovery and clear error toast when the AI tries to call an unsupported capability
- New: AI loop capability now creates loops for any post type, not just posts
- Improvement: Refined styling for AI chat code action buttons
- Fix: Component blocks with a condition property no longer break the Gutenberg editor
- Fix: Eliminated thousands of console “@property rule was ignored” errors that could trigger host firewalls
- Fix: Properties panel select dropdown no longer gets buried offscreen
- Fix: Strip colors button now works on plain SVGs
- Fix: SVG media picker now works for dynamic (etch:svg) SVGs
- Fix: list_post_types AI capability returns post type slugs, not REST bases
Etch - Your unified development environment for WordPress v1.4.15 Nulled
= Latest – 1.4.15
April 24, 2026
Etch 1.4.15 fixes an issue with media ID props being silently rewritten to the attachment URL, and introduces support for conditions nested inside other conditions. It also includes the new {component} dynamic data scope, support for attachment IDs in dynamic SVG src, and the ability to detach a component instance.
- New: Dynamic SVG elements now accept a WordPress attachment ID in the src attribute and resolve it to the attachment URL
- New: Components expose a new {component} dynamic data scope — see the for what’s available
- New: Detach a component instance from its component — breaks the link so the block becomes a regular set of elements you can edit freely
- Improvement: Refreshed properties panel — the component name and key now live in the panel header instead of taking up a row
- Fix: Condition properties nested inside another condition property now evaluate and render their children correctly
- Fix: Media ID properties are no longer silently rewritten to the attachment URL at resolve time
Etch - Your unified development environment for WordPress v1.4.11 Nulled
April 13, 2026
Etch 1.4.11 fixes a rendering regression in the HTML Editor. Also adds a JS indicator badge for blocks containing <script> in the Structure panel, auto-strips curly braces when pasting into condition inputs, and refines styling across the AI Panel and selected block overlay.
- New: JS indicator badge on blocks containing <script> in the Structure panel
- Improvement: Condition inputs automatically strip curly braces when pasting dynamic expressions
- Improvement: Polished styling for the “Add to AI context” button and AI Panel context block
- Improvement: Refined typographic styles on the selected block overlay
- Fix: HTML Editor rendering regression
- Fix: AI context controls are now hidden when the AI Assistant is disabled
- Fix: Label text transform no longer leaks onto sibling elements