This repository has been archived by the owner on Aug 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
314 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,3 @@ | ||
# MetaSEO - Changelog | ||
|
||
## MetaSEO 2.0.1 | ||
|
||
- Bugfixes | ||
|
||
## MetaSEO 2.0 | ||
|
||
- Added TYPO3 7.x support | ||
- 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 | ||
- Fixed many bugs and issues | ||
- Fixed coding style (added .editorconfig) | ||
- Refactored whole extension | ||
- Added protocol selection for canonical Urls in case protocol is undefined in page properties | ||
(via plugin.metaseo.metaTags.canonicalUrl.fallbackProtocol) | ||
|
||
## Beta features | ||
|
||
- If you have any issues with cached pagetitle: set `plugin.metaseo.pageTitle.caching = 0` to disable this feature. | ||
|
||
### Migrate from 1.x to 2.x | ||
|
||
- TypoScript Constant `plugin.metaseo.metaTags.useCanonical` changed to `plugin.metaseo.metaTags.canonicalUrl` | ||
- TypoScript Setup `plugin.metaseo.metaTags.useCanonical` changed to `plugin.metaseo.metaTags.canonicalUrl` | ||
- Names of Hooks changed, now camelCase | ||
|
||
|
||
## MetaSEO 1.0 (2014-04-20) | ||
|
||
- Version 1.0.0 | ||
- Fork of metaseo | ||
- Fixed several bugs and improved codebase | ||
- Fixed and improved manual (now reStructuredText) | ||
Latest version of the [changelog](https://github.com/mblaschke/TYPO3-metaseo/blob/develop/Documentation/ChangeLog/Index.rst) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,3 +249,4 @@ If you want to activate a “real” sitemap.xml feature (eg. http://example.com | |
), | ||
|
||
); | ||
|
Oops, something went wrong.