Plugin Directory

Changeset 3175030


Ignore:
Timestamp:
10/24/2024 01:53:48 PM (18 months ago)
Author:
bycoders
Message:

Update to version 1.5.6 from GitHub

Location:
paypal-brasil-para-woocommerce
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • paypal-brasil-para-woocommerce/tags/1.5.6/includes/payment-methods/class-paypal-brasil-bcdc-gateway.php

    r3170993 r3175030  
    10931093
    10941094        $error_message = str_replace('"', '', $error_data['message']);
    1095         $exception = new Exception(__("{$error_message} An unexpected error occurred, please try again. If the error persists, contact. (#56)", "paypal-brasil-para-woocommerce"));
     1095        $debug_id   = str_replace('"', '', $error_data['debug_id']);
     1096        $exception = new Exception(__("Ocorreu um erro, no CREATE_ORDER, \n
     1097                                                Mensagem original: {$error_message} \n
     1098                                                Identificador do erro: {$debug_id}", "paypal-brasil-para-woocommerce"));
    10961099        $exception->data = $exception_data;
    10971100
     
    12681271
    12691272        $error_message = str_replace('"', '', $error_data['message']);
    1270         $exception = new Exception(__("{$error_message} An unexpected error occurred, please try again. If the error persists, contact. (#56)", "paypal-brasil-para-woocommerce"));
     1273        $debug_id   = str_replace('"', '', $error_data['debug_id']);
     1274        $exception = new Exception(__("Ocorreu um erro, no CREATE_ORDER, \n
     1275                                                Mensagem original: {$error_message} \n
     1276                                                Identificador do erro: {$debug_id}", "paypal-brasil-para-woocommerce"));
    12711277        $exception->data = $exception_data;
    12721278
  • paypal-brasil-para-woocommerce/tags/1.5.6/paypal-brasil-para-woocommerce.php

    r3170993 r3175030  
    44 * Plugin Name: PayPal Brasil para WooCommerce
    55 * Description: Adicione facilmente opções de pagamento do PayPal à sua loja do WooCommerce.
    6  * Version: 1.5.5
     6 * Version: 1.5.6
    77 * Author: PayPal
    88 * Author URI: https://paypal.com.br
     
    3030    // Define files.
    3131    define( 'PAYPAL_PAYMENTS_MAIN_FILE', __FILE__ );
    32     define( 'PAYPAL_PAYMENTS_VERSION', '1.5.5' );
     32    define( 'PAYPAL_PAYMENTS_VERSION', '1.5.6' );
    3333    define('WC_PAYPAL_PLUGIN_SLUG','paypal-brasil-para-woocommerce');
    3434
  • paypal-brasil-para-woocommerce/tags/1.5.6/readme.txt

    r3170993 r3175030  
    55Requires at least: 4.4
    66Tested up to: 6.6.1
    7 Stable tag: 1.5.5
     7Stable tag: 1.5.6
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    9090
    9191== Changelog ==
     92
     93= 1.5.6 =
     94* Enhanced error messages for better clarity.
    9295
    9396= 1.5.5 =
     
    227230== Upgrade Notice ==
    228231
    229 = 1.5.5 =
     232= 1.5.6 =
    230233* Enhanced error messages for better clarity.
    231 * Fixed undefined property error in PPP.
    232 * Fixed frontend issue in transparent checkout.
    233234
    234235== Screenshots ==
  • paypal-brasil-para-woocommerce/trunk/includes/payment-methods/class-paypal-brasil-bcdc-gateway.php

    r3170993 r3175030  
    10931093
    10941094        $error_message = str_replace('"', '', $error_data['message']);
    1095         $exception = new Exception(__("{$error_message} An unexpected error occurred, please try again. If the error persists, contact. (#56)", "paypal-brasil-para-woocommerce"));
     1095        $debug_id   = str_replace('"', '', $error_data['debug_id']);
     1096        $exception = new Exception(__("Ocorreu um erro, no CREATE_ORDER, \n
     1097                                                Mensagem original: {$error_message} \n
     1098                                                Identificador do erro: {$debug_id}", "paypal-brasil-para-woocommerce"));
    10961099        $exception->data = $exception_data;
    10971100
     
    12681271
    12691272        $error_message = str_replace('"', '', $error_data['message']);
    1270         $exception = new Exception(__("{$error_message} An unexpected error occurred, please try again. If the error persists, contact. (#56)", "paypal-brasil-para-woocommerce"));
     1273        $debug_id   = str_replace('"', '', $error_data['debug_id']);
     1274        $exception = new Exception(__("Ocorreu um erro, no CREATE_ORDER, \n
     1275                                                Mensagem original: {$error_message} \n
     1276                                                Identificador do erro: {$debug_id}", "paypal-brasil-para-woocommerce"));
    12711277        $exception->data = $exception_data;
    12721278
  • paypal-brasil-para-woocommerce/trunk/paypal-brasil-para-woocommerce.php

    r3170993 r3175030  
    44 * Plugin Name: PayPal Brasil para WooCommerce
    55 * Description: Adicione facilmente opções de pagamento do PayPal à sua loja do WooCommerce.
    6  * Version: 1.5.5
     6 * Version: 1.5.6
    77 * Author: PayPal
    88 * Author URI: https://paypal.com.br
     
    3030    // Define files.
    3131    define( 'PAYPAL_PAYMENTS_MAIN_FILE', __FILE__ );
    32     define( 'PAYPAL_PAYMENTS_VERSION', '1.5.5' );
     32    define( 'PAYPAL_PAYMENTS_VERSION', '1.5.6' );
    3333    define('WC_PAYPAL_PLUGIN_SLUG','paypal-brasil-para-woocommerce');
    3434
  • paypal-brasil-para-woocommerce/trunk/readme.txt

    r3170993 r3175030  
    55Requires at least: 4.4
    66Tested up to: 6.6.1
    7 Stable tag: 1.5.5
     7Stable tag: 1.5.6
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    9090
    9191== Changelog ==
     92
     93= 1.5.6 =
     94* Enhanced error messages for better clarity.
    9295
    9396= 1.5.5 =
     
    227230== Upgrade Notice ==
    228231
    229 = 1.5.5 =
     232= 1.5.6 =
    230233* Enhanced error messages for better clarity.
    231 * Fixed undefined property error in PPP.
    232 * Fixed frontend issue in transparent checkout.
    233234
    234235== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.