Plugin Directory

Changeset 3156979


Ignore:
Timestamp:
09/24/2024 01:51:21 PM (18 months ago)
Author:
monobank
Message:

Added version 3.2.1

Location:
monopay
Files:
1 added
7 deleted
4 edited
22 copied

Legend:

Unmodified
Added
Removed
  • monopay/tags/3.2.1/README.txt

    r3156961 r3156979  
    162162- фікс роботи з купонами;
    163163- додано можливість переключати фінальний статус замовлення після успішної оплати.
     164
     165= 3.2.1 - 2024-09-24  =
     166- фікс тексту в налаштуваннях модулю.
  • monopay/tags/3.2.1/includes/class-wc-mono-gateway.php

    r3156961 r3156979  
    112112            ],
    113113            'final_order_status' => [
    114                 'title' => __('Redirect URL', 'womono'),
     114                'title' => __('Order status after payment successful payment completion', 'womono'),
    115115                'type' => 'select',
    116                 'description' => __('Order status after payment successful payment completion', 'womono'),
    117116                'default' => 'completed',
    118117                'options' => [
  • monopay/tags/3.2.1/includes/classes/Api.php

    r3156961 r3156979  
    2626            'X-Token' => $this->token,
    2727            'X-Cms' => 'Wordpress/WooCommerce',
    28             'X-Cms-Version' => get_bloginfo('version') . '/' . WC()->version . '/' . '3.2.0',
     28            'X-Cms-Version' => get_bloginfo('version') . '/' . WC()->version . '/' . '3.2.1',
    2929        );
    3030
  • monopay/tags/3.2.1/monopay.php

    r3156961 r3156979  
    88 * Requires at least: 6.2
    99 * Tested up to: 6.5.4
    10  * Version: 3.2.0
     10 * Version: 3.2.1
    1111 * Requires PHP: 7.4
    1212 * Requires Plugins: woocommerce
  • monopay/trunk/README.txt

    r3156961 r3156979  
    162162- фікс роботи з купонами;
    163163- додано можливість переключати фінальний статус замовлення після успішної оплати.
     164
     165= 3.2.1 - 2024-09-24  =
     166- фікс тексту в налаштуваннях модулю.
  • monopay/trunk/includes/class-wc-mono-gateway.php

    r3156961 r3156979  
    112112            ],
    113113            'final_order_status' => [
    114                 'title' => __('Redirect URL', 'womono'),
     114                'title' => __('Order status after payment successful payment completion', 'womono'),
    115115                'type' => 'select',
    116                 'description' => __('Order status after payment successful payment completion', 'womono'),
    117116                'default' => 'completed',
    118117                'options' => [
  • monopay/trunk/includes/classes/Api.php

    r3156961 r3156979  
    2626            'X-Token' => $this->token,
    2727            'X-Cms' => 'Wordpress/WooCommerce',
    28             'X-Cms-Version' => get_bloginfo('version') . '/' . WC()->version . '/' . '3.2.0',
     28            'X-Cms-Version' => get_bloginfo('version') . '/' . WC()->version . '/' . '3.2.1',
    2929        );
    3030
  • monopay/trunk/monopay.php

    r3156961 r3156979  
    88 * Requires at least: 6.2
    99 * Tested up to: 6.5.4
    10  * Version: 3.2.0
     10 * Version: 3.2.1
    1111 * Requires PHP: 7.4
    1212 * Requires Plugins: woocommerce
Note: See TracChangeset for help on using the changeset viewer.