Plugin Directory

Changeset 2904060


Ignore:
Timestamp:
04/25/2023 06:20:34 PM (3 years ago)
Author:
smallpay
Message:

Update to version 1.0.6

Location:
apppago/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • apppago/trunk/apppago.php

    r2877284 r2904060  
    55 * Plugin URI:
    66 * Description: Official APPpago plugin.
    7  * Version: 1.0.5
     7 * Version: 1.0.6
    88 * Author: SmallPay Srl
    99 * Author URI: https://www.smallpay.it
     
    2222}
    2323
    24 define('APWC_PLUGIN_VERSION', '1.0.5');
     24define('APWC_PLUGIN_VERSION', '1.0.6');
    2525
    2626class WC_APPpago
  • apppago/trunk/assets/css/apppago.css

    r2877284 r2904060  
    33 * Plugin URI:
    44 * Description: Official APPpago plugin.
    5  * Version: 1.0.5
     5 * Version: 1.0.6
    66 * Author: SmallPay Srl
    77 * Author URI: SmallPay Srl
  • apppago/trunk/includes/class-wc-gateway-apppago-configuration.php

    r2764961 r2904060  
    143143            "10"=>10,
    144144            "11"=>11,
     145            "12"=>12,
     146            "13"=>13,
     147            "14"=>14
    145148        ];
    146149    }
  • apppago/trunk/includes/class-wc-gateway-apppago.php

    r2877284 r2904060  
    2525        $this->method_description = __('Allow the customer to pay by installments.', 'apppago');
    2626
    27         $this->module_version = '1.0.5';
     27        $this->module_version = '1.0.6';
    2828
    2929        $this->has_fields = true;
  • apppago/trunk/readme.txt

    r2877284 r2904060  
    88WC Requires at least: 3.0.0
    99WC Tested up to: 6.5.1
    10 Stable tag: 1.0.5
     10Stable tag: 1.0.6
    1111License: GNU General Public License v3.0
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.