Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for SEO42 4.0 #16

Merged
merged 2 commits into from Nov 2, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
@@ -1,8 +1,4 @@
**aktuelle Version noch nicht getestet mit**

* rexseo
* rexseo42

**Dieser inofizielle Fork unterstützt SEO42 4.0+**

redaxo_plugin_url_control
================================================================================
Expand Down Expand Up @@ -77,4 +73,4 @@ unterstützte Rewriter
--------------------------------------------------------------------------------
* [yrewriter](https://github.com/dergel/redaxo4_yrewrite) von dergel (Jan Kristinus)
* [rexseo](https://github.com/gn2netwerk/rexseo) von GN2 Netwerk und jdlx
* [rexseo42](https://github.com/rexdude/rexseo42) von RexDude
* [seo42](https://github.com/RexDude/seo42) von RexDude
2 changes: 1 addition & 1 deletion config.inc.php
Expand Up @@ -26,7 +26,7 @@
'get_url' => 'rex_yrewrite::getFullUrlByArticleId',
),
'seo42' => array(
'extension_point' => 'REXSEO_ARTICLE_ID_NOT_FOUND',
'extension_point' => 'SEO42_ARTICLE_ID_NOT_FOUND',
'extension_function' => 'extension_rewriter_seo42',
'pages' => false,
'subpages' => true,
Expand Down