From 296668500c1041091daf3f99aca7b4752fed5215 Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Mon, 31 Jul 2017 08:05:47 -0700 Subject: [PATCH] 2.0.0 - Upgrade for compatibility with Laravel 5.5 (PHP 7+, October 420+) --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index dd1c023..8e0a747 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -6,3 +6,4 @@ 1.0.6: Fix fatal error when cms.page.beforeDisplay is fired multiple times (mnishihan) 1.0.7: Allow plugin to be installed via Composer (tim0991) 1.0.8: Fix debugbar dependency +2.0.0: !!! Upgrade for compatibility with Laravel 5.5 (PHP 7+, October 420+)