You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/setup/upgrade-source-code.rst
+19-7Lines changed: 19 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
:title: Upgrade Source Code to OroCommerce v6.0
1
+
:title: Upgrade Source Code to OroCommerce v6.1
2
2
3
3
.. index::
4
4
single: Upgrade
5
5
6
6
.. _upgrade-to-6:
7
7
8
-
Upgrade the Source Code to v6.0
8
+
Upgrade the Source Code to v6.1
9
9
===============================
10
10
11
-
This guide covers the complete process of upgrading your codebase to OroCommerce v6.0, including dependency updates and code migration.
11
+
This guide covers the complete process of upgrading your codebase to OroCommerce v6.1, including dependency updates and code migration.
12
12
13
13
.. tip:: If you are looking for instructions on upgrading the entire OroCommerce application rather than just the source code, please refer to our guide on :ref:`Upgrading the Application to the Next Version <upgrade-application>`.
14
14
@@ -17,7 +17,7 @@ Upgrade Sequence for Earlier Versions
17
17
-------------------------------------
18
18
19
19
For users operating on versions of OroCommerce earlier than 5.1,
20
-
it is recommended to bypass upgrading to 5.1 and instead upgrade directly to version 6.0.
20
+
it is recommended to bypass upgrading to 5.1 and instead upgrade directly to version 6.1.
21
21
22
22
Preserve Old Custom Theme
23
23
-------------------------
@@ -84,6 +84,18 @@ Update the theme.yml file of the custom theme.
84
84
The resolve_extra_paths option in the generated code
85
85
requires the "@oroinc/oro-webpack-config-builder" node module upgrade to version "6.0.0-dev002" or later. Therefore, this code is not currently compatible with the old version but will work after upgrading the project to v6.
86
86
87
+
As a final step of the old custom theme preservation, use the following command to update dumped yaml files automatically:
| Short bundle alias references are not working after the Doctrine upgrade |
@@ -277,7 +289,7 @@ Run required |automated tests| to ensure that the upgraded code still works prop
277
289
Next Steps
278
290
----------
279
291
280
-
Once the source code is upgraded, the next step is to upgrade the Oro application to v6.0 For comprehensive instructions on this process, please refer to the :ref:`Upgrading the Application to the Next Version <upgrade-application>` documentation.
292
+
Once the source code is upgraded, the next step is to upgrade the Oro application to v6.1 For comprehensive instructions on this process, please refer to the :ref:`Upgrading the Application to the Next Version <upgrade-application>` documentation.
Copy file name to clipboardExpand all lines: backend/setup/upgrade-to-new-version.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Upgrade the Application to the Next Version
11
11
12
12
This guide explains how to upgrade Oro application to the next version in a development environment.
13
13
14
-
.. tip:: If you are looking for specific instructions on upgrading the source code itself, please refer to our detailed guide on :ref:`Upgrading the Source Code to v6.0 <upgrade-to-6>`.
14
+
.. tip:: If you are looking for specific instructions on upgrading the source code itself, please refer to our detailed guide on :ref:`Upgrading the Source Code to v6.1 <upgrade-to-6>`.
15
15
16
16
An absolute path to the directory where an application is installed will be used in the guide and will
17
17
be referred to as **<application-root-folder>** further in this topic.
0 commit comments