Plugin Directory

Changeset 3307661


Ignore:
Timestamp:
06/06/2025 09:28:42 PM (10 months ago)
Author:
clearsale
Message:

Adding 3.1.7 new version for clearsale-total

Location:
clearsale-total
Files:
5 edited
18 copied

Legend:

Unmodified
Added
Removed
  • clearsale-total/tags/3.1.7/CHANGELOG.md

    r3301026 r3307661  
     1## [3.1.7] - 2025-06-06
     2
     3## Fixed
     4- Alterado o wp_schedule_single_event para envio de pedido atrasado
     5
     6
    17## [3.1.6] - 2025-03-26
    28
  • clearsale-total/tags/3.1.7/README.txt

    r3301026 r3307661  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 3.1.6
     7Stable tag: 3.1.7
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8181
    8282== Changelog ==
     83## [3.1.7] - 2025-06-06
     84
     85## Fixed
     86- Alterado o wp_schedule_single_event para envio de pedido atrasado
     87
     88
    8389## [3.1.6] - 2025-03-26
    8490
  • clearsale-total/tags/3.1.7/clearsale-total.php

    r3301026 r3307661  
    1818 * Plugin URI:        https://api.clearsale.com.br/docs/plugins/wooCommerce/totalTotalGarantidoApplication
    1919 * Description:       Integração da loja WooCommerce e a ClearSale Total. Segurança para suas vendas.
    20  * Version:           3.1.6
     20 * Version:           3.1.7
    2121 * Author:            ClearSale
    2222 * Author URI:        https://br.clear.sale
     
    5858 * Rename this for your plugin and update it as you release new versions.
    5959 */
    60 define('CLEARSALE_TOTAL_VERSION', '3.1.6');
     60define('CLEARSALE_TOTAL_VERSION', '3.1.7');
    6161
    6262/**
  • clearsale-total/tags/3.1.7/includes/class-clearsale-total-checkout.php

    r3301026 r3307661  
    452452 
    453453        $tempo = 60; // um minuto
     454        return(1);
    454455        $wl = new Clearsale_Total_Log('clearsale-total', CLEARSALE_TOTAL_VERSION);
    455456        $wl->write_log("Clearsale_Total_Checkout:Cs_total_resend_orders: Verificar envio em " . ($tempo/60) . " minuto(s) do pedido=" . $order_id);
  • clearsale-total/tags/3.1.7/includes/class-clearsale-total.php

    r3301026 r3307661  
    334334        $this->loader->add_action('woocommerce_checkout_order_processed', $plugin_checkout, 'Cs_total_checkout_order_processed', 10, 3);
    335335        $this->loader->add_action('woocommerce_thankyou', $plugin_checkout, 'Cs_total_thankyou', 20, 1);
    336         $this->loader->add_action('woocommerce_thankyou', $plugin_checkout, 'Cs_total_resend_orders', 20, 1);
     336        //$this->loader->add_action('woocommerce_thankyou', $plugin_checkout, 'Cs_total_resend_orders', 20, 1);
    337337        // registra webhook, o wp_schedule_single_event só com webhooks
    338         $this->loader->add_action('Cs_total_resend_order', $plugin_checkout, 'Cs_total_resend_order', 20, 1);
     338        //$this->loader->add_action('Cs_total_resend_order', $plugin_checkout, 'Cs_total_resend_order', 20, 1);
    339339        $this->loader->add_action('woocommerce_before_thankyou', $plugin_checkout, 'Cs_total_before_thankyou', 10, 1);
    340340        $this->loader->add_action('woocommerce_payment_complete', $plugin_checkout, 'Cs_total_payment_complete', 10, 3);
  • clearsale-total/trunk/CHANGELOG.md

    r3301026 r3307661  
     1## [3.1.7] - 2025-06-06
     2
     3## Fixed
     4- Alterado o wp_schedule_single_event para envio de pedido atrasado
     5
     6
    17## [3.1.6] - 2025-03-26
    28
  • clearsale-total/trunk/README.txt

    r3301026 r3307661  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 3.1.6
     7Stable tag: 3.1.7
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8181
    8282== Changelog ==
     83## [3.1.7] - 2025-06-06
     84
     85## Fixed
     86- Alterado o wp_schedule_single_event para envio de pedido atrasado
     87
     88
    8389## [3.1.6] - 2025-03-26
    8490
  • clearsale-total/trunk/clearsale-total.php

    r3301026 r3307661  
    1818 * Plugin URI:        https://api.clearsale.com.br/docs/plugins/wooCommerce/totalTotalGarantidoApplication
    1919 * Description:       Integração da loja WooCommerce e a ClearSale Total. Segurança para suas vendas.
    20  * Version:           3.1.6
     20 * Version:           3.1.7
    2121 * Author:            ClearSale
    2222 * Author URI:        https://br.clear.sale
     
    5858 * Rename this for your plugin and update it as you release new versions.
    5959 */
    60 define('CLEARSALE_TOTAL_VERSION', '3.1.6');
     60define('CLEARSALE_TOTAL_VERSION', '3.1.7');
    6161
    6262/**
  • clearsale-total/trunk/includes/class-clearsale-total-checkout.php

    r3301026 r3307661  
    452452 
    453453        $tempo = 60; // um minuto
     454        return(1);
    454455        $wl = new Clearsale_Total_Log('clearsale-total', CLEARSALE_TOTAL_VERSION);
    455456        $wl->write_log("Clearsale_Total_Checkout:Cs_total_resend_orders: Verificar envio em " . ($tempo/60) . " minuto(s) do pedido=" . $order_id);
  • clearsale-total/trunk/includes/class-clearsale-total.php

    r3301026 r3307661  
    334334        $this->loader->add_action('woocommerce_checkout_order_processed', $plugin_checkout, 'Cs_total_checkout_order_processed', 10, 3);
    335335        $this->loader->add_action('woocommerce_thankyou', $plugin_checkout, 'Cs_total_thankyou', 20, 1);
    336         $this->loader->add_action('woocommerce_thankyou', $plugin_checkout, 'Cs_total_resend_orders', 20, 1);
     336        //$this->loader->add_action('woocommerce_thankyou', $plugin_checkout, 'Cs_total_resend_orders', 20, 1);
    337337        // registra webhook, o wp_schedule_single_event só com webhooks
    338         $this->loader->add_action('Cs_total_resend_order', $plugin_checkout, 'Cs_total_resend_order', 20, 1);
     338        //$this->loader->add_action('Cs_total_resend_order', $plugin_checkout, 'Cs_total_resend_order', 20, 1);
    339339        $this->loader->add_action('woocommerce_before_thankyou', $plugin_checkout, 'Cs_total_before_thankyou', 10, 1);
    340340        $this->loader->add_action('woocommerce_payment_complete', $plugin_checkout, 'Cs_total_payment_complete', 10, 3);
Note: See TracChangeset for help on using the changeset viewer.