Skip to content

Commit

Permalink
User $aid deprecation (#88)
Browse files Browse the repository at this point in the history
* Update new-deprecations.md

* Update new-deprecations.md

* move
  • Loading branch information
laoneo authored Jun 26, 2023
1 parent c89cadc commit 8ef851f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrations/43-44/new-deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ defined('_JEXEC') or die;

File: libraries/src/String/PunycodeHelper.php
Replacement: The function throws a deprecated message when a `NULL` email address is passed to the function.

#### The aid property of the User class is deprecated

File: libraries/src/User/User.php
Replacement: The $aid property will be removed with no replacement as the user roles are defined through an access level.

0 comments on commit 8ef851f

Please sign in to comment.