Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Releases: webdevops/TYPO3-metaseo

3.0.0

11 Jun 17:04
Compare
Choose a tag to compare

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

Changelog,
Milestone 3.0.0,
Changes in 3.0.0

2.1.0

11 Jun 16:30
Compare
Choose a tag to compare

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

Changelog,
Milestone 2.1.0,
Changes in 2.1.0

2.0.4

15 Apr 14:31
Compare
Choose a tag to compare

New feature and Bugfix release

  • Sitemap: Tags lastmod and priority now can be disabled via configuration

For details, see

Changelog,
Milestone 2.0.4,
Changes in 2.0.4

2.0.3

31 Dec 11:37
Compare
Choose a tag to compare

New feature and Bugfix release

  • Number of entries shown in sitemap now can be changed via extension manager

For details, see

Changelog,
Milestone 2.0.3,
Changes in 2.0.3

2.0.2

30 Dec 19:53
Compare
Choose a tag to compare

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

Changelog,
Milestone 2.0.2,
Changes in 2.0.2

2.0.1

30 Dec 19:52
Compare
Choose a tag to compare

Bugfix release

For details, see

Changelog,
Milestone 2.0.1,
Changes in 2.0.1

2.0.0

30 Dec 19:52
Compare
Choose a tag to compare

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 (via plugin.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 to plugin.metaseo.metaTags.canonicalUrl
  • TypoScript Setup plugin.metaseo.metaTags.useCanonical
    changed to plugin.metaseo.metaTags.canonicalUrl
  • Changed names of hooks, use camelCase now

For details, see

Changelog,
Milestone 2.0.0,
Changes in 2.0.0

Bugfixes

26 Apr 19:19
Compare
Choose a tag to compare

Fixed smaller reported bugs