Skip to content

Commit 497e98f

Browse files
authored
Merge pull request #477 from muhme/migrations-unified-title-case
Unified all headers in migrations section as title case.
2 parents 822612f + 3f82d51 commit 497e98f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+285
-230
lines changed

migrations/310-40/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
sidebar_position: 1000
3+
title: 3.10 to 4.0
34
---
45

5-
3.10 to 4.0
6-
===========
6+
Joomla 3.10 to 4.0 Upgrade Notes
7+
================================
8+
79
An explanation of the code changes for each version of Joomla.
810
If you follow from the version of your current code until the version you
911
want to support you should come across all the changes you need to make.
1012

11-
Updated System Requirements
12-
---------------------------
13+
## Updated System Requirements
1314

1415
Beside changed to the code base itself we also increased the minimum
1516
system requirements.

migrations/310-40/new-deprecations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
sidebar_position: 2
33
---
44

5-
New deprecations
6-
===============
5+
New Deprecations
6+
================
77

88
Joomla! 4.0 is a special version which introduces a new timebased release cycle. This
99
cycle allow us to remove old code every 2 years. Based on motion

migrations/310-40/new-features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
sidebar_position: 1
33
---
44

5-
New features
6-
===============
5+
New Features
6+
============
7+
78
All the new features that have been added to this version.
89
Any changes in best practice.
910
:::caution TODO

migrations/310-40/removed-backward-incompatibility.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
sidebar_position: 3
33
---
44

5-
Removed and backward incompatibility
6-
===============
5+
Removed and Backward Incompatibility
6+
====================================
7+
78
All the deprecated features than have now been removed and any backward incompatibilities.
89
There should be an explanation of how to mitigate the removals / changes.
910

migrations/40-41/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
sidebar_position: 999
3+
title: 4.0 to 4.1
34
---
45

5-
4.0 to 4.1
6-
===============
6+
Joomla 4.0 to 4.1 Upgrade Notes
7+
===============================
8+
79
An explanation of the code changes for each version of Joomla.
810
If you follow from the version of your current code until the version you want to support you should come across all the changes you need to make.
911
:::caution TODO

migrations/40-41/new-deprecations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
sidebar_position: 2
33
---
44

5-
New deprecations
6-
===============
5+
New Deprecations
6+
================
7+
78
All the new deprecations that should be aware of and what you should now be using instead.
89

910
### libraries/src/Filesystem/Path.php:clean()

migrations/40-41/new-features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
sidebar_position: 1
33
---
44

5-
New features
6-
===============
5+
New Features
6+
============
7+
78
All the new features that have been added to this version.
89
Any changes in best practice.
910
:::caution TODO

migrations/40-41/removed-backward-incompatibility.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
sidebar_position: 3
33
---
44

5+
Removed Backward Incompatibility
6+
================================
7+
58
:::caution TODO
69

710
This page is unfinished, please use the **Edit this Page** link at the bottom of this page to help make it more useful.
811

912
:::
1013

11-
## Removed files
14+
## Removed Files
1215

1316
The following files hasn't been removed to prevent code which directly include
1417
these files to thru an fatal error.
@@ -30,9 +33,9 @@ to be continued
3033

3134
:::
3235

33-
## Modified function signatures
36+
## Modified Function Signatures
3437

35-
##### Removed second parameter `$clientId = 0` in function cleanCache this parameter is no longer used
38+
Removed second parameter `$clientId = 0` in function cleanCache this parameter is no longer used.
3639

3740
* administrator/components/com_categories/src/Model/CategoryModel.php
3841
* administrator/components/com_content/src/Model/ArticleModel.php

migrations/41-42/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
sidebar_position: 998
3+
title: 4.1 to 4.2
34
---
45

5-
4.1 to 4.2
6-
===============
6+
Joomla 4.1 to 4.2 Upgrade Notes
7+
===============================
8+
79
An explanation of the code changes for each version of Joomla.
810
If you follow from the version of your current code until the version you want to support you
911
should come across all the changes you need to make.

migrations/41-42/new-deprecations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
sidebar_position: 2
33
---
44

5-
New deprecations
6-
===============
5+
New Deprecations
6+
================
7+
78
All the new deprecations that should be aware of and what you should now be using instead.
89
:::caution TODO
910

0 commit comments

Comments
 (0)