From 3f4f498ae25644e1ea226e4254f8a7c4b14e0a08 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:30:11 +1300 Subject: [PATCH] API Deprecate API that's changing in CMS 6 (#115) Note that while this recipe won't be supported in CMS 6, the API is changing in superclasses which live in modules that WILL be supported, which means this API will change regardless. --- src/RegistryPage.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/RegistryPage.php b/src/RegistryPage.php index f99425f..9a7fa96 100644 --- a/src/RegistryPage.php +++ b/src/RegistryPage.php @@ -25,6 +25,9 @@ class RegistryPage extends Page private static $table_name = 'RegistryPage'; + /** + * @deprecated 5.4.0 Will be renamed to cms_icon_class + */ private static $icon_class = 'font-icon-p-data'; private static $db = [