Releases: MilenFrom/estatesite-wpelementor
Releases · MilenFrom/estatesite-wpelementor
Release list
v1.0.3 — Pivot template library to serve-from-dev
v1.0.3 — Pivot template library to serve-from-dev
Pivot the Elementor template library architecture from local-extract (bundled ~140 MB tarball + Template_Fetcher download pipeline) to serve-from-dev (dev.estatesite.eu REST endpoints + customer-side sideload proxy).
Customer-visible changes
- New: customer-side REST proxy
POST /wp-json/estatesite-wpelementor/v1/insert-templatesideloads template images via Elementor'sImport_Imagespipeline (sha1(url) dedupe via_elementor_source_image_hashpostmeta) - New: dual-mode
class-templates.phpwithlibrary_url() / manifest_url() / single_url() / proxy_endpoint_url() / is_remote_mode()resolver API - New:
ESELE_TEMPLATES_LIBRARY_URLwp-config.php override constant - New: CORS headers (
ACAO:*,Allow-Credentials:false,GET+OPTIONSonly) on dev's/estatesite/v1/templatesroutes, scoped viaremove_filterso non-template routes keep WP core's CORS behaviour - Fix:
preview_base_url()default switched from hardcodedestatesite.eutohome_url('/templates') - Deprecate:
Template_Fetcherreduced to no-op shim (signatures preserved) - Admin: "Fetch templates" page replaced with "Test connection" card
- Release:
bin/release.shnow excludestemplates/from the customer zip (~140 MB drop; customers fetch from dev at runtime)
Pairs with
- estatesite-classic theme v1.0.13
🤖 Generated with Claude Code