From 07981d3ad10c0df68be5c44735af90d8a64986e4 Mon Sep 17 00:00:00 2001 From: Christer Eliasi-Swahn Date: Tue, 5 Nov 2024 14:23:17 +0100 Subject: [PATCH] docs: Corrected version numbers in future changes notes (#209) * docs: Corrected version number in enum doc note * docs: Corrected version number in SerializableEntity note --- docs/06-concepts/02-models.md | 2 +- docs/08-upgrading/03-upgrade-to-two.md | 2 +- versioned_docs/version-1.2.0/05-concepts/02-models.md | 2 +- versioned_docs/version-2.0.0/05-concepts/02-models.md | 2 +- versioned_docs/version-2.0.0/12-upgrading/01-upgrade-to-two.md | 2 +- versioned_docs/version-2.1.0/06-concepts/02-models.md | 2 +- versioned_docs/version-2.1.0/08-upgrading/03-upgrade-to-two.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/06-concepts/02-models.md b/docs/06-concepts/02-models.md index 782faf7f..103805a9 100644 --- a/docs/06-concepts/02-models.md +++ b/docs/06-concepts/02-models.md @@ -86,7 +86,7 @@ values: :::info -It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 2 of Serverpod. +It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 3 of Serverpod. ::: diff --git a/docs/08-upgrading/03-upgrade-to-two.md b/docs/08-upgrading/03-upgrade-to-two.md index 30d5a633..54e3b54d 100644 --- a/docs/08-upgrading/03-upgrade-to-two.md +++ b/docs/08-upgrading/03-upgrade-to-two.md @@ -380,7 +380,7 @@ factory ClassName.fromJson( ## Deprecation Notice for `SerializableEntity` -The `SerializableEntity` class is deprecated and will be removed in version 2.1. Please implement the `SerializableModel` interface instead for creating serializable models. +The `SerializableEntity` class is deprecated and will be removed in version 3. Please implement the `SerializableModel` interface instead for creating serializable models. ### Migration Guide diff --git a/versioned_docs/version-1.2.0/05-concepts/02-models.md b/versioned_docs/version-1.2.0/05-concepts/02-models.md index 33e35abd..47fdce8f 100644 --- a/versioned_docs/version-1.2.0/05-concepts/02-models.md +++ b/versioned_docs/version-1.2.0/05-concepts/02-models.md @@ -82,7 +82,7 @@ values: :::info -It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 2 of Serverpod. +It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 3 of Serverpod. ::: diff --git a/versioned_docs/version-2.0.0/05-concepts/02-models.md b/versioned_docs/version-2.0.0/05-concepts/02-models.md index 33e35abd..47fdce8f 100644 --- a/versioned_docs/version-2.0.0/05-concepts/02-models.md +++ b/versioned_docs/version-2.0.0/05-concepts/02-models.md @@ -82,7 +82,7 @@ values: :::info -It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 2 of Serverpod. +It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 3 of Serverpod. ::: diff --git a/versioned_docs/version-2.0.0/12-upgrading/01-upgrade-to-two.md b/versioned_docs/version-2.0.0/12-upgrading/01-upgrade-to-two.md index 30d5a633..54e3b54d 100644 --- a/versioned_docs/version-2.0.0/12-upgrading/01-upgrade-to-two.md +++ b/versioned_docs/version-2.0.0/12-upgrading/01-upgrade-to-two.md @@ -380,7 +380,7 @@ factory ClassName.fromJson( ## Deprecation Notice for `SerializableEntity` -The `SerializableEntity` class is deprecated and will be removed in version 2.1. Please implement the `SerializableModel` interface instead for creating serializable models. +The `SerializableEntity` class is deprecated and will be removed in version 3. Please implement the `SerializableModel` interface instead for creating serializable models. ### Migration Guide diff --git a/versioned_docs/version-2.1.0/06-concepts/02-models.md b/versioned_docs/version-2.1.0/06-concepts/02-models.md index 192dd1c1..d7cd3b02 100644 --- a/versioned_docs/version-2.1.0/06-concepts/02-models.md +++ b/versioned_docs/version-2.1.0/06-concepts/02-models.md @@ -82,7 +82,7 @@ values: :::info -It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 2 of Serverpod. +It's recommended to always set `serialized` to `byName` in any new Enum models, as this is less fragile and will be changed to the default setting in version 3 of Serverpod. ::: diff --git a/versioned_docs/version-2.1.0/08-upgrading/03-upgrade-to-two.md b/versioned_docs/version-2.1.0/08-upgrading/03-upgrade-to-two.md index 30d5a633..54e3b54d 100644 --- a/versioned_docs/version-2.1.0/08-upgrading/03-upgrade-to-two.md +++ b/versioned_docs/version-2.1.0/08-upgrading/03-upgrade-to-two.md @@ -380,7 +380,7 @@ factory ClassName.fromJson( ## Deprecation Notice for `SerializableEntity` -The `SerializableEntity` class is deprecated and will be removed in version 2.1. Please implement the `SerializableModel` interface instead for creating serializable models. +The `SerializableEntity` class is deprecated and will be removed in version 3. Please implement the `SerializableModel` interface instead for creating serializable models. ### Migration Guide