• Hello,

    I had an issue with the latest version ( 2.1.1 ) in order to solve it, I have to change :

    around the line 170 in src/Avatar.php

    return $this->generate_avatar_img_tag($cat_uri, $size, $alt);
    by :
    return $this->generate_avatar_img_tag($cat_uri, $size, array(),$alt);

    Can you confirm the issue ?

  • The topic ‘Issue with version 2.1.1’ is closed to new replies.