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/AeliaMulticurrency.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -30,9 +30,9 @@
30 30 }, 9999, 2 );
31 31 }
32 32
33 33 public function getTitle(): string {
34 - return __( 'Aelia Multicurrency', 'tier-pricing-table' );
34 + return 'Aelia Multicurrency';
35 35 }
36 36
37 37 public function getAuthorURL(): string {
38 38 return 'https://aelia.co/shop/currency-switcher-woocommerce/';
@@ -42,9 +42,9 @@
42 42 return $this->getContainer()->getFileManager()->locateAsset( 'admin/integrations/aelia-icon.svg' );
43 43 }
44 44
45 45 public function getDescription(): string {
46 - return __( 'Make the tiered pricing properly work with multiple currencies.', 'tier-pricing-table' );
46 + return __( 'Convert and display tiered pricing correctly when using the Aelia Currency Switcher.', 'tier-pricing-table' );
47 47 }
48 48
49 49 public function getSlug(): string {
50 50 return 'aelia-multicurrency';