This repository has been archived by the owner on Aug 8, 2022. It is now read-only.
Releases: webdevops/TYPO3-metaseo
Releases · webdevops/TYPO3-metaseo
3.0.0
Major release
- Added TYPO3 CMS 8.7 LTS support
- TCA usage is now on par with TYPO3 CMS 8.7
- Removed support for TYPO3 CMS 6.2 LTS and 7.6 LTS
- Fully migrated to PSR-7 and AJAX UriBuilder routes
- Contains the new features which were backported into 2.1.0
- Added SVG icons
- Streamlined layout
- Deprecation log is now supposed to stay empty (except for Doctrine DBAL messages)
- metaseo 3.0.0 runs with and without the compatibility7 extension (uninstall it if possible)
Migration to 3.0.0:
- Please upgrade to metaseo 2.1.0 in 7.6 LTS before upgrading to 8.7 LTS
- Clear caches and compare/update the schema via install tool
- For details in respect to the schema selection (http/https) feature removal, please visit the Manual
For details, see
2.1.0
New feature and Bugfix release
- Added support for OpenGraph images
- Display custom page doktypes in SEO/Metatags section
Migration to 2.1.0:
- Compare and update the database schema in the install tool.
- Page title prefix/suffix inheritance has changed. Please check your titles.
For details, see
2.0.4
New feature and Bugfix release
- Sitemap: Tags lastmod and priority now can be disabled via configuration
For details, see
2.0.3
New feature and Bugfix release
- Number of entries shown in sitemap now can be changed via extension manager
For details, see
2.0.2
Bugfix release
Migration to 2.0.2:
- Non-admin backend users can now to edit page properties, if permission is given by TYPO3
- Link generation (start/prev/next) now uses first element of group for start
For details, see
2.0.1
2.0.0
Major release
- Added TYPO3 CMS 7.6 support
(still backwards compatible to TYPO3 CMS 6.2 and PHP 5.3) - Refactoring of Ajax Requests: PSR-7, Exception Handling, OOP
- Changed coding style: Now uses PSR-2, added
.editorconfig
file - Refactored large portions of the codebase
- Implemented signals
- Implemented blacklist of PAGE typeNum in SetupTS
- Implemented blacklist for index/noindex robots metatag
- Implemented blacklist for canonical url
- Implemented canonical url support for mounted pages,
pointing to real page instead of mount path (disabled by default) - Implemented expiry date for sitemap entries (customizable with SetupTS or Connector)
- Implemented pagetitle caching (if there is any
USER_INT
on the current page) - Removed own caching solution, using TYPO3 caching framework now
- Added fallback for schema selection for canonical Urls in case protocol is undefined
in page properties (viaplugin.metaseo.metaTags.canonicalUrl.fallbackProtocol
) - Bugfixes and improvements
Migration from 1.0.x to 2.0.0:
- Link generation (
start/prev/next
) is now disabled by default - TypoScript Constant
plugin.metaseo.metaTags.useCanonical
changed toplugin.metaseo.metaTags.canonicalUrl
- TypoScript Setup
plugin.metaseo.metaTags.useCanonical
changed toplugin.metaseo.metaTags.canonicalUrl
- Changed names of hooks, use camelCase now
For details, see