Changeset 3200318
- Timestamp:
- 12/01/2024 05:44:03 PM (16 months ago)
- Location:
- depay-payments
- Files:
-
- 10 edited
- 1 copied
-
tags/3.0.2 (copied) (copied from depay-payments/trunk)
-
tags/3.0.2/block.json (modified) (1 diff)
-
tags/3.0.2/core/includes/classes/class-depay-payments-block.php (modified) (1 diff)
-
tags/3.0.2/depay-payments.php (modified) (2 diffs)
-
tags/3.0.2/package.json (modified) (1 diff)
-
tags/3.0.2/readme.txt (modified) (2 diffs)
-
trunk/block.json (modified) (1 diff)
-
trunk/core/includes/classes/class-depay-payments-block.php (modified) (1 diff)
-
trunk/depay-payments.php (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
depay-payments/tags/3.0.2/block.json
r3200316 r3200318 7 7 "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 8 8 "keywords": [ "payments", "crypto", "web3", "DePay", "USDC" ], 9 "version": "3.0. 1",9 "version": "3.0.2", 10 10 "textdomain": "depay-payments", 11 11 "example": {}, -
depay-payments/tags/3.0.2/core/includes/classes/class-depay-payments-block.php
r3200311 r3200318 203 203 } 204 204 205 $currency = (empty($widgetDisplayCurrency) || $widgetDisplayCurrency === 'local') ? "" : '"currency": "'.$widgetDisplayCurrency.'" ';206 207 $html = '<div class="DePayButton" label="'.esc_html($buttonLabel).'" widget="Payment" configuration=\'{ '.$currency.' ,"title": "' . $widgetTitle . '", "style": { "colors": { "primary": "'.esc_html($widgetColorPrimary).'", "buttonText": "'.esc_html($widgetColorButtons).'", "icons": "'.esc_html($widgetColorIcons).'", "text": "'.esc_html($widgetColorText).'" }, "css": "'.esc_html($widgetCSS).'" }, "accept": '.str_replace('"', '"', esc_html($accept)).', "amount": '.json_encode($amount).' }\' css="'.esc_html($buttonCSS).'"></div><script>if(typeof DePayButtons != "undefined") { DePayButtons.init({document: document}); }</script>';205 $currency = (empty($widgetDisplayCurrency) || $widgetDisplayCurrency === 'local') ? "" : '"currency": "'.$widgetDisplayCurrency.'", '; 206 207 $html = '<div class="DePayButton" label="'.esc_html($buttonLabel).'" widget="Payment" configuration=\'{ '.$currency.' "title": "' . $widgetTitle . '", "style": { "colors": { "primary": "'.esc_html($widgetColorPrimary).'", "buttonText": "'.esc_html($widgetColorButtons).'", "icons": "'.esc_html($widgetColorIcons).'", "text": "'.esc_html($widgetColorText).'" }, "css": "'.esc_html($widgetCSS).'" }, "accept": '.str_replace('"', '"', esc_html($accept)).', "amount": '.json_encode($amount).' }\' css="'.esc_html($buttonCSS).'"></div><script>if(typeof DePayButtons != "undefined") { DePayButtons.init({document: document}); }</script>'; 208 208 209 209 return sprintf( -
depay-payments/tags/3.0.2/depay-payments.php
r3200316 r3200318 15 15 * Plugin URI: https://depay.com/plugins/wordpress 16 16 * 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. 117 * Version: 3.0.2 18 18 * License: GPL-2.0+ 19 19 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 30 30 31 31 // Plugin version 32 define( 'DEPAYPAYMENTS_VERSION', '3.0. 1' );32 define( 'DEPAYPAYMENTS_VERSION', '3.0.2' ); 33 33 34 34 // Plugin Root File -
depay-payments/tags/3.0.2/package.json
r3200316 r3200318 2 2 "name": "@depay/web3-wordpress-depay", 3 3 "moduleName": "WordpressDePayPayments", 4 "version": "3.0. 1",4 "version": "3.0.2", 5 5 "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 6 6 "main": "./dist/umd/index.js", -
depay-payments/tags/3.0.2/readme.txt
r3200316 r3200318 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 3.0. 16 Stable tag: 3.0.2 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 71 71 == Changelog == 72 72 73 = 2024-12-1 - v3.0.2 = 74 * fixes JSON parse error in some currency situations 75 73 76 = 2024-12-1 - v3.0.1 = 74 77 * change wordpress.org screenshots -
depay-payments/trunk/block.json
r3200316 r3200318 7 7 "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 8 8 "keywords": [ "payments", "crypto", "web3", "DePay", "USDC" ], 9 "version": "3.0. 1",9 "version": "3.0.2", 10 10 "textdomain": "depay-payments", 11 11 "example": {}, -
depay-payments/trunk/core/includes/classes/class-depay-payments-block.php
r3200311 r3200318 203 203 } 204 204 205 $currency = (empty($widgetDisplayCurrency) || $widgetDisplayCurrency === 'local') ? "" : '"currency": "'.$widgetDisplayCurrency.'" ';206 207 $html = '<div class="DePayButton" label="'.esc_html($buttonLabel).'" widget="Payment" configuration=\'{ '.$currency.' ,"title": "' . $widgetTitle . '", "style": { "colors": { "primary": "'.esc_html($widgetColorPrimary).'", "buttonText": "'.esc_html($widgetColorButtons).'", "icons": "'.esc_html($widgetColorIcons).'", "text": "'.esc_html($widgetColorText).'" }, "css": "'.esc_html($widgetCSS).'" }, "accept": '.str_replace('"', '"', esc_html($accept)).', "amount": '.json_encode($amount).' }\' css="'.esc_html($buttonCSS).'"></div><script>if(typeof DePayButtons != "undefined") { DePayButtons.init({document: document}); }</script>';205 $currency = (empty($widgetDisplayCurrency) || $widgetDisplayCurrency === 'local') ? "" : '"currency": "'.$widgetDisplayCurrency.'", '; 206 207 $html = '<div class="DePayButton" label="'.esc_html($buttonLabel).'" widget="Payment" configuration=\'{ '.$currency.' "title": "' . $widgetTitle . '", "style": { "colors": { "primary": "'.esc_html($widgetColorPrimary).'", "buttonText": "'.esc_html($widgetColorButtons).'", "icons": "'.esc_html($widgetColorIcons).'", "text": "'.esc_html($widgetColorText).'" }, "css": "'.esc_html($widgetCSS).'" }, "accept": '.str_replace('"', '"', esc_html($accept)).', "amount": '.json_encode($amount).' }\' css="'.esc_html($buttonCSS).'"></div><script>if(typeof DePayButtons != "undefined") { DePayButtons.init({document: document}); }</script>'; 208 208 209 209 return sprintf( -
depay-payments/trunk/depay-payments.php
r3200316 r3200318 15 15 * Plugin URI: https://depay.com/plugins/wordpress 16 16 * 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. 117 * Version: 3.0.2 18 18 * License: GPL-2.0+ 19 19 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 30 30 31 31 // Plugin version 32 define( 'DEPAYPAYMENTS_VERSION', '3.0. 1' );32 define( 'DEPAYPAYMENTS_VERSION', '3.0.2' ); 33 33 34 34 // Plugin Root File -
depay-payments/trunk/package.json
r3200316 r3200318 2 2 "name": "@depay/web3-wordpress-depay", 3 3 "moduleName": "WordpressDePayPayments", 4 "version": "3.0. 1",4 "version": "3.0.2", 5 5 "description": "Accept Web3 Crypto Payments & Donations. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", 6 6 "main": "./dist/umd/index.js", -
depay-payments/trunk/readme.txt
r3200316 r3200318 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 3.0. 16 Stable tag: 3.0.2 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 71 71 == Changelog == 72 72 73 = 2024-12-1 - v3.0.2 = 74 * fixes JSON parse error in some currency situations 75 73 76 = 2024-12-1 - v3.0.1 = 74 77 * change wordpress.org screenshots
Note: See TracChangeset
for help on using the changeset viewer.