From 4ab927e0cf4f9d3a4698c5c50c0aa3ac34e8d9c8 Mon Sep 17 00:00:00 2001 From: Hiren Patel Date: Fri, 29 Sep 2023 12:25:40 +0100 Subject: [PATCH] Release notes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cf22df9..bf5aa5b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Bring the power of [Cloudinary](https://cloudinary.com/) to SilverStripe! Cloudinary is a cloud-based media management platform that provides an easy solution for developers to store, manage, and serve highly optimised on-the-fly digital assets. +### A note on branches, releases, and PHP versions + +If you're using anyting under PHP 8, please use the `legacy` branch and `6.x.x` releases. + +The `main` branch and `^7.x.x` should be used for any projects running on PHP 8.1 and over. + ### Table of Contents - [SilverStripe has a asset manager, why do I need this?](#silverstripe-has-a-asset-manager-why-do-i-need-this)