Skip to content

Commit

Permalink
[~FEATURE] Fixes #33522. Raise TYPO3 version compatibility to 4.6.99.
Browse files Browse the repository at this point in the history
[RELEASE] Version 3.3.15

git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/l10nmgr/trunk@57471 735d13b6-9817-0410-8766-e36946ffe9aa
  • Loading branch information
andreas committed Feb 8, 2012
1 parent bac85b6 commit 7c87c6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2012-02-08 Andreas Otto <[email protected]>
* [~FEATURE] Add configuration enable_neverHideAtCopy. TYPO3 4.5 changed the standard behaviour for copied records to be hidden. Technicaly a transpaltion of a record is a copy and would result in translations not being visible. For manual translations this might be a good idea, but for XML imports of finished translations this is counter productive. Just imagine you imported the translation for a larger website and you now have to go through every page and enable the translated records manualy.
* [~FEATURE] Fixes #33522. Raise TYPO3 version compatibility to 4.6.99.
* [RELEASE] Version 3.3.15

2012-01-29 Andreas Otto <[email protected]>
* [~BUG] Fixes #33291. Some parts of the first patch did not apply. Credits go to Francois Suter for investigating the issue and providing patches.
* [~BUG] Fixes #33379. Enable FTP upload on manual export. Credits go to Francois Suter for investigating the issue and providing patches.
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'Module for managing localization import and export',
'category' => 'module',
'shy' => 0,
'version' => '3.3.13',
'version' => '3.3.14',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand All @@ -35,7 +35,7 @@
'constraints' => array(
'depends' => array(
'php' => '5.2.0-0.0.0',
'typo3' => '4.4.0-4.5.99',
'typo3' => '4.4.0-4.6.99',
),
'conflicts' => array(
),
Expand Down
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

//! increase with every change to XML Format
define('L10NMGR_FILEVERSION','1.2');
define('L10NMGR_VERSION','3.3.14');
define('L10NMGR_VERSION','3.3.15');

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['lowlevel']['cleanerModules']['tx_l10nmgr_index'] = array('EXT:l10nmgr/class.tx_l10nmgr_index.php:tx_l10nmgr_index');
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']['tx_l10nmgr'] = 'EXT:l10nmgr/class.l10nmgr_tcemain_hook.php:&tx_l10nmgr_tcemain_hook';
Expand Down

0 comments on commit 7c87c6f

Please sign in to comment.