Zwischenstand
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
*/
|
||||
|
||||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => 'Bookmark Pages',
|
||||
'description' => 'Provides bookmarks functionality of local pages for logged in frontend users.',
|
||||
'title' => 'Bookmarks/Likes/Ratings',
|
||||
'description' => 'Provides bookmarks/likes/ratings functionality of frontend pages and articles for logged in frontend users.',
|
||||
'category' => 'plugin',
|
||||
'author' => 'René Fritz, Roman Büchler',
|
||||
'author_email' => 'r.fritz@colorcube.de, rb@buechler.pro',
|
||||
'author_company' => 'Colorcube, buechler.pro gmbh',
|
||||
'version' => '2.0.1',
|
||||
'author' => 'Sven Wappler',
|
||||
'author_email' => 'typo3@wappler.systems',
|
||||
'author_company' => 'WapplerSystems',
|
||||
'version' => '0.0.0',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
@@ -22,17 +22,13 @@ $EM_CONF[$_EXTKEY] = [
|
||||
'clearCacheOnLoad' => 1,
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '10.4.14-10.4.99',
|
||||
'typoscript_rendering' => '2.3.1-2.99.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [
|
||||
'news' => '*'
|
||||
'typo3' => '10.4.0-10.4.99'
|
||||
],
|
||||
'conflicts' => []
|
||||
],
|
||||
'autoload' => [
|
||||
'psr-4' => [
|
||||
'WapplerSystems\\BookmarkPages\\' => 'Classes'
|
||||
'WapplerSystems\\BookmarksLikesRatings\\' => 'Classes'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user