Skip to content

Commit 1f72f82

Browse files
authored
(DOCSP-44298) Removed EOL'd v1.16 and earlier. (#165) (#166)
1 parent a04544f commit 1f72f82

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

source/whats-new.txt

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ following versions of the {+php-library+}:
2828

2929
* :ref:`Version 1.17 <php-lib-version-1.17>`
3030

31-
* :ref:`Version 1.16 <php-lib-version-1.16>`
32-
33-
* :ref:`Version 1.15 <php-lib-version-1.15>`
34-
3531
.. _php-lib-version-1.20:
3632

3733
What's New in 1.20
@@ -118,41 +114,4 @@ What's New in 1.17
118114
7.2 and 7.3 has been removed and the library now requires PHP 7.4 or newer.
119115

120116
To learn more about this release, see the `v1.17 Release Notes
121-
<https://github.com/mongodb/mongo-php-library/releases/tag/1.17.0>`__ on GitHub.
122-
123-
.. _php-lib-version-1.16:
124-
125-
What's New in 1.16
126-
------------------
127-
128-
- Introduces support for :v7.0:`MongoDB 7.0 </release-notes/7.0>`.
129-
130-
- Introduces :phpmethod:`MongoDB\Database::createEncryptedCollection()`.
131-
This method automatically creates data encryption keys when creating a new
132-
encrypted collection.
133-
134-
- Upgrades the ``mongodb`` extension requirement to 1.16.0.
135-
136-
To learn more about this release, see the `v1.16 Release Notes
137-
<https://github.com/mongodb/mongo-php-library/releases/tag/1.16.0>`__ on GitHub.
138-
139-
.. _php-lib-version-1.15:
140-
141-
What's New in 1.15
142-
------------------
143-
144-
- Adds new ``examples/`` and ``tools/`` directories to the library repository,
145-
which contain code snippets and scripts that may prove useful when writing
146-
or debugging applications. These directories are intended to
147-
supplement the library's existing documentation and will be added to over time.
148-
149-
- Adds various backwards compatible typing improvements throughout the
150-
library. Downstream impact for these changes are discussed in
151-
`UPGRADE-1.15.md <https://github.com/mongodb/mongo-php-library/blob/1.15.0/UPGRADE-1.15.md>`__.
152-
153-
- Integrates `Psalm <https://psalm.dev/>`__ for static analysis.
154-
155-
- Upgrades the ``mongodb`` extension requirement to 1.15.0.
156-
157-
To learn more about this release, see the `v1.15 Release Notes
158-
<https://github.com/mongodb/mongo-php-library/releases/tag/1.15.0>`__ on GitHub.
117+
<https://github.com/mongodb/mongo-php-library/releases/tag/1.17.0>`__ on GitHub.

0 commit comments

Comments
 (0)