diff --git a/src/Model/BlogPostFeaturedExtension.php b/src/Model/BlogPostFeaturedExtension.php index 9d7ba446..fb2bf936 100644 --- a/src/Model/BlogPostFeaturedExtension.php +++ b/src/Model/BlogPostFeaturedExtension.php @@ -17,7 +17,7 @@ class BlogPostFeaturedExtension extends DataExtension { public function __construct() { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogArchiveWidget.php b/src/Widgets/BlogArchiveWidget.php index f46a814e..916154d0 100644 --- a/src/Widgets/BlogArchiveWidget.php +++ b/src/Widgets/BlogArchiveWidget.php @@ -76,7 +76,7 @@ class BlogArchiveWidget extends Widget public function __construct($record = [], $creationType = DataObject::CREATE_OBJECT, $queryParams = []) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogArchiveWidgetController.php b/src/Widgets/BlogArchiveWidgetController.php index aa00c5d5..41d4ed7b 100644 --- a/src/Widgets/BlogArchiveWidgetController.php +++ b/src/Widgets/BlogArchiveWidgetController.php @@ -16,7 +16,7 @@ class BlogArchiveWidgetController extends WidgetController { public function __construct($widget = null) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogCategoriesWidget.php b/src/Widgets/BlogCategoriesWidget.php index 4d3d7952..b886be98 100644 --- a/src/Widgets/BlogCategoriesWidget.php +++ b/src/Widgets/BlogCategoriesWidget.php @@ -61,7 +61,7 @@ class BlogCategoriesWidget extends Widget public function __construct($record = [], $creationType = DataObject::CREATE_OBJECT, $queryParams = []) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogCategoriesWidgetController.php b/src/Widgets/BlogCategoriesWidgetController.php index 755e0b1e..55018ba9 100644 --- a/src/Widgets/BlogCategoriesWidgetController.php +++ b/src/Widgets/BlogCategoriesWidgetController.php @@ -16,7 +16,7 @@ class BlogCategoriesWidgetController extends WidgetController { public function __construct($widget = null) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogFeaturedPostsWidget.php b/src/Widgets/BlogFeaturedPostsWidget.php index 4265813a..4c2f4091 100644 --- a/src/Widgets/BlogFeaturedPostsWidget.php +++ b/src/Widgets/BlogFeaturedPostsWidget.php @@ -60,7 +60,7 @@ class BlogFeaturedPostsWidget extends Widget public function __construct($record = [], $creationType = DataObject::CREATE_OBJECT, $queryParams = []) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogRecentPostsWidget.php b/src/Widgets/BlogRecentPostsWidget.php index b5d37290..c68f39dd 100644 --- a/src/Widgets/BlogRecentPostsWidget.php +++ b/src/Widgets/BlogRecentPostsWidget.php @@ -60,7 +60,7 @@ class BlogRecentPostsWidget extends Widget public function __construct($record = [], $creationType = DataObject::CREATE_OBJECT, $queryParams = []) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogRecentPostsWidgetController.php b/src/Widgets/BlogRecentPostsWidgetController.php index 86410d1e..c9eefaaa 100644 --- a/src/Widgets/BlogRecentPostsWidgetController.php +++ b/src/Widgets/BlogRecentPostsWidgetController.php @@ -16,7 +16,7 @@ class BlogRecentPostsWidgetController extends WidgetController { public function __construct($widget = null) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogTagsCloudWidget.php b/src/Widgets/BlogTagsCloudWidget.php index c39a68c0..55f550d8 100644 --- a/src/Widgets/BlogTagsCloudWidget.php +++ b/src/Widgets/BlogTagsCloudWidget.php @@ -56,7 +56,7 @@ class BlogTagsCloudWidget extends Widget public function __construct($record = [], $creationType = DataObject::CREATE_OBJECT, $queryParams = []) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogTagsCloudWidgetController.php b/src/Widgets/BlogTagsCloudWidgetController.php index 3621a629..0214d9ab 100644 --- a/src/Widgets/BlogTagsCloudWidgetController.php +++ b/src/Widgets/BlogTagsCloudWidgetController.php @@ -16,7 +16,7 @@ class BlogTagsCloudWidgetController extends WidgetController { public function __construct($widget = null) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogTagsWidget.php b/src/Widgets/BlogTagsWidget.php index b07ef1ae..09dbfcd2 100644 --- a/src/Widgets/BlogTagsWidget.php +++ b/src/Widgets/BlogTagsWidget.php @@ -61,7 +61,7 @@ class BlogTagsWidget extends Widget public function __construct($record = [], $creationType = DataObject::CREATE_OBJECT, $queryParams = []) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it', diff --git a/src/Widgets/BlogTagsWidgetController.php b/src/Widgets/BlogTagsWidgetController.php index 5a89bd1a..82c89f05 100644 --- a/src/Widgets/BlogTagsWidgetController.php +++ b/src/Widgets/BlogTagsWidgetController.php @@ -16,7 +16,7 @@ class BlogTagsWidgetController extends WidgetController { public function __construct($widget = null) { - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '4.3.0', 'Will be removed without equivalent functionality to replace it',