Skip to content

Commit 035d5dc

Browse files
committed
DOCSP-48100: Consolidate minor versions
1 parent ffdd49c commit 035d5dc

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

config/redirects

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
define: base https://www.mongodb.com/docs/php-library
22
define: prefix docs/php-library
33
raw: ${prefix}/ -> ${base}/current
4-
define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v2.0 master
4+
define: versions v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.x v2.0 v2.x master
55

66
symlink: upcoming -> master
7-
symlink: current -> v2.0
7+
symlink: current -> v2.x
8+
9+
# consolidation redirects
10+
[*-v1.21]: ${prefix}/${version}/ -> ${base}/v1.x/
11+
[v2.0]: ${prefix}/${version}/ -> ${base}/v2.x/
812

913
# general redirects
1014
[v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/

source/upgrade.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ associated JIRA tickets for each release on `GitHub
9090

9191
.. _php-v2-breaking-changes:
9292

93-
Version 2.0 Breaking Changes
93+
Version 2.x Breaking Changes
9494
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9595

9696
This library version introduces the following breaking changes:
@@ -113,15 +113,15 @@ This library version introduces the following breaking changes:
113113
methods, you can register a :php:`CommandSubscriber
114114
<mongodb-driver-monitoring-commandsubscriber>` in your application.
115115

116-
Version 1.20 Breaking Changes
117-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116+
Version 1.x Breaking Changes
117+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
118118

119119
This library version introduces the following breaking changes:
120120

121-
- Drops support for {+mdb-server+} 3.6.
121+
- Drops support for {+mdb-server+} 3.6 in {+php-library+} v1.20
122122

123-
Version 1.19 and Earlier
124-
~~~~~~~~~~~~~~~~~~~~~~~~
123+
.. tip:: Earlier Library Versions
125124

126-
For library versions 1.19 and earlier, see the release notes and associated
127-
JIRA tickets for each release on `GitHub <https://github.com/mongodb/mongo-php-library/releases>`__.
125+
To view breaking changes for {+php-library+} versions 1.19 and earlier, see the
126+
release notes and associated JIRA tickets for each release on `GitHub
127+
<https://github.com/mongodb/mongo-php-library/releases>`__.

0 commit comments

Comments
 (0)