From 79783563db0e2923f8c560b149179cbf3089369e Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Wed, 20 Apr 2016 02:13:33 +0300 Subject: [PATCH] RELEASE 1.1.1. --- libraries/Gravatar.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libraries/Gravatar.php b/libraries/Gravatar.php index 9291d35..918fc70 100644 --- a/libraries/Gravatar.php +++ b/libraries/Gravatar.php @@ -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 @@ -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/