Etch - Your unified development environment for WordPress

Etch - Your unified development environment for WordPress v1.5.1 Nulled + Theme v0.0.7

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

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
Full 1.5.1 changelog
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.20 Nulled + Theme v0.0.7
= Latest – 1.4.20
June 01, 2026
This release expands what AI Assistant and dynamic data can do.

AI Assistant can now work with custom fields (creating groups and fields), and can read .xlsx files from the Media Library. WooCommerce product loops expose gallery_images, and dynamic data picks up arithmetic modifiers. Plus a handful of stability fixes.
  • New: AI Assistant can now create custom field groups.
  • New: AI Assistant can now create and update custom fields inside an existing custom field group.
  • New: AI Assistant can now list custom field groups.
  • New: AI Assistant can now read .xlsx files from the Media Library.
  • New: WooCommerce product loop data now includes gallery_images, with the featured image first followed by the rest of the product gallery.
  • New: Dynamic data now supports arithmetic modifiers: add, subtract, multiply, divide, and mod.
  • Fix: Editing a page’s slug or excerpt in Content Hub no longer clears the page content.
  • Fix: Possibility to limit concurrent API requests with the ETCH_API_CONCURRENCY_LIMIT PHP constant.
  • Fix: Loop blocks that target component props now resolve correctly in the builder.
  • Fix: AI Assistant now validates dropped file sizes to prevent crashes from oversized uploads.
  • Fix: Taxonomy loop data now resolves the correct MetaBox fields when multiple MetaBox groups are assigned to different taxonomies.
  • Fix: On WordPress 7+, Etch no longer outputs the extra WordPress site wrapper and skip link markup around your content.
Full 1.4.20 changelog
View hidden content is available for registered users!


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.
Full 1.4.19 changelog
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.18 Nulled + Theme v0.0.7
Latest – 1.4.18
May 12, 2026
Etch 1.4.18 expands the AI Assistant’s content-creation toolkit: it can now write post content, find media from your library, set featured images, and surface its tool calls in chat. Plus builder fixes for image previews, components nested in slots, and data comparison modifiers.
  • New: AI Assistant can now write post content (paragraphs, headings, lists supported initially).
  • New: AI Assistant can now find media items from your media library.
  • New: AI Assistant can now set a featured image when creating posts.
  • Improvement: AI Assistant tool calls now appear in chat.
  • Fix: Image preview in dynamic image properties now updates when switching between elements.
  • Fix: Components nested in slots now display their content preview instead of raw {props.x} placeholders.
  • Fix: Data comparison modifiers (equal, less, greater, etc.) now correctly handle null values.
  • Fix: AI Assistant chat no longer drops streamed content under certain timing conditions.
  • Fix: Newly AI-created custom post types are now properly visible in Content Hub.
Full 1.4.18 changelog
View hidden content is available for registered users!


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
Full 1.4.17 changelog
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.16 Nulled
Nulled fixed and theme added.
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.16 Nulled
= Latest – 1.4.16
April 30, 2026
A small fix release while we’re heads-down on 1.5.0’s big-ticket items — the third-party API and expanded AI capabilities. This release ships UI fixes (combobox reactivity, the boolean property toggle is back, dynamic image placeholders) and an opt-in flag for hosts where PHP output buffering was making AI responses come back empty.
  • Improvement: Boolean props use a standard toggle again instead of the cycling tri-state button — the toggle disables itself when the value is a dynamic reference
  • Fix: Comboboxes keep reactivity after you type in them — external value updates are reflected back into the displayed value
  • Fix: Some hosts’ PHP output buffering causes the AI assistant’s response to come back empty — enable ENABLE_CLEAR_BUFFER_IN_STREAM_REQUEST if you’re seeing this. Reported here.
  • Fix: Dynamic image placeholders now preserve classes and attributes set on the block, so they style consistently with the resolved image
  • Fix: Select property options textarea now grows up to 10 lines (was capped at 3)
Full 1.4.16 changelog
View hidden content is available for registered users!


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 component namespace docs 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
Full 1.4.15 changelog
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.4.13 Nulled
= Latest – 1.4.13
April 20, 2026
The component editor and instance inputs redesigns keep evolving, with a new boolean prop switch, refined styling for other props, a stacked instance input layout, and visual feedback when mapping props. Selector badges and canvas borders have also been polished.
  • Improvement: New boolean prop switch and refined styling for select, loop, and object props in the component editor redesign
  • Improvement: Stacked layout and visual feedback when mapping props in the component instance inputs redesign
  • Improvement: Refined selector badges with bigger click targets and a custom remove icon
  • Improvement: Canvas now draws visible borders along sidebar and bottom panel edges
Full 1.4.13 changelog
View hidden content is available for registered users!


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
Full 1.4.11 changelog

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu