diff --git a/NEWS.md b/NEWS.md index d3410de707cd..613562e31a50 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,9 +2,10 @@ Development ----------- ### NOTICES -- None yet +- None yet ### Features +* Remove the "Add payment method" button from the trial expired message [16454](https://github.com/CartoDB/cartodb/pull/16454) * Display GeoParquet link in Catalog [16453](https://github.com/CartoDB/cartodb/pull/16453) * Display notifications about the new CARTO platform release [16352](https://github.com/CartoDB/cartodb/pull/16352) * Upgrade to deck.gl 8.5.6 [16338](https://github.com/CartoDB/cartodb/pull/16338) diff --git a/lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue b/lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue index e379b1a339f3..bdc5a1f1af10 100644 --- a/lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue +++ b/lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue @@ -14,9 +14,6 @@ v-html="$t('TrialExpired.ExpirationMessage.description.phrase2', { expirationDays: this.expirationDays } )">

- - {{ $t('TrialExpired.ExpirationMessage.actions.addPayments') }} - {{ $t('TrialExpired.ExpirationMessage.actions.deleteAccount') }} diff --git a/lib/assets/test/spec/new-dashboard/unit/specs/components/TrialExpired/__snapshots__/ExpirationMessage.spec.js.snap b/lib/assets/test/spec/new-dashboard/unit/specs/components/TrialExpired/__snapshots__/ExpirationMessage.spec.js.snap index f585f79bd9f5..e5bd52050017 100644 --- a/lib/assets/test/spec/new-dashboard/unit/specs/components/TrialExpired/__snapshots__/ExpirationMessage.spec.js.snap +++ b/lib/assets/test/spec/new-dashboard/unit/specs/components/TrialExpired/__snapshots__/ExpirationMessage.spec.js.snap @@ -11,9 +11,7 @@ exports[`ExpirationMessage.vue should render correctly with trial expired date 1 TrialExpired.ExpirationMessage.description.phrase1.withDate

TrialExpired.ExpirationMessage.description.phrase2

-
- TrialExpired.ExpirationMessage.actions.addPayments - +
@@ -31,9 +29,7 @@ exports[`ExpirationMessage.vue should render correctly without trial expired dat TrialExpired.ExpirationMessage.description.phrase1.noDate

TrialExpired.ExpirationMessage.description.phrase2

-
- TrialExpired.ExpirationMessage.actions.addPayments - +
diff --git a/package.json b/package.json index 600b93fd4158..05a5fa8c9431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cartodb-ui", - "version": "1.0.0-assets.291", + "version": "1.0.0-assets.292", "description": "CARTO UI frontend", "repository": { "type": "git",