Skip to content

Commit

Permalink
[TASK] Update for powermail 2.5 and TYPO3 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jul 16, 2015
1 parent 2349fcf commit 10efbfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Configuration/TypoScript/setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugin.tx_powermail {
client = 1
server = 1
customValidation {
100 = \In2code\Powermailextended\Domain\Validator\ZipValidator
100 = In2code\Powermailextended\Domain\Validator\ZipValidator
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'Sample Extension to extend powermail 2.1: Add new validators, Add new Fieldtypes or Add new Field Properties',
'category' => 'plugin',
'shy' => 0,
'version' => '2.1.0',
'version' => '2.5.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand All @@ -34,8 +34,8 @@
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.2.99',
'powermail' => '2.1.0-2.1.99',
'typo3' => '6.2.0-7.99.99',
'powermail' => '2.1.0-2.99.99',
),
'conflicts' => array(),
'suggests' => array(),
Expand Down
3 changes: 1 addition & 2 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/**
* extend powermail fields tx_powermail_domain_model_fields
*/
\TYPO3\CMS\Core\Utility\GeneralUtility::loadTCA('tx_powermail_domain_model_fields');
$tempColumns = array (
'tx_powermailextended_powermail_text' => array(
'exclude' => 1,
Expand All @@ -33,7 +32,7 @@
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns(
'tx_powermail_domain_model_fields',
$tempColumns,
1
TRUE
);
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes(
'tx_powermail_domain_model_fields',
Expand Down

0 comments on commit 10efbfc

Please sign in to comment.