Skip to content

Commit 88cffbb

Browse files
authored
DOCSP-41495: php v1.20 compat updates (#1364)
* DOCSP-41495: php v1.20 compat updates * add whats new * edit
1 parent cb60a00 commit 88cffbb

File tree

2 files changed

+52
-12
lines changed

2 files changed

+52
-12
lines changed

docs/index.txt

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22
MongoDB PHP Library
33
===================
44

5-
.. default-domain:: mongodb
5+
.. contents:: On this page
6+
:local:
7+
:backlinks: none
8+
:depth: 1
9+
10+
.. toctree::
11+
:titlesonly:
12+
13+
Installation </tutorial/install-php-library>
14+
/tutorial
15+
/upgrade
16+
/reference
17+
FAQ </faq>
18+
/whats-new
619

720
The |php-library| provides a high-level abstraction around the lower-level
821
:php:`mongodb extension <mongodb>`.
@@ -44,6 +57,9 @@ If you have previously worked with the legacy ``mongo`` extension, it will be
4457
helpful to review the :doc:`/upgrade` for a summary of API changes between the
4558
old driver and this library.
4659

60+
You can view changes introduced in each version release of the
61+
{+php-library+} in the :ref:`php-lib-whats-new` section.
62+
4763
New to MongoDB?
4864
---------------
4965

@@ -59,14 +75,3 @@ encounter in the library documentation:
5975
:manual:`BSON Types </reference/bson-types>`
6076

6177
- :manual:`MongoDB CRUD Operations </crud>`
62-
63-
.. class:: hidden
64-
65-
.. toctree::
66-
:titlesonly:
67-
68-
Installation </tutorial/install-php-library>
69-
/tutorial
70-
/upgrade
71-
/reference
72-
FAQ </faq>

docs/whats-new.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. _php-lib-whats-new:
2+
3+
==========
4+
What's New
5+
==========
6+
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: update, new feature, deprecation, upgrade
13+
14+
.. contents:: On this page
15+
:local:
16+
:backlinks: none
17+
:depth: 1
18+
:class: singlecol
19+
20+
Learn about new features, improvements, and fixes introduced in the
21+
following versions of the {+php-library+}:
22+
23+
* :ref:`Version 1.20 <php-lib-version-1.20>`
24+
25+
.. _php-lib-version-1.20:
26+
27+
What's New in 1.20
28+
------------------
29+
30+
.. important:: MongoDB Server v3.6 End-of-Life
31+
32+
Support for MongoDB Server v3.6 is removed in this release of the
33+
library.
34+
35+
- Adds support for MongoDB Server v8.0.

0 commit comments

Comments
 (0)