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/Curcy.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -63,9 +63,9 @@
63 63 }, 10, 2 );
64 64 }
65 65
66 66 public function getTitle(): string {
67 - return __( 'CURCY Multicurrency', 'tier-pricing-table' );
67 + return 'CURCY Multicurrency';
68 68 }
69 69
70 70 public function getIconURL(): string {
71 71 return $this->getContainer()->getFileManager()->locateAsset( 'admin/integrations/curcy-icon.png' );
@@ -75,9 +75,9 @@
75 75 return 'https://ru.wordpress.org/plugins/woo-multi-currency/';
76 76 }
77 77
78 78 public function getDescription(): string {
79 - return __( 'Make the tiered pricing properly work with multiple currencies.', 'tier-pricing-table' );
79 + return __( 'Convert and display tiered pricing correctly when using the CURCY multicurrency plugin.', 'tier-pricing-table' );
80 80 }
81 81
82 82 public function getSlug(): string {
83 83 return 'curcy';