From 3e82e0e28a57b2b076b9ed4df96eba65d7fd4985 Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 18 Jul 2024 11:51:03 -0400 Subject: [PATCH 1/3] DOCSP-41495: php v1.20 compat updates --- docs/index.txt | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 011581689..41c33d613 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -2,7 +2,22 @@ MongoDB PHP Library =================== -.. default-domain:: mongodb +.. contents:: On this page + :local: + :backlinks: none + :depth: 1 + +.. toctree:: + :titlesonly: + + Installation + /tutorial + /upgrade + /reference + FAQ + /whats-new + +HELLO TEST The |php-library| provides a high-level abstraction around the lower-level :php:`mongodb extension `. @@ -44,6 +59,9 @@ If you have previously worked with the legacy ``mongo`` extension, it will be helpful to review the :doc:`/upgrade` for a summary of API changes between the old driver and this library. +You can view changes introduced in each version release of the +{+php-library+} in the :ref:`php-lib-whats-new` section. + New to MongoDB? --------------- @@ -59,14 +77,3 @@ encounter in the library documentation: :manual:`BSON Types ` - :manual:`MongoDB CRUD Operations ` - -.. class:: hidden - - .. toctree:: - :titlesonly: - - Installation - /tutorial - /upgrade - /reference - FAQ From 11ab0d1fb32a6a97e3c9a791deee1d5d9c81cda3 Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 18 Jul 2024 11:53:07 -0400 Subject: [PATCH 2/3] add whats new --- docs/whats-new.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/whats-new.txt diff --git a/docs/whats-new.txt b/docs/whats-new.txt new file mode 100644 index 000000000..e78c0fc25 --- /dev/null +++ b/docs/whats-new.txt @@ -0,0 +1,33 @@ +.. _php-lib-whats-new: + +========== +What's New +========== + +.. facet:: + :name: genre + :values: reference + +.. meta:: + :keywords: update, new feature, deprecation, upgrade + +.. contents:: On this page + :local: + :backlinks: none + :depth: 1 + :class: singlecol + +Learn about new features, improvements, and fixes introduced in the +following versions of the {+php-library+}: + +* :ref:`Version 1.20 ` + +.. _php-lib-version-1.20: + +What's New in 1.20 +------------------ + +.. important:: MongoDB Server v3.6 End-of-Life + + Support for MongoDB Server v3.6 is removed in this release of the + library. From beb459b49d752870d7519adb889ea04b59db74d1 Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 18 Jul 2024 11:58:30 -0400 Subject: [PATCH 3/3] edit --- docs/index.txt | 2 -- docs/whats-new.txt | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 41c33d613..1c5c6e721 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -17,8 +17,6 @@ MongoDB PHP Library FAQ /whats-new -HELLO TEST - The |php-library| provides a high-level abstraction around the lower-level :php:`mongodb extension `. diff --git a/docs/whats-new.txt b/docs/whats-new.txt index e78c0fc25..420fd640c 100644 --- a/docs/whats-new.txt +++ b/docs/whats-new.txt @@ -31,3 +31,5 @@ What's New in 1.20 Support for MongoDB Server v3.6 is removed in this release of the library. + +- Adds support for MongoDB Server v8.0. \ No newline at end of file