Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 783 Bytes

upgrade_patch.rst

File metadata and controls

19 lines (13 loc) · 783 Bytes
.. index::
    single: Upgrading; Patch Version

Upgrading a Patch Version (e.g. 4.1.0 to 4.1.1)

When a new patch version is released (only the last number changed), it is a release that only contains bug fixes. This means that upgrading to a new patch version is really easy:

To upgrade to a new "patch" release, see the :doc:Upgrading a Minor Version </setup/upgrade_minor> documentation. Thanks to Symfony's backwards compatibility promise, it's always safe to upgrade to the latest "minor" version.

Tip

It is recommended to update to a new patch version as soon as possible, as important bugs and security vulnerabilities may be fixed in these new releases.