Plugin Directory

Changeset 3123347


Ignore:
Timestamp:
07/22/2024 03:37:12 PM (21 months ago)
Author:
bycoders
Message:

Update to version 1.5.2 from GitHub

Location:
paypal-brasil-para-woocommerce
Files:
126 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • paypal-brasil-para-woocommerce/tags/1.5.2/paypal-brasil-para-woocommerce.php

    r3122166 r3123347  
    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.1
     6 * Version: 1.5.2
    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.1' );
     32    define( 'PAYPAL_PAYMENTS_VERSION', '1.5.2' );
    3333    define('WC_PAYPAL_PLUGIN_SLUG','paypal-brasil-para-woocommerce');
    3434
  • paypal-brasil-para-woocommerce/tags/1.5.2/readme.txt

    r3122166 r3123347  
    55Requires at least: 4.4
    66Tested up to: 6.4.3
    7 Stable tag: 1.5.1
     7Stable tag: 1.5.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    209209* Fixed issue with transactions processed without transaction ID.
    210210
     211= 1.5.2 =
     212* Fixed rendering of the checkout.
     213
    211214== Upgrade Notice ==
    212215
    213 = 1.5.1 =
    214 * Improved log display.
    215 * Enhanced webhook rendering.
    216 * Fixed issue with transactions processed without transaction ID.
     216= 1.5.2 =
     217* Fixed rendering of the checkout.
    217218
    218219== Screenshots ==
  • paypal-brasil-para-woocommerce/trunk/paypal-brasil-para-woocommerce.php

    r3122166 r3123347  
    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.1
     6 * Version: 1.5.2
    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.1' );
     32    define( 'PAYPAL_PAYMENTS_VERSION', '1.5.2' );
    3333    define('WC_PAYPAL_PLUGIN_SLUG','paypal-brasil-para-woocommerce');
    3434
  • paypal-brasil-para-woocommerce/trunk/readme.txt

    r3122166 r3123347  
    55Requires at least: 4.4
    66Tested up to: 6.4.3
    7 Stable tag: 1.5.1
     7Stable tag: 1.5.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    209209* Fixed issue with transactions processed without transaction ID.
    210210
     211= 1.5.2 =
     212* Fixed rendering of the checkout.
     213
    211214== Upgrade Notice ==
    212215
    213 = 1.5.1 =
    214 * Improved log display.
    215 * Enhanced webhook rendering.
    216 * Fixed issue with transactions processed without transaction ID.
     216= 1.5.2 =
     217* Fixed rendering of the checkout.
    217218
    218219== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.