diff --git a/composer.json b/composer.json index f97755e..a9bb12d 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,6 @@ "require": { "php": ">=7.0", "composer/installers": "~1.0", - "rainlab/user-plugin": "^1.5" + "rainlab/user-plugin": "^2.0" } -} +} \ No newline at end of file diff --git a/updates/version.yaml b/updates/version.yaml index 334e1c5..17353bc 100755 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -14,3 +14,4 @@ 1.0.11: Random password and nocio.passwordless.user.created event on user creation (thanks to @massimomegistus) 1.0.12: nocio.passwordless.user.beforeLoginEmail event (thanks to @massimomegistus) 1.0.13: Add fallback base_url using Config::get('app.url') when currentPageUrl() fails (thanks to @snipiba) +1.0.14: Update dependency for RainLab.User to support v2 (thanks to @snipiba)