Skip to content

Commit

Permalink
Merge branch 'bucket/plugin-consolidation' into fix/EVA-144-Change-Te…
Browse files Browse the repository at this point in the history
…xt-Domain
  • Loading branch information
pattihis authored Jun 24, 2024
2 parents c315d2c + 5e4590e commit 231912f
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 76 deletions.
3 changes: 0 additions & 3 deletions src/Tribe/Admin/Help_Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,6 @@ public function get_calendar_products() {
'events-calendar-pro',
'tribe-filterbar',
'event-aggregator',
'event-automator',
'events-virtual',
'event-schedule-manager',
]
);
Expand Down Expand Up @@ -1206,7 +1204,6 @@ public function get_ticketing_products() {
'event-tickets-plus',
'tribe-eventbrite',
'promoter',
'event-tickets-wallet-plus',
]
);
}
Expand Down
3 changes: 0 additions & 3 deletions src/Tribe/App_Shop.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,9 @@ private function get_all_products() {
$products = [
'the-events-calendar' => (object) $all_products['the-events-calendar'],
'events-calendar-pro' => (object) $all_products['events-calendar-pro'],
'events-virtual' => (object) $all_products['events-virtual'],
'event-aggregator' => (object) $all_products['event-aggregator'],
'event-automator' => (object) $all_products['event-automator'],
'event-tickets' => (object) $all_products['event-tickets'],
'event-tickets-plus' => (object) $all_products['event-tickets-plus'],
'event-tickets-wallet-plus' => (object) $all_products['event-tickets-wallet-plus'],
'promoter' => (object) $all_products['promoter'],
'tribe-filterbar' => (object) $all_products['tribe-filterbar'],
'events-community' => (object) $all_products['events-community'],
Expand Down
60 changes: 0 additions & 60 deletions src/Tribe/Plugins_API.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,26 +61,6 @@ public function get_products() {
'free' => false,
'active_installs' => 20000,
],
'event-automator' => [
'title' => __( 'Event Automator', 'tribe-common' ),
'slug' => 'event-automator',
'link' => 'https://evnt.is/1bc7',
'plugin-dir' => 'event-automator',
'main-file' => 'event-automator.php',
'description' => __( 'Automate your event workflow with Zapier—no code required!', 'tribe-common' ),
'description-help' => __( 'Connect The Events Calendar and Event Tickets with thousands of the most popular apps.', 'tribe-common' ),
'features' => [
__( 'Lead Management', 'tribe-common' ),
__( 'Communication Outreach', 'tribe-common' ),
__( 'Internal Processes', 'tribe-common' ),
__( 'Data Management', 'tribe-common' ),
],
'image' => 'images/shop/automator.svg',
'logo' => 'images/logo/event-automator.svg',
'is_installed' => class_exists( 'TEC\Event_Automator\Plugin' ),
'free' => false,
'active_installs' => 0,
],
'events-calendar-pro' => [
'title' => __( 'Events Calendar Pro', 'tribe-common' ),
'slug' => 'events-calendar-pro',
Expand Down Expand Up @@ -263,46 +243,6 @@ public function get_products() {
'free' => false,
'active_installs' => 2500,
],
'events-virtual' => [
'title' => __( 'Virtual Events', 'tribe-common' ),
'slug' => 'events-virtual',
'link' => 'http://evnt.is/virtual-events',
'plugin-dir' => 'events-virtual',
'main-file' => 'events-virtual.php',
'description' => __( 'Features to optimize your calendar for virtual events.', 'tribe-common' ),
'description-help' => __( 'Highlight virtual events on you calendar and integrate with your favorite online meeting tools.', 'tribe-common' ),
'features' => [
__( 'Zoom integration', 'tribe-common' ),
__( 'Virtual event labels', 'tribe-common' ),
__( 'Status control for canceled or postponed events', 'tribe-common' ),
__( 'Embed livestreams and videos', 'tribe-common' ),
],
'image' => 'images/shop/virtual-events.jpg',
'logo' => 'images/logo/virtual-events.svg',
'is_installed' => defined( 'EVENTS_VIRTUAL_FILE' ),
'free' => false,
'active_installs' => 2500,
],
'event-tickets-wallet-plus' => [
'title' => __( 'Wallet Plus', 'tribe-common' ),
'slug' => 'event-tickets-wallet-plus',
'link' => 'https://evnt.is/1bd7',
'plugin-dir' => 'event-tickets-wallet-plus',
'main-file' => 'event-tickets-wallet-plus.php',
'description' => __( 'Make it simple for your attendees to save and find their tickets.', 'tribe-common' ),
'description-help' => __( 'Allow event attendees to save their tickets to digital wallets.', 'tribe-common' ),
'features' => [
__( 'Flexible ticket formats', 'tribe-common' ),
__( 'Easy day-of-event management', 'tribe-common' ),
__( 'Email and checkout integration', 'tribe-common' ),
__( 'Ticket portability', 'tribe-common' ),
],
'image' => 'images/shop/wallet-plus.jpg',
'logo' => 'images/logo/wallet-plus.svg',
'is_installed' => defined( 'EVENT_TICKETS_WALLET_FILE' ),
'free' => false,
'active_installs' => 0,
],
'event-schedule-manager' => [
'title' => __( 'Event Schedule Manager', 'tribe-common' ),
'slug' => 'event-schedule-manager',
Expand Down
7 changes: 1 addition & 6 deletions src/admin-views/help-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ class="tribe-events-admin-kb-card__image"
<?php esc_html_e( 'Filter Bar', 'tribe-common' ); ?>
</a>
</li>
<li>
<a href="https://evnt.is/1ape" target="_blank" rel="noopener noreferrer">
<?php esc_html_e( 'Virtual Events', 'tribe-common' ); ?>
</a>
</li>
</ul>
</div>

Expand Down Expand Up @@ -247,4 +242,4 @@ class="tribe-events-admin-kb-card__image"
</div>
<?php endforeach; ?>
</div>
</div>
</div>
1 change: 0 additions & 1 deletion src/resources/images/logo/event-automator.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/resources/images/logo/virtual-events.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/resources/images/logo/wallet-plus.svg

This file was deleted.

Loading

0 comments on commit 231912f

Please sign in to comment.