Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  use a lovercase title for the link. refs #12638
  fix supported installable version formats
  Fix broken link for multiple messenger buses
  remove gender-related terms from HTTP fundamentals diagrams
  • Loading branch information
OskarStark committed Nov 18, 2019
2 parents 70e1d2c + 809465b commit bad4e40
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Binary file modified _images/http/xkcd-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/http/xkcd-request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion messenger/message-recorder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Transactional Messages: Handle New Messages After Handling is Done

A message handler can ``dispatch`` new messages during execution, to either the
same or a different bus (if the application has
`multiple buses </messenger/multiple_buses>`_). Any errors or exceptions that
:doc:`multiple buses </messenger/multiple_buses>`). Any errors or exceptions that
occur during this process can have unintended consequences, such as:

- If using the ``DoctrineTransactionMiddleware`` and a dispatched message throws
Expand Down
4 changes: 0 additions & 4 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
# use the 'next' Symfony version to be released (still in development)
$ symfony new my_project_name --version=next
# use a specific Symfony version
$ symfony new my_project_name --version=3.3.10
$ symfony new my_project_name --version=4.3.1
The Symfony Demo application
----------------------------

Expand Down

0 comments on commit bad4e40

Please sign in to comment.