Changeset 2435605
- Timestamp:
- 12/09/2020 03:06:41 PM (5 years ago)
- Location:
- smallpay/trunk
- Files:
-
- 3 edited
-
assets/js/smallpay_back.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
smallpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smallpay/trunk/assets/js/smallpay_back.js
r2385656 r2435605 51 51 }); 52 52 53 $('select.build_style'). live('change', function() {53 $('select.build_style').on('change', function() { 54 54 renderPreview($(this)); 55 55 }); 56 56 57 $('input.build_style'). live('focusout', function() {57 $('input.build_style').on('focusout', function() { 58 58 renderPreview($(this)); 59 59 }); 60 60 61 $('.info-helper'). live('click', function() {61 $('.info-helper').on('click', function() { 62 62 sistemaDefault($(this), true); 63 63 }); -
smallpay/trunk/readme.txt
r2435229 r2435605 8 8 WC Requires at least: 3.0.0 9 9 WC Tested up to: 4.7.0 10 Stable tag: 3.0. 310 Stable tag: 3.0.4 11 11 License: GNU General Public License v3.0 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 98 98 = 3.0.3 = 99 99 * Added - New SmallPay API version 100 101 = 3.0.4 = 102 * Fixed - Issue with Wordpress back office visualization -
smallpay/trunk/smallpay.php
r2435229 r2435605 5 5 * Plugin URI: 6 6 * Description: Official SmallPay plugin. 7 * Version: 3.0. 37 * Version: 3.0.4 8 8 * Author: SmallPay Srl 9 9 * Author URI: https://www.smallpay.it … … 23 23 } 24 24 25 define('SPWC_PLUGIN_VERSION', '3.0. 3');25 define('SPWC_PLUGIN_VERSION', '3.0.4'); 26 26 27 27 class WC_SmallPay
Note: See TracChangeset
for help on using the changeset viewer.