@@ -3,28 +3,28 @@ import { isSameDay } from '$lib/helpers/date';
3
3
import { type BottomModalAlertItem , showBottomModalAlert } from '$lib/stores/bottom-alerts' ;
4
4
import AutoIncrementDark from '$lib/images/promos/auto-increment-dark.png' ;
5
5
import AutoIncrementLight from '$lib/images/promos/auto-increment-light.png' ;
6
- import EncryptedDatabasesDark from '$lib/images/promos/encrypted-attribute-dark.png' ;
7
- import EncryptedDatabasesLight from '$lib/images/promos/encrypted-attribute-light.png' ;
8
6
import AtomicNumericOperationsDark from '$lib/images/promos/atomic-numeric-operations-dark.png' ;
9
7
import AtomicNumericOperationsLight from '$lib/images/promos/atomic-numeric-operations-light.png' ;
8
+ import AppwriteGeneralAvailabiltyLight from '$lib/images/promos/appwrite-general-availability-light.png' ;
9
+ import AppwriteGeneralAvailabiltyDark from '$lib/images/promos/appwrite-general-availability-dark.png' ;
10
10
11
11
const listOfPromotions : BottomModalAlertItem [ ] = [ ] ;
12
12
13
13
if ( isCloud ) {
14
- const encryptedAttributePromo : BottomModalAlertItem = {
15
- id : 'modal:encrypted_attribute_announcement ' ,
14
+ const appwriteGeneralAvailabiltyPromo : BottomModalAlertItem = {
15
+ id : 'modal:appwrite_general_availability_announcement ' ,
16
16
src : {
17
- dark : EncryptedDatabasesDark ,
18
- light : EncryptedDatabasesLight
17
+ dark : AppwriteGeneralAvailabiltyDark ,
18
+ light : AppwriteGeneralAvailabiltyLight
19
19
} ,
20
- title : 'Introducing Encrypted string attribute support ' ,
21
- message : 'Encrypt string attributes at rest, directly from the Appwrite Console .' ,
20
+ title : 'Now Generally Available ' ,
21
+ message : 'After 26 months of Appwrite Cloud, we are ready to remove the beta tag .' ,
22
22
plan : 'free' ,
23
23
importance : 8 ,
24
- scope : 'project ' ,
24
+ scope : 'everywhere ' ,
25
25
cta : {
26
- text : 'Read announcement ' ,
27
- link : ( ) => 'https://appwrite.io/blog/post/announcing-encrypted-string-attributes ' ,
26
+ text : 'Learn more ' ,
27
+ link : ( ) => 'https://apwr.dev/ygTXfxA ' ,
28
28
external : true ,
29
29
hideOnClick : true
30
30
} ,
@@ -71,9 +71,9 @@ if (isCloud) {
71
71
show : true
72
72
} ;
73
73
listOfPromotions . push (
74
+ appwriteGeneralAvailabiltyPromo ,
74
75
atomicNumericOperationsPromo ,
75
- autoIncrementPromo ,
76
- encryptedAttributePromo
76
+ autoIncrementPromo
77
77
) ;
78
78
}
79
79
0 commit comments