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