Skip to content

Commit

Permalink
[RELEASE] 5.0.0 - Version for TYPO3 v10, skip titly only option
Browse files Browse the repository at this point in the history
  • Loading branch information
mhirdes committed Jun 18, 2020
1 parent 6c60197 commit 196ceb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@

$EM_CONF[$_EXTKEY] = [
'title' => '[clickstorm] SEO',
'description' => 'SEO Extension: Enables important on-page features for search engine optimization (SEO). Expands
the page settings and any existing records, e.g. with a preview for Google search results (SERP),
and a Focus Keyword. Robots.txt handling. Support for Session Tracking (Google Analytics or Matomo)
'description' => 'SEO Extension: Enables important on-page features for search engine optimization (SEO). Expands
the page settings and any existing records, e.g. with a preview for Google search results (SERP),
and a Focus Keyword. Robots.txt handling. Support for Session Tracking (Google Analytics or Matomo)
and href="lang" tags. Further features are shown in the extension manual.',
'category' => 'services',
'author' => 'Pascale Beier, Angela Dudtkowski, Marc Hirdes, Andreas Kirilow - clickstorm GmbH',
'author' => 'Pascale Beier, Angela Dudtkowski, Marc Hirdes, Andreas Kirilow, Alexander König - clickstorm GmbH',
'author_email' => 'hirdes@clickstorm.de',
'author_company' => 'clickstorm GmbH',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '5.0.0-dev',
'version' => '5.0.0',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-10.4.99',
Expand Down

1 comment on commit 196ceb2

@NamelessCoder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • NamelessCoder\GizzleGitPlugins\GizzlePlugins\ClonePlugin:000000005bf4aec00000000048e8df76:
    • 0: Executing Git clone command: /usr/bin/git clone --depth 1 --single-branch --branch '5.0.0' 'https://github.com/clickstorm/cs_seo.git' /tmp/196ceb264923e93a1b208acb1ace32552a8b5a57/cs_seo
    • NamelessCoder\TYPO3RepositoryGizzle\GizzlePlugins\ExtensionRepositoryReleasePlugin:000000005bf4aede0000000048e8df76:
      • resultCode: 10504
      • resultMessages:
        • 0: Please note that it might take a while (up to an hour) until your extension and the documentation appear on TYPO3.org.
        • version: 5.0.0

Please sign in to comment.