mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Updated Amazon avatar
This commit is contained in:
parent
4dc7ad02d5
commit
478087fe9e
2 changed files with 3 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -10,8 +10,8 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
NAME = 'Avatars',
|
||||
AUTHOR = 'SnappyMail',
|
||||
URL = 'https://snappymail.eu/',
|
||||
VERSION = '1.16',
|
||||
RELEASE = '2024-03-12',
|
||||
VERSION = '1.17',
|
||||
RELEASE = '2024-05-26',
|
||||
REQUIRED = '2.25.0',
|
||||
CATEGORY = 'Contacts',
|
||||
LICENSE = 'MIT',
|
||||
|
@ -304,6 +304,7 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
$sDomain = \preg_replace('/^(.+\\.)?(paypal\\.[a-z][a-z])$/D', 'paypal.com', $sDomain);
|
||||
$sDomain = \preg_replace('/^facebookmail.com$/D', 'facebook.com', $sDomain);
|
||||
$sDomain = \preg_replace('/^dhlparcel.nl$/D', 'dhl.com', $sDomain);
|
||||
$sDomain = \preg_replace('/^amazon.nl$/D', 'amazon.com', $sDomain);
|
||||
$sDomain = \preg_replace('/^.+\\.([^.]+\\.[^.]+)$/D', '$1', $sDomain);
|
||||
return $sDomain;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue