diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d905862..186a96f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 2.1.0 (2019-04-14) +* _Feature_: Improved compatibility with multisite installations. Plugin data will + be properly deleted on uninstallation or when a site is removed. ("Large Networks" + will still have to take manual action to prevent timeouts.) +* _Feature_: Network settings for enabling/disabling global table use on multisite. + Existing global data will be migrated to the site-specific tables when global + table use is disabled (but not in the other direction). +* _Change_: `usermeta` keys are now prefixed (`avatar_privacy_use_gravatar` + instead of `use_gravatar`). +* _Change_: Generally improved code quality through unit tests. +* _Bugfix_: New multisite installations were incorrectly detected as "legacy", + making them use the global table (instead of per-site tables). Affected installations + can be switched via the new network settings page. + ## 2.0.5 (2019-02-23) * _Bugfix_: Fixed a previously undiscovered compatibility issue with recent versions of EWWW Image Optimizer. diff --git a/admin/partials/network/settings-page.php b/admin/partials/network/settings-page.php index 12837503..60c1e776 100644 --- a/admin/partials/network/settings-page.php +++ b/admin/partials/network/settings-page.php @@ -2,7 +2,7 @@ /** * This file is part of Avatar Privacy. * - * Copyright 2018 Peter Putzer. + * Copyright 2018-2019 Peter Putzer. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -27,7 +27,7 @@ use Avatar_Privacy\Data_Storage\Network_Options; ?>