Changeset 3298823
- Timestamp:
- 05/22/2025 01:37:44 PM (11 months ago)
- Location:
- yookassa/trunk
- Files:
-
- 11 edited
-
README.txt (modified) (2 diffs)
-
gateway/YooKassaGateway.php (modified) (2 diffs)
-
includes/YooKassa.php (modified) (1 diff)
-
languages/yookassa-en.mo (modified) (previous)
-
languages/yookassa-en.po (modified) (1 diff)
-
languages/yookassa-en_GB.mo (modified) (previous)
-
languages/yookassa-en_GB.po (modified) (1 diff)
-
languages/yookassa-en_US.mo (modified) (previous)
-
languages/yookassa-en_US.po (modified) (1 diff)
-
languages/yookassa.pot (modified) (2 diffs)
-
yookassa.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yookassa/trunk/README.txt
r3280028 r3298823 5 5 Requires at least: 5.2 6 6 Tested up to: 6.8 7 Stable tag: 2.11. 27 Stable tag: 2.11.3 8 8 License: GPLv3 9 9 License URI: https://yoomoney.ru/doc.xml?id=527132 … … 100 100 101 101 == Changelog == 102 = 2.11.3 = 103 * Исправлен баг с автоплатежами с использованием legacy/high-perfomance хранилищами 104 * Исправлен баг с автоплатежами при очищении корзины 105 106 == Changelog == 102 107 = 2.11.2 = 103 108 * Удалено имя покупателя из второго чека -
yookassa/trunk/gateway/YooKassaGateway.php
r3210290 r3298823 403 403 $subscriptions = wcs_get_subscriptions_for_order($order); 404 404 foreach ($subscriptions as $subscription) { 405 update_post_meta( $subscription->get_id(), '_yookassa_saved_payment_id', $result->getId()); 405 $subscription->update_meta_data('_yookassa_saved_payment_id', $result->getId()); 406 $subscription->save(); 406 407 YooKassaLogger::info( 407 408 'Subscription id = '. $subscription->get_id() . 'succeeded created. Token = '. $result->getId() … … 412 413 if ($result->status == PaymentStatus::PENDING) { 413 414 $order->update_status('wc-pending'); 414 if (get_option('yookassa_force_clear_cart') == '1' ) {415 if (get_option('yookassa_force_clear_cart') == '1' && !empty($woocommerce->cart)) { 415 416 $woocommerce->cart->empty_cart(); 416 417 } -
yookassa/trunk/includes/YooKassa.php
r3280028 r3298823 55 55 { 56 56 $this->plugin_name = 'yookassa'; 57 $this->version = '2.11. 2';57 $this->version = '2.11.3'; 58 58 self::$pluginUrl = plugin_dir_url(dirname(__FILE__)); 59 59 self::$pluginPath = plugin_dir_path(dirname(__FILE__)); -
yookassa/trunk/languages/yookassa-en.po
r3280028 r3298823 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ЮKassa для WooCommerce 2.11. 2\n"5 "Project-Id-Version: ЮKassa для WooCommerce 2.11.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yookassa\n" 7 7 "POT-Creation-Date: 2025-04-15T12:18:58+00:00\n" 8 "PO-Revision-Date: 2025-0 4-15 12:23+0300\n"8 "PO-Revision-Date: 2025-05-22 14:03+0300\n" 9 9 "Last-Translator: yoomoney <cms@yoomoney.ru>\n" 10 10 "Language-Team: yoomoney <cms@yoomoney.ru>\n" -
yookassa/trunk/languages/yookassa-en_GB.po
r3280028 r3298823 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ЮKassa для WooCommerce 2.11. 2\n"5 "Project-Id-Version: ЮKassa для WooCommerce 2.11.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yookassa\n" 7 7 "POT-Creation-Date: 2025-04-15T12:18:58+00:00\n" 8 "PO-Revision-Date: 2025-0 4-15 12:25+0300\n"8 "PO-Revision-Date: 2025-05-22 14:03+0300\n" 9 9 "Last-Translator: yoomoney <cms@yoomoney.ru>\n" 10 10 "Language-Team: yoomoney <cms@yoomoney.ru>\n" -
yookassa/trunk/languages/yookassa-en_US.po
r3280028 r3298823 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ЮKassa для WooCommerce 2.11. 2\n"5 "Project-Id-Version: ЮKassa для WooCommerce 2.11.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yookassa\n" 7 7 "POT-Creation-Date: 2025-04-15T12:18:58+00:00\n" 8 "PO-Revision-Date: 2025-0 4-15 12:25+0300\n"8 "PO-Revision-Date: 2025-05-22 14:03+0300\n" 9 9 "Last-Translator: yoomoney <cms@yoomoney.ru>\n" 10 10 "Language-Team: yoomoney <cms@yoomoney.ru>\n" -
yookassa/trunk/languages/yookassa.pot
r3280028 r3298823 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: yookassa 2.11. 2\n"5 "Project-Id-Version: yookassa 2.11.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/yookassa\n" 7 "POT-Creation-Date: 2025-0 4-15T12:18:58+00:00\n"7 "POT-Creation-Date: 2025-05-22 14:01+0300\n" 8 8 "PO-Revision-Date: 2025-04-15 12:18+0300\n" 9 9 "Last-Translator: yoomoney <cms@yoomoney.ru>\n" … … 12 12 "Content-Type: text/plain; charset=UTF-8\n" 13 13 "Content-Transfer-Encoding: 8bit\n" 14 "X-Generator: Poedit 3. 4.4\n"14 "X-Generator: Poedit 3.5\n" 15 15 16 16 #. Plugin Name of the plugin -
yookassa/trunk/yookassa.php
r3280028 r3298823 16 16 * Plugin URI: https://wordpress.org/plugins/yookassa/ 17 17 * Description: Платежный модуль для работы с сервисом ЮKassa через плагин WooCommerce 18 * Version: 2.11. 218 * Version: 2.11.3 19 19 * Author: YooMoney 20 20 * Author URI: http://yookassa.ru
Note: See TracChangeset
for help on using the changeset viewer.