Plugin Directory

Changeset 3200330


Ignore:
Timestamp:
12/01/2024 06:05:51 PM (16 months ago)
Author:
depayfi
Message:

Update to version 3.0.3 from GitHub

Location:
depay-payments
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • depay-payments/tags/3.0.3/block.json

    r3200318 r3200330  
    77  "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…",
    88  "keywords": [ "payments", "crypto", "web3", "DePay", "USDC" ],
    9   "version": "3.0.2",
     9  "version": "3.0.3",
    1010  "textdomain": "depay-payments",
    1111  "example": {},
  • depay-payments/tags/3.0.3/core/includes/classes/class-depay-payments-block.php

    r3200318 r3200330  
    163163    $receiver = get_option('DePay_payments_receiving_wallet_address');
    164164    $widgetTitle = isset($attributes['widgetTitle']) ? $attributes['widgetTitle'] : 'Payment';
    165     $widgetAmountType = isset($attributes['paymentAmountType']) ? $attributes['paymentAmountType'] : get_option( 'DePay_payments_widget_amount_type' );
     165    $widgetAmountType = isset($attributes['paymentAmountType']) ? $attributes['paymentAmountType'] : 'fixed';
    166166    $widgetAmountCurrency = get_option( 'DePay_payments_widget_amount_currency' );
    167167    $widgetDisplayCurrency = get_option( 'DePay_payments_widget_display_currency' );
  • depay-payments/tags/3.0.3/depay-payments.php

    r3200318 r3200330  
    1515 * Plugin URI:    https://depay.com/plugins/wordpress
    1616 * Description:   Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…
    17  * Version:       3.0.2
     17 * Version:       3.0.3
    1818 * License:       GPL-2.0+
    1919 * License URI:   http://www.gnu.org/licenses/gpl-2.0.txt
     
    3030
    3131// Plugin version
    32 define( 'DEPAYPAYMENTS_VERSION', '3.0.2' );
     32define( 'DEPAYPAYMENTS_VERSION', '3.0.3' );
    3333
    3434// Plugin Root File
  • depay-payments/tags/3.0.3/package.json

    r3200318 r3200330  
    22  "name": "@depay/web3-wordpress-depay",
    33  "moduleName": "WordpressDePayPayments",
    4   "version": "3.0.2",
     4  "version": "3.0.3",
    55  "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…",
    66  "main": "./dist/umd/index.js",
  • depay-payments/tags/3.0.3/readme.txt

    r3200318 r3200330  
    44Requires at least: 5.0
    55Tested up to: 6.7
    6 Stable tag: 3.0.2
     6Stable tag: 3.0.3
    77Requires PHP: 5.6
    88License: GPLv2
     
    7171== Changelog ==
    7272
     73= 2024-12-1 - v3.0.3 =
     74* fix block configuration amountType
     75
    7376= 2024-12-1 - v3.0.2 =
    7477* fixes JSON parse error in some currency situations
  • depay-payments/trunk/block.json

    r3200318 r3200330  
    77  "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…",
    88  "keywords": [ "payments", "crypto", "web3", "DePay", "USDC" ],
    9   "version": "3.0.2",
     9  "version": "3.0.3",
    1010  "textdomain": "depay-payments",
    1111  "example": {},
  • depay-payments/trunk/core/includes/classes/class-depay-payments-block.php

    r3200318 r3200330  
    163163    $receiver = get_option('DePay_payments_receiving_wallet_address');
    164164    $widgetTitle = isset($attributes['widgetTitle']) ? $attributes['widgetTitle'] : 'Payment';
    165     $widgetAmountType = isset($attributes['paymentAmountType']) ? $attributes['paymentAmountType'] : get_option( 'DePay_payments_widget_amount_type' );
     165    $widgetAmountType = isset($attributes['paymentAmountType']) ? $attributes['paymentAmountType'] : 'fixed';
    166166    $widgetAmountCurrency = get_option( 'DePay_payments_widget_amount_currency' );
    167167    $widgetDisplayCurrency = get_option( 'DePay_payments_widget_display_currency' );
  • depay-payments/trunk/depay-payments.php

    r3200318 r3200330  
    1515 * Plugin URI:    https://depay.com/plugins/wordpress
    1616 * Description:   Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…
    17  * Version:       3.0.2
     17 * Version:       3.0.3
    1818 * License:       GPL-2.0+
    1919 * License URI:   http://www.gnu.org/licenses/gpl-2.0.txt
     
    3030
    3131// Plugin version
    32 define( 'DEPAYPAYMENTS_VERSION', '3.0.2' );
     32define( 'DEPAYPAYMENTS_VERSION', '3.0.3' );
    3333
    3434// Plugin Root File
  • depay-payments/trunk/package.json

    r3200318 r3200330  
    22  "name": "@depay/web3-wordpress-depay",
    33  "moduleName": "WordpressDePayPayments",
    4   "version": "3.0.2",
     4  "version": "3.0.3",
    55  "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…",
    66  "main": "./dist/umd/index.js",
  • depay-payments/trunk/readme.txt

    r3200318 r3200330  
    44Requires at least: 5.0
    55Tested up to: 6.7
    6 Stable tag: 3.0.2
     6Stable tag: 3.0.3
    77Requires PHP: 5.6
    88License: GPLv2
     
    7171== Changelog ==
    7272
     73= 2024-12-1 - v3.0.3 =
     74* fix block configuration amountType
     75
    7376= 2024-12-1 - v3.0.2 =
    7477* fixes JSON parse error in some currency situations
Note: See TracChangeset for help on using the changeset viewer.