Plugin Directory

Changeset 2435605


Ignore:
Timestamp:
12/09/2020 03:06:41 PM (5 years ago)
Author:
iplus
Message:

v 3.0.4

Location:
smallpay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • smallpay/trunk/assets/js/smallpay_back.js

    r2385656 r2435605  
    5151  });
    5252
    53   $('select.build_style').live('change', function() {
     53  $('select.build_style').on('change', function() {
    5454    renderPreview($(this));
    5555  });
    5656
    57   $('input.build_style').live('focusout', function() {
     57  $('input.build_style').on('focusout', function() {
    5858    renderPreview($(this));
    5959  });
    6060
    61   $('.info-helper').live('click', function() {
     61  $('.info-helper').on('click', function() {
    6262    sistemaDefault($(this), true);
    6363  });
  • smallpay/trunk/readme.txt

    r2435229 r2435605  
    88WC Requires at least: 3.0.0
    99WC Tested up to: 4.7.0
    10 Stable tag: 3.0.3
     10Stable tag: 3.0.4
    1111License: GNU General Public License v3.0
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9898= 3.0.3 =
    9999 * Added - New SmallPay API version
     100 
     101= 3.0.4 =
     102 * Fixed - Issue with Wordpress back office visualization
  • smallpay/trunk/smallpay.php

    r2435229 r2435605  
    55 * Plugin URI:
    66 * Description: Official SmallPay plugin.
    7  * Version: 3.0.3
     7 * Version: 3.0.4
    88 * Author: SmallPay Srl
    99 * Author URI: https://www.smallpay.it
     
    2323}
    2424
    25 define('SPWC_PLUGIN_VERSION', '3.0.3');
     25define('SPWC_PLUGIN_VERSION', '3.0.4');
    2626
    2727class WC_SmallPay
Note: See TracChangeset for help on using the changeset viewer.