Version: | Changes: |
|---|---|
0.1.0 | Initial public release. |
0.2.0 | Correction to language files. Disable caching. New constant: defaultCountryISOCode . Support for Brazilian Portuguese. Requires version 1.1.0 of extension Static Info Library (sr_static_info). |
0.2.2 | Bug fix: wrong links in menu when the L variable is not part of the url. |
0.3.0 | New type of language selector: dropdown box. HTML template and CSS styling. Displays each language name in the language itself. Requires version 1.4.0 of extension Static Info Library (sr_static_info). |
0.4.0 | Correction for compatibility with RealURL (realurl) extension. Thanks to Volker Graubaum. |
0.4.1 | Update to Finnish translation. |
0.5.0 | Further correction for compatibility with RealURL (realurl) extension. New TypoScript Constants. See Configuration section. New stdWrap support in TypoScript setup. New layout option: list of links. Thanks to François Suter. Document two ways to include Language Selection on every page. |
0.5.2 | New TypoScript Constant: removeParams. Thanks to Volker Graubaum. |
0.5.3 | New selection list header feature and associated constants. Thanks to Martin Kutscher. Addition of the German translation. Thanks to Martin Kutscher. |
0.6.0 | Two new TS constants: showCurrent and token and corresponding update to default TS setup. Swedish translation added. Thanks to the translator. |
0.6.1 | New TS constant: showInactive. Eliminate separator when only one language or no language is left in the menu. Eliminate selection list when no language is left in the menu. Provide separate class selector for the separator. |
0.6.2 | Add new TS constant: target. Add default image style selector for the flag images. Output is XHTML 1.0 Strict compliant and CSS styled. |
0.6.3 | Correction for XHTML 1.0 Strict compliance. Avoid L=0 parameter when extension rmpl_language_detection is not installed. In TYPO3 3.6.0+, use TYPO3 db manipulation class. |
0.6.4 | Correction: add alt attribute to img tag of pointer image. Change type of TS Constant pointerImage from file to string. |
0.6.5 | Brazilian translation added. Thanks to the translator. |
0.6.6 | Plugin type changed from USER_INT to USER, so that the generated content may be cached. Should improve performance. A suggestion of Ernesto Baschny. |
0.6.7 | New TS constant: hideIfNoAltLanguages. A contribution of Ian Foulds. |
0.6.8 | Correction for XHTML-compliancy. The form tag was missing an action attribute. Thanks to Ernesto Baschny. |
0.6.9 | New TS template constant: showLinkWithFlag. |
0.6.10 | Correction: there was a bug in the rendering of inactive items. Thanks to Wolfgang Baumgartner for this correction. |
1.0.0 | Default pointer image has moved from t3lib/gfx to typo3/gfx in TYPO3 4.0. Convert locallang files to xml format. Remove support for TYPO3 3.5.0 db access. Remove deprecated name attribute from form tag for compliance with XHTML 1.0 Strict. Thanks to Jochen Rieger Add fieldset, legend and label tags for the selection list layout. Thanks to Jochen Rieger |
1.1.0 | Remove dependency on Static Info Library (sr_static_info). Require Static Info Tables version 2.0.0+. |
1.2.0 | Correction: if realurl extension is installed but not activated via config.tx_realurl_enable, sr_language_menu did not work at all. Thanks to Jochen Rieger Correction: if you run a website in a subdir (e.g. http://localhost/myWebsite/), sr_language_menu did not work in realurl mode. Thanks to Jochen Rieger Correction: in realurl mode, the option tags' css class attributes were messed up. Thanks to Jochen Rieger New TS setup property doNotLink It. A suggestion of Tapio Markula |
1.2.1 | Remove hard-coded style attribute with flag dimensions. Replaced by a class attibute (tx-srlanguagemenu-pi1-flag). A suggestion of Benjamin Richter. |
1.2.2 | Regression correction (see version 1.0.0): default pointer image has moved from t3lib/gfx to typo3/gfx in TYPO3 4.0. |