Skip to content

Commit

Permalink
[TASK] AddStaticFile to sys_template
Browse files Browse the repository at this point in the history
  • Loading branch information
kalypso63 committed Dec 17, 2018
1 parent b9ec19d commit efe535c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions Configuration/TCA/Overrides/sys_template.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
defined('TYPO3_MODE') or die();

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('social_auth', 'Configuration/TypoScript', 'Social Auth');
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"homepage": "http://typo3.org",
"license": ["GPL-2.0+"],
"version": "1.2.3",
"version": "1.2.4",
"require": {
"hybridauth/hybridauth": "~2.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.2.3',
'version' => '1.2.4',
'constraints' => array(
'depends' => array(
'typo3' => '9.5.0-9.5.99'
Expand Down
6 changes: 0 additions & 6 deletions ext_tables.php

This file was deleted.

0 comments on commit efe535c

Please sign in to comment.