feat(icons): add default icons for podcasting, social and funding platforms + remove complex icons

- add pleroma, misskey and fosspay platforms
- update adaures/ipcat-php to fix autoload issue
-
fix Breez and Podcast Guru icons

closes #166, #167, #170
This commit is contained in:
Yassine Doghri 2022-02-24 14:48:17 +00:00
commit 5bcdfebe64
102 changed files with 384 additions and 173 deletions

View file

@ -2,17 +2,17 @@
declare(strict_types=1);
use AdAures\Ipcat\IpDb;
use CodeIgniter\Router\Exceptions\RouterException;
use Config\Services;
use GeoIp2\Database\Reader;
use Opawg\UserAgentsPhp\UserAgents;
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
use AdAures\Ipcat\IpDb;
use CodeIgniter\Router\Exceptions\RouterException;
use Config\Services;
use GeoIp2\Database\Reader;
use Opawg\UserAgentsPhp\UserAgents;
use WhichBrowser\Parser;
if (! function_exists('base64_url_encode')) {