“”

bgm hreflang bgm hreflang

0 likes

bgm_hreflang / stable

An extension to add hreflang meta tags. Page translations are added automatically as hreflang tags. Editors can configure other pages in the page properties which should be added as hreflang tags.

This version supports TYPO3

9 LTS 10 LTS 11 LTS

Older versions also support TYPO3

6.2 LTS 7 LTS 8 LTS 9 LTS 10 LTS 11 LTS


Tags

Get started

Download 4.0.5

Details

Author
bgm websolutions GmbH & Co. KG, Marco Huber
Company
bgm websolutions GmbH & Co. KG
Last update
23. Aug 2022
First upload
28. Apr 2015
Downloads
27,741
Category
none
Dependencies
  • TYPO3 (>=9.5.0 <=11.5.99)

Last upload comment

Fix a big caching bug. Compatibility with TYPO3 11.4 LTS.

[BUGFIX] Reuse cache entry on related pages (Thanks to Hannes Lau)
[BUGFIX] Fix error in additionalCountries translation handling and simplify code
[TASK] Clear cache after changes in the backend (Thanks to Hannes Lau)
[TASK] Feature flag to disable cache clearing in frontend (Thanks to Hannes Lau)
[TASK] Hint to deactivate EXT:seo hreflang generation (Thanks to Sergio Catalá)
[TASK] Compatibility with TYPO3 11.4LTS


Downloads by month

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer require bgm/bgm-hreflang to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Version history

Filter for TYPO3 versions

4.0.5 stable Latest
August 23, 2022
TYPO3: 9 LTS 10 LTS 11 LTS (>=9.5.0 <=11.5.99)
Fix a big caching bug. Compatibility with TYPO3 11.4 LTS.

[BUGFIX] Reuse cache entry on related pages (Thanks to Hannes Lau)
[BUGFIX] Fix error in additionalCountries translation handling and simplify code
[TASK] Clear cache after changes in the backend (Thanks to Hannes Lau)
[TASK] Feature flag to disable cache clearing in frontend (Thanks to Hannes Lau)
[TASK] Hint to deactivate EXT:seo hreflang generation (Thanks to Sergio Catalá)
[TASK] Compatibility with TYPO3 11.4LTS
Download
4.0.3 stable
June 07, 2022
TYPO3: 9 LTS 10 LTS (>=9.5.0 <=10.4.99)
Just some minor changes and improvements.

* 2021-11-16 [BUGFIX] Fix composer dependencies (Thanks to Christian Wolfram)
* 2021-12-17 [BUGFIX] Fix parameter order in implode function (Thanks to Christian Wolfram)
* 2022-06-02 [TASK] Update dev-dependency to cs-fixer (Thanks to Daniel Goerz)
* 2022-06-07 [TASK] Remove require_dev section from composer.json
* 2022-06-07 [TASK] #21 - Don't allow to add relations in MM_opposite_field
Download
4.0.2 stable
January 21, 2021
TYPO3: 9 LTS 10 LTS (>=9.5.0 <=10.4.99)
Compatibility with TYPO3 10 and new features. See https://github.com/bgmgmbh/extension-bgm_hreflang/commits/master
Download
3.0.1 stable
April 01, 2019
TYPO3: 8 LTS 9 LTS (>=8.7.0 <=9.5.99)
Update for TYPO3 9 and playing with packagist.org
Download
2.0.7 stable
January 15, 2018
TYPO3: 6.2 LTS 7 LTS (>=6.2.0 <=7.6.99)
Seems like we will have some more 2.0-versions. So 2.0 is for TYPO3 7.6 and 3.0 will be for TYPO3 8.7.
Download
2.0.6 stable
January 12, 2018
TYPO3: 6.2 LTS 7 LTS (>=6.2.0 <=7.6.99)
This is the last version for TYPO3 6.2 and 7.6!

[BUGFIX] Check if domainName has a scheme
[TASK] Check if configuration for page language exists
[BUGFIX] Unset more mountpoint stuff before generating URLs
[TASK] Show domainName in BE
[TASK] Use Hoo
Download
2.0.5 stable
October 23, 2017
TYPO3: 6.2 LTS 7 LTS (>=6.2.0 <=7.6.99)
[BUGFIX] Fix hreflang tags to default language
[TASK] Remove unnecessary code from composer.json
[TASK] Set dependency in composer.json
[TASK] Set version number to 2.0.5
[TASK] New configuration "domainName"
[TASK] Deploy to TER
Download
2.0.4 stable
February 06, 2017
TYPO3: 6.2 LTS 7 LTS (>=6.2.0 <=7.6.99)
* 2017-02-06 Fix composer.json for TYPO3 6.2
* 2017-02-06 Change minimal TYPO3 version to 6.2
* 2017-02-06 Update version and changelog; Deploy to TER
* 2017-02-06 Really change version number; Deploy to TER
Download
2.0.3 stable
October 25, 2016
TYPO3: 6.2 LTS 7 LTS (>=6.0.0 <=7.6.99)
* 2016-01-27 Cast cacheIdentifier to string because the cache backend can't handle integers
* 2016-02-29 Add links to GitHub in the documentation
* 2016-03-01 Cleanup documentation
* 2016-03-01 Update documentation
* 2016-05-03 Raise TYPO3 Core depend
Download
2.0.2 stable
August 31, 2015
TYPO3: 6.2 LTS (>=6.0.0 <=7.4.99)
* 2015-08-31 [TASK] Add a signal to manipulate full tag list. Thanks to Sergio Catalá for reporting this issue (https://forge.typo3.org/issues/69122)
* 2015-08-31 [BUGFIX] Use hreflangAttributes from Signal
* 2015-08-31 [TASK] Initialize SignalSlot disp
Download
2.0.1 stable
August 10, 2015
TYPO3: 6.2 LTS (>=6.0.0 <=7.4.99)
* 2015-08-10 [BUGFIX] Small bug with language code, Thanks to Sergio Catalá for reporting this issue (https://forge.typo3.org/issues/68851)
* 2015-08-10 CachingFramework is initialized automatically. Function was removed since 7.2
* 2015-08-10 Raise TYP
Download
2.0.0 stable
May 26, 2015
TYPO3: 6.2 LTS (>=6.0.0 <=7.2.99)
* 2015-05-26 [BUGFIX|FEATURE] Support for mountpoints
* 2015-05-26 [TASK] Update documentation, add changelog
Download
1.0.1 stable
April 28, 2015
TYPO3: 6.2 LTS (>=6.0.0 <=7.2.99)
* Fix extension dependency
Download
1.0.0 stable
April 28, 2015
TYPO3: 6.2 LTS (>=6.0.0 <=7.2.999)
Initial upload
Download

Get started

Download 4.0.5

Details

Author
bgm websolutions GmbH & Co. KG, Marco Huber
Company
bgm websolutions GmbH & Co. KG
Last update
23. Aug 2022
First upload
28. Apr 2015
Downloads
27,741
Category
none
Dependencies
  • TYPO3 (>=9.5.0 <=11.5.99)