Skip to content

Commit

Permalink
RELEASE 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantcholakov committed Apr 19, 2016
1 parent d6bdeaf commit 7978356
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libraries/Gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Code repository: @link https://github.com/ivantcholakov/Codeigniter-Gravatar
*
* @version 1.1.0
* @version 1.1.1
*
* @license The MIT License (MIT)
* @link http://opensource.org/licenses/MIT
Expand Down Expand Up @@ -102,6 +102,11 @@ public function reset() {
return $this;
}

public function get_defaults() {

return $this->defaults;
}

/**
* Creates a URL for requesting a Gravatar image.
* @link http://en.gravatar.com/site/implement/images/
Expand Down

0 comments on commit 7978356

Please sign in to comment.