Changeset 3382733
- Timestamp:
- 10/22/2025 03:32:50 PM (5 months ago)
- Location:
- pay-via-barion-for-woocommerce/trunk
- Files:
-
- 3 edited
-
includes/class-wc-gateway-barion-block-checkout.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pay-via-barion-for-woocommerce/trunk/includes/class-wc-gateway-barion-block-checkout.php
r3145670 r3382733 44 44 'title' => $this->gateway->title, 45 45 'description' => $this->gateway->description, 46 'logo' => $this->gateway->plugin_url().'/assets/barion- strip.svg',46 'logo' => $this->gateway->plugin_url().'/assets/barion-logo.png', 47 47 'order_button_label' =>$this->gateway->get_order_button_text() 48 48 ]; -
pay-via-barion-for-woocommerce/trunk/index.php
r3377630 r3382733 4 4 Plugin URI: http://github.com/szelpe/woocommerce-barion 5 5 Description: Adds the ability to WooCommerce to pay via Barion 6 Version: 3.8. 86 Version: 3.8.9 7 7 Author: Aron Ocsvari <ugyfelszolgalat@bitron.hu> 8 8 Author URI: https://bitron.hu -
pay-via-barion-for-woocommerce/trunk/readme.txt
r3377630 r3382733 89 89 90 90 == Changelog == 91 = 3.8.9 = 92 * Fix: Display new Barion logo on checkout blocks 91 93 = 3.8.8 = 92 94 * Update Barion logo
Note: See TracChangeset
for help on using the changeset viewer.