@@ -138,7 +138,6 @@ const metadata = {
138138 {
139139 feature: ' <span class="text-black dark:text-neutral-400/50 font-bold">Dark</span> and <span class="text-neutral-500 dark:text-neutral-100 font-bold">Light</span> themes' ,
140140 available: [true , true ],
141- isV6: true ,
142141 },
143142 {
144143 feature: ' Unlimited photo upload' ,
@@ -198,6 +197,11 @@ const metadata = {
198197 feature: ' Hotlink protection' ,
199198 available: [true , true ],
200199 },
200+ {
201+ feature: ' Photo rating (1 to 5 stars)' ,
202+ available: [true , true ],
203+ isV7: true ,
204+ },
201205 {
202206 feature: ' AES-Secured links' ,
203207 available: [false , true ],
@@ -219,6 +223,11 @@ const metadata = {
219223 feature: ' Smart albums' ,
220224 available: [true , true ],
221225 },
226+ {
227+ feature: ' Smart albums per user' ,
228+ available: [true , true ],
229+ isV7: true ,
230+ },
222231 {
223232 feature: ' Unlimited photos per album' ,
224233 available: [true , true ],
@@ -538,14 +547,14 @@ const metadata = {
538547 {
539548 feature: ' Statistics on your installation' ,
540549 available: [false , true ],
541- isV6: true ,
542550 },
543551
544552 {
545553 feature: ' Webshop integration ****' ,
546554 isHeader: true ,
547555 isSoon: true ,
548556 isPro: true ,
557+ isV7: true ,
549558 },
550559 {
551560 feature: ' Custom pricing (per size & license type)' ,
0 commit comments