From 3200840cd43f2a1d43caef7226d1f59f05cfb52d Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Tue, 21 Jan 2020 07:30:50 +1100 Subject: [PATCH] 1.6.5: Fixes compability issue when other plugins use a custom model morph map --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index 41f016d2..21420995 100755 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -60,3 +60,4 @@ 1.6.2: Implement localeUrl filter, add per-locale theme configuration support 1.6.3: Add eager loading for translations, restore support for accessors & mutators 1.6.4: Fixes PHP 7.4 compatibility +1.6.5: Fixes compatibility issue when other plugins use a custom model morph map