[ExtendedProfile] Fix updates and allow to delete values

This commit is contained in:
Diogo Cordeiro
2019-11-03 16:49:10 +00:00
committed by Alexei Sorokin
parent 6674d1ed0f
commit ca2dde9a41
4 changed files with 72 additions and 89 deletions

View File

@@ -33,7 +33,7 @@ include_once __DIR__ . '/lib/profiletools.php';
class ExtendedProfilePlugin extends Plugin
{
const PLUGIN_VERSION = '3.0.1';
const PLUGIN_VERSION = '3.0.2';
public function onPluginVersion(array &$versions): bool
{