From d126f24f044a9b476f40567eb9aafb76914302df Mon Sep 17 00:00:00 2001 From: Susanne Moog Date: Wed, 23 Oct 2019 17:12:28 +0200 Subject: [PATCH] [TASK] Beautify icons --- Resources/Public/Icons/module-blog.svg | 15 +++++++++++++++ ext_emconf.php | 4 ++-- ext_icon.gif | Bin 177 -> 0 bytes ext_icon.svg | 15 +++++++++++++++ ext_tables.php | 2 +- 5 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 Resources/Public/Icons/module-blog.svg delete mode 100644 ext_icon.gif create mode 100644 ext_icon.svg diff --git a/Resources/Public/Icons/module-blog.svg b/Resources/Public/Icons/module-blog.svg new file mode 100644 index 0000000..9466dc5 --- /dev/null +++ b/Resources/Public/Icons/module-blog.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/ext_emconf.php b/ext_emconf.php index c254642..e0b2904 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,10 +11,10 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 1, - 'version' => '9.5.11', + 'version' => '9.5.0', 'constraints' => [ 'depends' => [ - 'typo3' => '9.5.11', + 'typo3' => '9.5.0', ], 'conflicts' => [], 'suggests' => [], diff --git a/ext_icon.gif b/ext_icon.gif deleted file mode 100644 index 1a832d4b660d1b498d5f980098a7c3953ff69a8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 177 zcmV;i08al$Nk%w1VG;lk0J8!BWo2cKj*jy3@|l^L$;ruVY;1*vg|V@*=H}+t*Vju+ zOI1}>D=RBPLPGxj{r~^~A^8LW00062EC2ui01^NY000DDP{>KEmFXN=lmdfw08JA} z4Wlvz6_lkRDJ!#33)}#bQJ)i%E+I(Nh?AENSWw+41YJXc5Fk4ec9G3FRl5J_Rh9}OA1rm-a80vh15)lA9z(qn} diff --git a/ext_icon.svg b/ext_icon.svg new file mode 100644 index 0000000..11fca6e --- /dev/null +++ b/ext_icon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/ext_tables.php b/ext_tables.php index 7d224c0..11dc966 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -17,7 +17,7 @@ ], [ 'access' => 'user,group', - 'icon' => 'EXT:blog_example/ext_icon.gif', + 'icon' => 'EXT:blog_example/Resources/Public/Icons/module-blog.svg', 'labels' => 'LLL:EXT:blog_example/Resources/Private/Language/locallang_mod.xml', ] );