Changeset 3495635
- Timestamp:
- 03/31/2026 01:34:36 PM (4 days ago)
- Location:
- esto-payment-methods/trunk
- Files:
-
- 3 added
- 7 edited
-
Readme.txt (modified) (2 diffs)
-
assets/i18n/esto-payment-methods-ru_RU.mo (added)
-
assets/i18n/esto-payment-methods-ru_RU.po (added)
-
assets/images/logos/esto-pay-later/ESTO_pay_later_RU.svg (added)
-
esto-payment-methods.php (modified) (1 diff)
-
includes/block-gateways/class-esto-pay-later-payment-block.php (modified) (1 diff)
-
includes/block-gateways/class-esto-payment-block.php (modified) (1 diff)
-
includes/block-gateways/class-esto-x-payment-block.php (modified) (1 diff)
-
includes/class-esto-payment.php (modified) (5 diffs)
-
includes/class-esto-x-payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
esto-payment-methods/trunk/Readme.txt
r3494688 r3495635 1 1 === ESTO payment methods === 2 2 Contributors: estogroup 3 Stable tag: 3.0.1 83 Stable tag: 3.0.19 4 4 Requires at least: 4.2 5 5 Tested up to: 6.9 … … 81 81 82 82 == Changelog == 83 = 3.0.19 = 84 * Added: Russian (ru_RU) language support — translations, locale-based logos, checkout captions aligned with official ESTO documentation 85 83 86 = 3.0.18 = 84 87 * Improved: Callbacks improvements -
esto-payment-methods/trunk/esto-payment-methods.php
r3494688 r3495635 4 4 * Plugin URI: https://www.esto.ee 5 5 * Description: Adds ESTO payment methods to webshop 6 * Version: 3.0.1 86 * Version: 3.0.19 7 7 * Author: ESTO AS 8 8 * Author URI: https://www.esto.eu -
esto-payment-methods/trunk/includes/block-gateways/class-esto-pay-later-payment-block.php
r3403858 r3495635 36 36 'lv' => $icon_base_path . 'esto-pay-later/ESTO_pay_later_LV.svg', 37 37 'lt' => $icon_base_path . 'esto-pay-later/ESTO_pay_later_LT.svg', 38 39 'ru' => $icon_base_path . 'esto-pay-later/ESTO_pay_later_RU.svg', 38 40 ), 39 41 ); -
esto-payment-methods/trunk/includes/block-gateways/class-esto-payment-block.php
r3403896 r3495635 107 107 'lv' => $icon_base_path . 'esto-hp/ESTO_hp_LV.svg', 108 108 'lt' => $icon_base_path . 'esto-hp/ESTO_hp_LT.svg', 109 110 'ru' => $icon_base_path . 'esto-hp/ESTO_hp_RU.svg', 109 111 ), 110 112 ); -
esto-payment-methods/trunk/includes/block-gateways/class-esto-x-payment-block.php
r3403858 r3495635 49 49 'lv' => $icon_base_path . "esto-x/ESTO_{$period}_LV.svg", 50 50 'lt' => $icon_base_path . "esto-x/ESTO_{$period}_LT.svg", 51 'ru' => $icon_base_path . "esto-x/ESTO_{$period}_RU.svg", 51 52 ), 52 53 ); -
esto-payment-methods/trunk/includes/class-esto-payment.php
r3403935 r3495635 244 244 'lv' => $icon_base_path . 'esto-hp/ESTO_hp_LV.svg', 245 245 'lt' => $icon_base_path . 'esto-hp/ESTO_hp_LT.svg', 246 'ru' => $icon_base_path . 'esto-hp/ESTO_hp_RU.svg', 246 247 ), 247 248 'esto_pay' => array( … … 250 251 'lv' => $icon_base_path . 'esto-pay/logo-esto_pay.svg', 251 252 'lt' => $icon_base_path . 'esto-pay/logo-esto_pay.svg', 253 'ru' => $icon_base_path . 'esto-pay/logo-esto_pay.svg', 252 254 ), 253 255 'esto_x' => array( … … 256 258 'lv' => $icon_base_path . 'esto-x/ESTO_3_LV.svg', 257 259 'lt' => $icon_base_path . 'esto-x/ESTO_3_LT.svg', 260 'ru' => $icon_base_path . 'esto-x/ESTO_3_RU.svg', 258 261 ), 259 262 'esto_card' => array( … … 262 265 'lv' => $icon_base_path . 'esto-pay/logo-esto_card.svg', 263 266 'lt' => $icon_base_path . 'esto-pay/logo-esto_card.svg', 267 'ru' => $icon_base_path . 'esto-pay/logo-esto_card.svg', 264 268 ), 265 269 'pay_later' => array( … … 268 272 'lv' => $icon_base_path . 'esto-pay-later/ESTO_pay_later_LV.svg', 269 273 'lt' => $icon_base_path . 'esto-pay-later/ESTO_pay_later_LT.svg', 274 'ru' => $icon_base_path . 'esto-pay-later/ESTO_pay_later_RU.svg', 270 275 ), 271 276 ); -
esto-payment-methods/trunk/includes/class-esto-x-payment.php
r3439262 r3495635 77 77 'lv' => 'LV', 78 78 'lt' => 'LT', 79 'ru' => 'RU', 79 80 ); 80 81 $icon_lang = $country_codes[ $current_language ] ?? 'EN';
Note: See TracChangeset
for help on using the changeset viewer.