Skip to content

Commit a16e907

Browse files
author
andy
committed
updated license added add-on icon
1 parent 834a022 commit a16e907

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

gravatar/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ Example: all monsters, all the time:
9595

9696
## Change Log
9797

98+
### 1.0.3
99+
100+
- Updated license information
101+
- Added add-on icon
102+
98103
### 1.0.2
99104

100105
- Updated [forxer/Gravatar lib](https://github.com/forxer/gravatar) to v1.3.1, allowing removal of a workaround for a bug in said library.

gravatar/addon.setup.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

33
return array(
4-
'author' => 'EllisLab',
5-
'author_url' => 'https://ellislab.com/',
4+
'author' => 'Packet Tide',
5+
'author_url' => 'https://packettide.com/',
66
'name' => 'Gravatar',
77
'description' => 'Outputs Globally Recognized Avatars (Gravatars) for a given email address',
8-
'version' => '1.0.2',
8+
'version' => '1.0.3',
99
'namespace' => 'User\Addons\Gravatar',
1010
'settings_exist' => FALSE
1111
);

gravatar/icon.png

11.8 KB
Loading

gravatar/pi.gravatar.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use forxer\Gravatar\Gravatar as FGravatar;
66

77
/*
8-
Copyright (C) 2004 - 2016 EllisLab, Inc.
8+
Copyright (C) 2004 - 2021 Packet Tide, LLC.
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal
@@ -20,22 +20,22 @@
2020
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2121
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2222
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
23-
ELLISLAB, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
23+
PACKET TIDE, LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2424
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2525
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2626
27-
Except as contained in this notice, the name of EllisLab, Inc. shall not be
27+
Except as contained in this notice, the name of Packet Tide, LLC shall not be
2828
used in advertising or otherwise to promote the sale, use or other dealings
29-
in this Software without prior written authorization from EllisLab, Inc.
29+
in this Software without prior written authorization from Packet Tide, LLC.
3030
*/
3131

3232
/**
3333
* Gravatar Class
3434
*
3535
* @package ExpressionEngine
3636
* @category Plugin
37-
* @author EllisLab
38-
* @copyright Copyright (c) 2016, EllisLab, Inc.
37+
* @author Packet Tide
38+
* @copyright Copyright (c) 2004 - 2021, Packet Tide, LLC
3939
* @link https://github.com/EllisLab/Gravatar
4040
*/
4141
class Gravatar {

package-lock.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)