Plugin Directory

Changeset 2746850


Ignore:
Timestamp:
06/23/2022 07:46:04 AM (4 years ago)
Author:
aplazame
Message:

tagging version v3.6.2

Location:
aplazame
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • aplazame/tags/v3.6.2/README.txt

    r2647768 r2746850  
    33Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
    44Requires at least: 4.0.1
    5 Tested up to: 5.8.2
     5Tested up to: 6.0.0
    66Requires PHP: 5.3.0
    7 Stable tag: 3.6.0
     7Stable tag: 3.6.2
    88License: BSD-3-Clause
    99License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
     
    7878== Changelog ==
    7979
     80#### [v3.6.1](https://github.com/aplazame/woocommerce/tree/v3.6.1) (2022-06-20)
     81
     82* [ADD] Show/hide alternative widget option.
     83
    8084#### [v3.6.0](https://github.com/aplazame/woocommerce/tree/v3.6.0) (2021-12-22)
    8185
  • aplazame/tags/v3.6.2/aplazame.php

    r2647768 r2746850  
    33 * Plugin Name: Aplazame
    44 * Plugin URI: https://github.com/aplazame/woocommerce
    5  * Version: 3.6.0
     5 * Version: 3.6.2
    66 * Description: Aplazame offers a payment method to receive funding for the purchases.
    77 * Author: Aplazame
     
    1212 *
    1313 * WC requires at least: 2.3
    14  * WC tested up to: 6.0.0
     14 * WC tested up to: 6.6.0
    1515 *
    1616 * License: GNU General Public License v3.0
     
    2626
    2727class WC_Aplazame {
    28     const VERSION      = '3.6.0';
     28    const VERSION      = '3.6.2';
    2929    const METHOD_ID    = 'aplazame';
    3030    const METHOD_TITLE = 'Aplazame';
  • aplazame/tags/v3.6.2/i18n/languages/aplazame.pot

    r2647768 r2746850  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Aplazame v3.6.0\n"
     9"Project-Id-Version: Aplazame v3.6.2\n"
    1010"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
    11 "POT-Creation-Date: 2021-12-22 10:38+0000\n"
     11"POT-Creation-Date: 2022-06-20 12:15+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • aplazame/tags/v3.6.2/lib/Aplazame/Aplazame/BusinessModel/Checkout.php

    r2454923 r2746850  
    99        $apiRouter = WC()->api_request_url( 'aplazame' );
    1010
    11         $merchant                       = new stdClass();
    12         $merchant->ko_url               = html_entity_decode( $order->get_cancel_order_url() );
    13         $merchant->dismiss_url          = html_entity_decode( $checkout_url );
    14         $merchant->success_url          = html_entity_decode( $order->get_checkout_order_received_url() );
    15         $merchant->pending_url          = $merchant->success_url;
    16         $merchant->notification_url     = add_query_arg( array( 'path' => '/confirm/' ), $apiRouter );
    17         $merchant->customer_history_url = add_query_arg( array( 'path' => '/order/history/' ), $apiRouter );
     11        $merchant                   = new stdClass();
     12        $merchant->ko_url           = html_entity_decode( $order->get_cancel_order_url() );
     13        $merchant->dismiss_url      = html_entity_decode( $checkout_url );
     14        $merchant->success_url      = html_entity_decode( $order->get_checkout_order_received_url() );
     15        $merchant->pending_url      = $merchant->success_url;
     16        $merchant->notification_url = add_query_arg( array( 'path' => '/confirm/' ), $apiRouter );
    1817
    1918        $checkout           = new self();
  • aplazame/trunk/README.txt

    r2647768 r2746850  
    33Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
    44Requires at least: 4.0.1
    5 Tested up to: 5.8.2
     5Tested up to: 6.0.0
    66Requires PHP: 5.3.0
    7 Stable tag: 3.6.0
     7Stable tag: 3.6.2
    88License: BSD-3-Clause
    99License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
     
    7878== Changelog ==
    7979
     80#### [v3.6.1](https://github.com/aplazame/woocommerce/tree/v3.6.1) (2022-06-20)
     81
     82* [ADD] Show/hide alternative widget option.
     83
    8084#### [v3.6.0](https://github.com/aplazame/woocommerce/tree/v3.6.0) (2021-12-22)
    8185
  • aplazame/trunk/aplazame.php

    r2647768 r2746850  
    33 * Plugin Name: Aplazame
    44 * Plugin URI: https://github.com/aplazame/woocommerce
    5  * Version: 3.6.0
     5 * Version: 3.6.2
    66 * Description: Aplazame offers a payment method to receive funding for the purchases.
    77 * Author: Aplazame
     
    1212 *
    1313 * WC requires at least: 2.3
    14  * WC tested up to: 6.0.0
     14 * WC tested up to: 6.6.0
    1515 *
    1616 * License: GNU General Public License v3.0
     
    2626
    2727class WC_Aplazame {
    28     const VERSION      = '3.6.0';
     28    const VERSION      = '3.6.2';
    2929    const METHOD_ID    = 'aplazame';
    3030    const METHOD_TITLE = 'Aplazame';
  • aplazame/trunk/i18n/languages/aplazame.pot

    r2647768 r2746850  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Aplazame v3.6.0\n"
     9"Project-Id-Version: Aplazame v3.6.2\n"
    1010"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
    11 "POT-Creation-Date: 2021-12-22 10:38+0000\n"
     11"POT-Creation-Date: 2022-06-20 12:15+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • aplazame/trunk/lib/Aplazame/Aplazame/BusinessModel/Checkout.php

    r2454923 r2746850  
    99        $apiRouter = WC()->api_request_url( 'aplazame' );
    1010
    11         $merchant                       = new stdClass();
    12         $merchant->ko_url               = html_entity_decode( $order->get_cancel_order_url() );
    13         $merchant->dismiss_url          = html_entity_decode( $checkout_url );
    14         $merchant->success_url          = html_entity_decode( $order->get_checkout_order_received_url() );
    15         $merchant->pending_url          = $merchant->success_url;
    16         $merchant->notification_url     = add_query_arg( array( 'path' => '/confirm/' ), $apiRouter );
    17         $merchant->customer_history_url = add_query_arg( array( 'path' => '/order/history/' ), $apiRouter );
     11        $merchant                   = new stdClass();
     12        $merchant->ko_url           = html_entity_decode( $order->get_cancel_order_url() );
     13        $merchant->dismiss_url      = html_entity_decode( $checkout_url );
     14        $merchant->success_url      = html_entity_decode( $order->get_checkout_order_received_url() );
     15        $merchant->pending_url      = $merchant->success_url;
     16        $merchant->notification_url = add_query_arg( array( 'path' => '/confirm/' ), $apiRouter );
    1817
    1918        $checkout           = new self();
Note: See TracChangeset for help on using the changeset viewer.