Skip to content

Commit

Permalink
[RELEASE] v. 2.1.1 Bugfix release - remove not null on text fields in…
Browse files Browse the repository at this point in the history
… the DB, add SEO fields to individual doktypes
  • Loading branch information
mhirdes committed Jul 14, 2017
1 parent 5f4d7d5 commit cc1b721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clickstorm",
"SEO"
],
"version": "2.1.1-dev",
"version": "2.1.1",
"replace": {
"cs_seo": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '2.1.1-dev',
'version' => '2.1.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99'
Expand Down

1 comment on commit cc1b721

@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:000000007f4d97cb0000000070ddffee:
    • 0: Executing Git clone command: /usr/bin/git clone --depth 1 --single-branch --branch '2.1.1' 'https://github.com/clickstorm/cs_seo.git' /tmp/cc1b7214e4c88b6e087ab4d6265d65942cabfb87/cs_seo
    • NamelessCoder\TYPO3RepositoryGizzle\GizzlePlugins\ExtensionRepositoryReleasePlugin:000000007f4d97d50000000070ddffee:
      • 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: 2.1.1

Please sign in to comment.