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

[TASK] Update documentation and bump version number #228

Merged
merged 1 commit into from
Jul 12, 2016
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
6 changes: 3 additions & 3 deletions Documentation/CommandReference/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Command Reference
instead.


The following reference was automatically generated from code on 2016-06-28 09:20:43
The following reference was automatically generated from code on 2016-07-12 17:41:21


.. _`Command Reference: typo3_console`:
Expand Down Expand Up @@ -381,7 +381,7 @@ Related commands

Export the database (all tables) directly to stdout.
The mysqldump binary must be available in the path for this command to work.
This obviously only works when MySQL ist used as DBMS.
This obviously only works when MySQL is used as DBMS.

**This command passes the plain text database password to the command line process.**
This means, that users that have the permission to observe running processes,
Expand All @@ -404,7 +404,7 @@ If this imposes a security risk for you, then refrain from using this command!
This means that this can not only be used to pass insert statements,
it but works as well to pass SELECT statements to it.
The mysql binary must be available in the path for this command to work.
This obviously only works when MySQL ist used as DBMS.
This obviously only works when MySQL is used as DBMS.

**Example (import):** ``ssh remote.server '/path/to/typo3cms database:export' | ./typo3cms database:import``
**Example (select):** ``echo 'SELECT username from be_users WHERE admin=1;' | ./typo3cms database:import``
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'author' => 'Helmut Hummel',
'author_email' => 'info@helhum.io',
'author_company' => 'helhum.io',
'version' => '3.1.0',
'version' => '3.1.1',
'constraints' =>
array (
'depends' =>
Expand Down