PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | src/Integrations/Plugins/WOOCS.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -49,9 +49,9 @@
49 49 } );
50 50 }
51 51
52 52 public function getTitle(): string {
53 - return __( 'WooCommerce Currency Switcher (FOX)', 'tier-pricing-table' );
53 + return 'WooCommerce Currency Switcher (FOX)';
54 54 }
55 55
56 56 public function getIconURL(): string {
57 57 return $this->getContainer()->getFileManager()->locateAsset( 'admin/integrations/fox-icon.png' );
@@ -61,9 +61,9 @@
61 61 return 'https://wordpress.org/plugins/woocommerce-currency-switcher/';
62 62 }
63 63
64 64 public function getDescription(): string {
65 - return __( 'Make the tiered pricing properly work with multiple currencies.', 'tier-pricing-table' );
65 + return __( 'Convert and display tiered pricing correctly when using the FOX WooCommerce Currency Switcher.', 'tier-pricing-table' );
66 66 }
67 67
68 68 public function getSlug(): string {
69 69 return 'woocs';