Users always get default profile field values from the profile field. Fixes bug #11215
This commit is contained in:
parent
9d14e8b420
commit
858c148b2e
5 changed files with 71 additions and 53 deletions
|
|
@ -7,27 +7,34 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
7.8.5
|
||||
--------------------------------------------------------------------
|
||||
* Users, no matter if they are created via anonymous registration,
|
||||
via the Admin Console Users screen, or via code, now always get
|
||||
their default values from the Profile Fields instead of via
|
||||
the Visitor account. Previously, based on how the user was created,
|
||||
they would get default values from different places.
|
||||
|
||||
7.8.4
|
||||
--------------------------------------------------------------------
|
||||
* A bug introduced in 7.8.1 could cause the Shop sale notification
|
||||
group to be reset to the group Everyone. The bug has been fixed,
|
||||
and the group has been reset to Admins. If you were using a different
|
||||
group, you will need to edit the Shop Settings and reselect the
|
||||
proper group.
|
||||
* A bug introduced in 7.8.1 could cause the Shop sale notification
|
||||
group to be reset to the group Everyone. The bug has been fixed,
|
||||
and the group has been reset to Admins. If you were using a different
|
||||
group, you will need to edit the Shop Settings and reselect the
|
||||
proper group.
|
||||
|
||||
7.8.3
|
||||
--------------------------------------------------------------------
|
||||
* WebGUI now requires Locales::Country 0.05 or higher to use
|
||||
the UPS shipping driver.
|
||||
* WebGUI now requires Locales::Country 0.05 or higher to use
|
||||
the UPS shipping driver.
|
||||
|
||||
7.8.2
|
||||
--------------------------------------------------------------------
|
||||
* WebGUI now requires Business::PayPal::API 0.62 or higher.
|
||||
* WebGUI now requires Business::PayPal::API 0.62 or higher.
|
||||
|
||||
|
||||
7.8.1
|
||||
--------------------------------------------------------------------
|
||||
|
||||
* The EventManagementSystem schedule template was accidently given
|
||||
the same namespace as the main EMS template. This allowed the
|
||||
wrong template to be chosen for the main EMS template and the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue