=== Forge Builder ===
Contributors: qcwebworks
Tags: page builder, visual editor, ai, templates, design tokens
Requires at least: 5.6
Tested up to: 6.8
Requires PHP: 8.1
Stable tag: 0.64.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A fast, AI-powered visual website builder. 110+ widgets, 85+ templates, design tokens, and URL-to-template import — no build step, works with any theme.

== Description ==

Forge Builder turns any WordPress site into a modern drag-and-drop page builder without the bloat:

* **110+ widgets** across 27 categories — layout, media, forms, conversion, social proof, and 40+ studio widgets (device mockups, typing effects, gradient text, timelines, charts, countdowns…)
* **85+ section templates and 12 full-page templates**, all theme-adaptive
* **AI built in** — rewrite copy in 8 tones, generate images, generate whole sections and pages, run SEO analysis (Google Vertex / Gemini)
* **URL-to-template import** — point it at any website and convert it into an editable Forge page
* **Global design tokens** — colors, typography, spacing, shadows as CSS custom properties
* **Lean by design** — Preact editor, no bundler, ~46KB frontend CSS, progressive-enhancement islands JS
* **Safe adoption** — pages render normally until you enable Forge on them, page by page
* **REST-first** — everything the editor does goes through the documented `qcb/v1` API

== Installation ==

1. Upload the `forge-builder` folder to `/wp-content/plugins/`, or install the zip via Plugins → Add New → Upload.
2. Activate **Forge Builder**.
3. Open any page and click "Edit with Forge", or start from Forge → Dashboard.

== Frequently Asked Questions ==

= Does it work with my theme? =
Yes. Forge renders through `the_content` and auto-detects how to deliver its CSS. Themes can customize via the `qcb_adapter` filter.

= Do AI features cost extra? =
AI features use your own Google Vertex AI credentials, configured under Forge → Integrations. Everything else works without them.

== Changelog ==

= 0.64.0 =
* Display Conditions on every section and widget: show/hide by login state, user role, date window, or URL query — evaluated server-side, always visible in the editor.
* New bundled section and page templates.

= 0.63.0 =
* Published revisions: every publish snapshots the previous live version; restore any of the last 10 from the History panel.
* Saved-block management (delete from library) and new REST endpoints.
* Integration widgets: HubSpot Form (lazy embed), HubSpot Meetings, Calendly.

= 0.62.0 =
* Drag & drop overhaul: edge auto-scroll, empty-column drop zones, position labels, zoom-aware hit testing, Esc to cancel.
* 21 more content props converted to structured repeaters (legacy docs keep working).
* AI usage metering with a dashboard cost card.

= 0.61.0 =
* Repeater 2.0: collapsible rows, drag-to-reorder, duplicate, full field types in rows.
* Accordion, Tabs, Social Links, and Pricing features moved to add-row repeaters.
* Resizable, collapsible editor side panels.

= 0.60.0 =
* Forge Builder now ships as a standalone plugin — install on any theme.
* Plugin-mode asset URL resolution; theme-embedded installs keep working unchanged.

= 0.59.x =
* Admin CSS cleanup, settings fixes, icon fixes.

= 0.58.0 =
* URL-to-template import: convert any website into a Forge page.
