Plugin Directory

Changeset 3047722


Ignore:
Timestamp:
03/08/2024 10:14:11 AM (2 years ago)
Author:
iplus
Message:

v 5.3.0

Location:
smallpay
Files:
37 added
8 edited

Legend:

Unmodified
Added
Removed
  • smallpay/trunk/assets/css/smallpay.css

    r2826360 r3047722  
    6161}
    6262
     63table.woocommerce-checkout-review-order-table.smallpay-table .product-name.smallpay-installment,
     64table.woocommerce-checkout-review-order-table.smallpay-table .product-name.smallpay-date {
     65    min-width: 82px;
     66}
     67
    6368table.woocommerce-checkout-review-order-table.smallpay-table .product-total.smallpay-amount {
    6469    width: 30%;
     70}
     71
     72table.woocommerce-checkout-review-order-table.smallpay-table td.product-total.smallpay-amount {
    6573    white-space: nowrap;
    6674}
  • smallpay/trunk/includes/configs/smallpay_prod.php

    r2435229 r3047722  
    11<?php
    22const SMALLPAY_URI = "public/api/sites/";
    3 const SMALLPAY_URL = "https://sell.smallpay.it/market-api/";
    4 const SMALLPAY_TOS = "https://sell.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";
     3const SMALLPAY_URL = "https://api-na.smallpay.it/market-api/";
     4const SMALLPAY_TOS = "https://api-na.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";
    55const NEXI_URL_ENV = "https://ecommerce.nexi.it/";
    66const NEXI_AMBIENTE_BUILD = "PROD";
  • smallpay/trunk/includes/configs/smallpay_staging.php

    r2435229 r3047722  
    11<?php
    22const SMALLPAY_URI = "public/api/sites/";
    3 const SMALLPAY_URL = "https://staging-market-na.smallpay.it/market-api/";
    4 const SMALLPAY_TOS = "https://sell.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";
     3const SMALLPAY_URL = "https://api-staging.smallpay.it/market-api/";
     4const SMALLPAY_TOS = "https://api-na.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";
    55const NEXI_URL_ENV = "https://int-ecommerce.nexi.it/";
    66const NEXI_AMBIENTE_BUILD = "INTEG";
  • smallpay/trunk/includes/configs/smallpay_svil.php

    r2435229 r3047722  
    11<?php
    22const SMALLPAY_URI = "public/api/sites/";
    3 const SMALLPAY_URL = "https://staging-market-na.smallpay.it/market-api/";
    4 const SMALLPAY_TOS = "https://sell.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";
     3const SMALLPAY_URL = "https://api-staging.smallpay.it/market-api/";
     4const SMALLPAY_TOS = "https://api-na.smallpay.it/market/doc/77777777-cccc-6666-9999-amxxxam350pv/INFORMATIVA_PRECONTRATTUALE.pdf";
    55const NEXI_URL_ENV = "https://int-ecommerce.nexi.it/";
    66const NEXI_AMBIENTE_BUILD = "INTEG";
  • smallpay/trunk/lang/smallpay-it_IT.po

    r2900258 r3047722  
    6868#| msgid "Enable SmallPay Payment Module."
    6969msgid "Enable SmallPay payment module."
    70 msgstr "Attiva il modulo di pagamento SmallPay"
     70msgstr "Abilita il modulo di pagamento SmallPay"
    7171
    7272#: includes/class-wc-gateway-smallpay-configuration.php:109
     
    148148msgid "Installment payment in progress (%s)"
    149149msgid_plural "Installment payment in progress (%s)"
    150 msgstr[0] "Pag.rateale in corso (%s)"
    151 msgstr[1] "Pag.rateale in corso (%s)"
     150msgstr[0] "Pagamento rateale in corso (%s)"
     151msgstr[1] "Pagamento rateale in corso (%s)"
    152152
    153153#: templates/installments_plan.php:10
  • smallpay/trunk/readme.txt

    r2900258 r3047722  
    88WC Requires at least: 3.0.0
    99WC Tested up to: 6.5.1
    10 Stable tag: 5.2.0
     10Stable tag: 5.3.0
    1111License: GNU General Public License v3.0
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    114114= 5.2.0 =
    115115 * Fixed - English translations
     116
     117= 5.2.0 =
     118 * Fixed - SmallPay environment
  • smallpay/trunk/smallpay.php

    r2900258 r3047722  
    55 * Plugin URI:
    66 * Description: Official SmallPay plugin.
    7  * Version: 5.2.0
     7 * Version: 5.3.0
    88 * Author: SmallPay Srl
    99 * Author URI: https://www.smallpay.it
     
    2222}
    2323
    24 define('SPWC_PLUGIN_VERSION', '5.2.0');
     24define('SPWC_PLUGIN_VERSION', '5.3.0');
    2525
    2626class WC_SmallPay
Note: See TracChangeset for help on using the changeset viewer.