Skip to content

Commit

Permalink
Update slugs based on staging Hiive data
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Oct 18, 2024
1 parent 8d513d6 commit e3dd0b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions includes/Services/PluginUpgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ public static function upgrade_extended_yith_plugin( $extended_slug ) {
// Define the list of extended YITH plugins and their corresponding premium versions.
// TODO: Replace the dummy entitlement slug 'nfd_slug_yith_paypal_payments_for_woocommerce' with actual entitlement slugs.
$yith_plugins_to_upgrade = array(
'yith-woocommerce-ajax-search' => 'nfd_slug_yith_paypal_payments_for_woocommerce',
'nfd_slug_yith_woocommerce_ajax_product_filter' => 'yith-woocommerce-ajax-product-filter-premium',
'nfd_slug_yith_woocommerce_wishlist' => 'yith-woocommerce-wishlist-premium',
'nfd_slug_yith_woocommerce_booking' => 'yith-woocommerce-booking-premium',
'nfd_slug_yith_woocommerce_gift_cards' => 'nfd_slug_yith_paypal_payments_for_woocommerce',
'yith-woocommerce-ajax-search' => 'yith-woocommerce-ajax-search',
'nfd_slug_yith_woocommerce_ajax_product_filter' => 'yith-woocommerce-ajax-product-filter',
'nfd_slug_yith_woocommerce_wishlist' => 'yith-woocommerce-wishlist',
'nfd_slug_yith_woocommerce_booking' => 'yith-woocommerce-booking',
'nfd_slug_yith_woocommerce_gift_cards' => 'yith-woocommerce-gift-cards',
'nfd_slug_yith_woocommerce_customize_myaccount_page' => 'yith-woocommerce-customize-myaccount-page',
);

Expand Down

0 comments on commit e3dd0b6

Please sign in to comment.