From 5e10e7a11aa89fd1f75546ba9bb6450cd4cd8ca2 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 22 Feb 2023 15:11:39 -0600 Subject: [PATCH] Update Plugin.php --- Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.php b/Plugin.php index c9fe63e..6326b29 100644 --- a/Plugin.php +++ b/Plugin.php @@ -18,7 +18,7 @@ public function pluginDetails() 'author' => 'Winter CMS', 'icon' => 'icon-pencil', 'homepage' => 'https://github.com/wintercms/wn-blog-plugin', - 'replaces' => ['RainLab.Blog' => '<= 1.5.0'], + 'replaces' => ['RainLab.Blog' => '<= 1.7.0'], ]; }