Skip to content

Commit

Permalink
Do not delete on install/update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Apr 15, 2024
1 parent f3e1eab commit dff37f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Vendidero\Germanized\Shipments;

use Vendidero\Germanized\Shipments\Admin\Admin;
use Vendidero\Germanized\Shipments\Interfaces\ShippingProvider;
use Vendidero\Germanized\Shipments\Labels\ConfigurationSetTrait;
use Vendidero\Germanized\Shipments\ShippingMethod\MethodHelper;
Expand All @@ -28,10 +27,6 @@ public static function install() {
} elseif ( version_compare( $current_version, '3.0.1', '<' ) ) {
self::migrate_to_configuration_sets( 'dhl' );
}

if ( version_compare( $current_version, '3.2.2', '<' ) ) {
Admin::remove_duplicate_provider_meta();
}
}

self::maybe_create_packaging();
Expand Down

0 comments on commit dff37f5

Please sign in to comment.