From 36205614117962e9b051db8cb07ee63cb9135d41 Mon Sep 17 00:00:00 2001 From: Robert Guttersohn <54447208+rguttersohn@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:14:55 -0500 Subject: [PATCH] Update README for Sage 11 compatibility Adds to README that this package works with Sage versions 10 and newer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0622dfca..c9e2c3d2 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ ![Total Downloads](https://img.shields.io/packagist/dt/log1x/acf-composer.svg?style=flat-square) ![Build Status](https://img.shields.io/github/actions/workflow/status/log1x/acf-composer/main.yml?branch=master&style=flat-square) -ACF Composer is the ultimate tool for creating fields, blocks, widgets, and option pages using [ACF Builder](https://github.com/stoutlogic/acf-builder) alongside [Sage 10](https://github.com/roots/sage). +ACF Composer is the ultimate tool for creating fields, blocks, widgets, and option pages using [ACF Builder](https://github.com/stoutlogic/acf-builder) alongside [Sage 10 and 11](https://github.com/roots/sage). ![Screenshot](https://i.imgur.com/7e7w3U9.png) ## Features -- 🔧 Encourages clean structuring for creating fields with Sage 10 and ACF. +- 🔧 Encourages clean structuring for creating fields with Sage >10x and ACF. - 🚀 Instantly generate working fields, blocks, widgets, partials, and option pages using CLI. Batteries included. -- 🖼️ Fully rendered blocks and widgets using Blade with a native Sage 10 feel for passing view data. +- 🖼️ Fully rendered blocks and widgets using Blade with a native Sage >10x feel for passing view data. - ⚡ Seamlessly [cache](#caching-blocks--fields) blocks to `block.json` and field groups to a manifest. - 📦 Automatically hooks legacy widgets with `WP_Widget` making them instantly ready to use. - 🛠️ Automatically sets field location on blocks, widgets, and option pages.