Changeset 3199814
- Timestamp:
- 11/30/2024 09:57:48 AM (16 months ago)
- Location:
- depay-payments-for-woocommerce
- Files:
-
- 2 deleted
- 10 edited
- 1 copied
-
tags/2.12.11 (copied) (copied from depay-payments-for-woocommerce/trunk)
-
tags/2.12.11/changelog.txt (deleted)
-
tags/2.12.11/depay-woocommerce-payments.php (modified) (2 diffs)
-
tags/2.12.11/languages/depay-woocommerce-payments.pot (modified) (1 diff)
-
tags/2.12.11/package.json (modified) (1 diff)
-
tags/2.12.11/readme.txt (modified) (2 diffs)
-
tags/2.12.11/update-version.js (modified) (2 diffs)
-
trunk/changelog.txt (deleted)
-
trunk/depay-woocommerce-payments.php (modified) (2 diffs)
-
trunk/languages/depay-woocommerce-payments.pot (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/update-version.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
depay-payments-for-woocommerce/tags/2.12.11/depay-woocommerce-payments.php
r3198059 r3199814 12 12 * Requires at least: 5.8 13 13 * Requires PHP: 7.0 14 * Version: 2.12.1 014 * Version: 2.12.11 15 15 * 16 16 * @package DePay\Payments … … 22 22 define( 'DEPAY_WC_ABSPATH', __DIR__ . '/' ); 23 23 define( 'DEPAY_MIN_WC_ADMIN_VERSION', '0.23.2' ); 24 define( 'DEPAY_CURRENT_VERSION', '2.12.1 0' );24 define( 'DEPAY_CURRENT_VERSION', '2.12.11' ); 25 25 26 26 require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; -
depay-payments-for-woocommerce/tags/2.12.11/languages/depay-woocommerce-payments.pot
r3198059 r3199814 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: DePay WooCommerce Payments 2.12.1 0\n"5 "Project-Id-Version: DePay WooCommerce Payments 2.12.11\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "support@depay.com\n" -
depay-payments-for-woocommerce/tags/2.12.11/package.json
r3198059 r3199814 2 2 "name": "@depay/web3-woocommerce-depay-payments", 3 3 "moduleName": "WooCommerceDePayPayments", 4 "version": "2.12.1 0",4 "version": "2.12.11", 5 5 "description": "WooCommerce DePay plugin to accept Web3 payments directly into your wallet with on-the-fly conversion.", 6 6 "main": "./dist/umd/index.js", -
depay-payments-for-woocommerce/tags/2.12.11/readme.txt
r3198059 r3199814 3 3 Tags: web3, payments, woocommerce, depay, cryptocurrency 4 4 Requires at least: 6.0 5 Tested up to: 6. 55 Tested up to: 6.7 6 6 Requires PHP: 7.2 7 Stable tag: 2.12.1 07 Stable tag: 2.12.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 80 80 Denominate your items in crypto-currencies. 81 82 83 == Changelog == 84 85 = 2024-11-30 - v2.12.11= 86 * fix missing changelog 87 88 = 2024-11-27 - v2.12.10 = 89 * shortening plugin name: DePay for WooCommerce 90 91 = 2024-11-27 - v2.12.9 = 92 * fix redirect to payment page if signup during checkout is enabled 93 94 = 2024-11-27 - v2.12.8 = 95 * fixes checkout issues when users are creating accounts during checkout 96 97 = 2024-11-9 - v2.12.7 = 98 * fix solflare handover + fix some solana rpcs 99 100 = 2024-11-6 - v2.12.6 = 101 * fixes Solana Pay 102 103 = 2024-10-26 - v2.12.4 = 104 * fix solana timouts 105 106 = 2024-10-19 - v2.12.3 = 107 * fixes some payment data issues 108 109 = 2024-10-16 - v2.12.2 = 110 * fixes some timeouts with polygon rpcs 111 112 = 2024-10-16 - v2.12.1 = 113 * fixes plugin short description 114 115 = 2024-10-16 - v2.12.0 = 116 * upgrades widgets including multiple bux fixes 117 * adds World Chain support 118 119 = 2024-9-10 - v2.11.10 = 120 * fix loading payment options (rpc settings & rotation) 121 122 = 2024-9-5 - v2.11.9 = 123 * fix prevents deadlock: widget loading payment options forever 124 125 = 2024-8-25 - v2.11.8 = 126 * fixes plugin description text 127 128 = 2024-8-25 - v2.11.7 = 129 * fixes some minor wallet connectivity issues 130 131 = 2024-8-13 - v2.11.6 = 132 * fixes edge-case routing issues with low-liquidity tokens on Uniswap v3 133 134 = 2024-7-6 - v2.11.5 = 135 * fix widget fiat payment value display for low-liquidity edge-cases 136 137 = 2024-7-1 - v2.11.4 = 138 * fixes Solana RPC failover 139 140 = 2024-6-17 - v2.11.3 = 141 * fixes more mobile & wallet connect edgecases 142 143 = 2024-6-14 - v2.11.2 = 144 * fix missing dependency (Web3Blockchains) 145 146 = 2024-6-14 - v2.11.1 = 147 * fixes some payment tracking edge cases 148 149 = 2024-5-29 - v2.11.0 = 150 * adds debug information about ssl status 151 152 = 2024-5-20 - v2.10.12 = 153 * logs more information if checkout errors happen 154 155 = 2024-5-11 - v2.10.11 = 156 * fixes mobile wallet connectivity issues (WalletConnect) 157 158 = 2024-4-26 - v2.10.10 = 159 * more css fixes for old templates 160 161 = 2024-4-22 - v2.10.9 = 162 * fix max height blockchain icons (checkout) 163 164 = 2024-4-22 - v2.10.8 = 165 * fix checkout option width (for icons) 166 167 = 2024-4-22 - v2.10.7 = 168 * fix use standard way of displaying checkout payment icons 169 170 = 2024-4-9 - v2.10.6 = 171 * fix "tested up to" 172 173 = 2024-4-9 - v2.10.5 = 174 * fix plugin meta 175 176 = 2024-4-9 - v2.10.4 = 177 * fix some more wallet connect issues 178 179 = 2024-4-5 - v2.10.3 = 180 * fix metamask QR scan connection 181 182 = 2024-2-26 - v2.10.2 = 183 * fix onbeforeunload redirect issues 184 185 = 2024-2-26 - v2.10.1 = 186 * fix saving settings 187 188 = 2024-2-26 - v2.10.0 = 189 * adds wallet support for Magic Eden wallet and Brave (multi platform) 190 191 = 2024-2-15 - v2.9.1 = 192 * upgrade dependencies (fix polygon rpc) 193 194 = 2024-2-2 - v2.9.0 = 195 * adds transaction search to admin > DePay > transactions 196 197 = 2024-1-25 - v2.8.3 = 198 * upgrade widget: fix SolanaPay redirect 199 200 = 2024-1-25 - v2.8.2 = 201 * fix Checkout block: hide description if description is empty 202 203 = 2024-1-25 - v2.8.1 = 204 * fix reseting Api Key value in admin UI 205 206 = 2024-1-25 - v2.8.0 = 207 * allows to store DePay PRO API key to raise default request limits 208 209 = 2024-1-6 - v2.7.0 = 210 * load checkout javascript & widgets defer (to improve page speed) 211 * upgrade widgets 212 213 = 2023-12-27 - v2.6.1 = 214 * fix wrap<>unwrap payments 215 * fix passed gas 216 217 = 2023-11-29 - v2.6.0 = 218 * Adds checkout block support for DePay payment option 219 * fixes: "There are no payment methods available" 220 221 = 2023-11-16 - v2.5.7 = 222 * fixes Trust wallet mobile connection 223 224 = 2023-11-11 - v2.5.6 = 225 * replaces broken polygon rpc 226 227 = 2023-11-11 - v2.5.5 = 228 * replaces broken polygon rpc 229 230 = 2023-10-24 - v2.5.4 = 231 * fixes styling issues (for some themes) with blockchain icons on checkout page 232 233 = 2023-10-23 - v2.5.3 = 234 * fixes wrongfully "failed" payments (rare RPC error, only UI) 235 236 = 2023-10-16 - v2.5.2 = 237 * fix version 238 239 = 2023-10-16 - v2.5.1 = 240 * fixes checkout blockchain icon display 241 242 = 2023-10-15 - v2.5.0 = 243 * improves payment status polling 244 * allows to test payments in local development (via polling) 245 * allows to track payments if page is behind a firewall (via polling) 246 * adds option to delete transactions in admin/depay/transactions 247 * adds link to export transaction CSV from app.depay.com 248 249 = 2023-10-13 - v2.4.1 = 250 * fix wordpress.org graphics 251 252 = 2023-10-13 - v2.4.0 = 253 * updates wordpress.org graphics 254 255 = 2023-10-10 - v2.3.1 = 256 * fix widgets upgrade (update build, too) 257 258 = 2023-10-10 - v2.3.0 = 259 * upgrade widgets and fixes various wallet connection issues 260 261 = 2023-10-2 - v2.2.1 = 262 * migrate plugin tables to correct prefix name if instance has db prefix other than "wp_") 263 264 = 2023-9-28 - v2.2.0 = 265 * adds multi-gateway option (1 per blockchain) 266 267 = 2023-9-28 - v2.1.9 = 268 * fix: removes gateway name html code from order confirmation screen 269 270 = 2023-9-27 - v2.1.8 = 271 * removes explicit X-Wp-Nonce header 272 273 = 2023-9-27 - v2.1.7 = 274 * fixes cookie issues in cases where checkout attempt freezes 275 276 = 2023-9-25 - v2.1.6 = 277 * prevents performing a payment for an already completed order 278 279 = 2023-9-24 - v2.1.5 = 280 * fix checkout option alignment 281 282 = 2023-9-23 - v2.1.4 = 283 * fix metamask mobile connection 284 285 = 2023-9-23 - v2.1.2 = 286 * fixes checkout button (visually) 287 288 = 2023-9-19 - v2.1.1 = 289 * respect configured db prefix 290 291 = 2023-9-19 - v2.1.0 = 292 * print DB error if storing checkout fails 293 294 = 2023-9-19 - v2.0.3 = 295 * fixes checkout styling 296 297 = 2023-9-19 - v2.0.2 = 298 * fix admin transaction screen for new blockchains 299 300 = 2023-9-19 - v2.0.1 = 301 * fixes connection with Safe wallets 302 303 = 2023-9-17 - v2.0.0 = 304 * upgrades to DePay V2 305 * improved widget 306 * additional blockchain support: Fantom, Gnosis, Avalanche, Arbitrum, Optimism, Base 307 308 = 2023-8-29 - v1.19.2 = 309 * fixes setting checkout description 310 311 = 2023-8-29 - v1.19.1 = 312 * removes default value for additional description 313 314 = 2023-8-18 - v1.19.0 = 315 * adds transaction/payments filter to the DePay admin panel 316 317 = 2023-8-16 - v1.18.4 = 318 * tested with latest WordPress version 319 320 = 2023-8-16 - v1.18.3 = 321 * tested with latest WooCommerce version 322 323 = 2023-8-16 - v1.18.2 = 324 * fixes WalletConnect v2 issue 325 326 = 2023-8-16 - v1.18.1 = 327 * fixes wallet connections for wallets requiring WalletConnect v2 328 329 = 2023-8-3 - v1.18.0 = 330 * adds SolanaPay support 331 332 = 2023-7-5 - v1.17.10 = 333 * fixes metamask mobile wallet connection 334 335 = 2023-6-16 - v1.17.9 = 336 * fix polygon logo 337 * fix some solana routing (widget) 338 339 = 2023-6-12 - v1.17.8 = 340 * fix denominating in token 341 342 = 2023-6-6 - v1.17.7 = 343 * fixes error that prevents payment during checkout 344 345 = 2023-6-5 - v1.17.6 = 346 * tested up to WP 6.2 347 348 = 2023-6-5 - v1.17.5 = 349 * update widgets to fix wallet connect images 350 * fix removing tokens in admin 351 352 = 2023-6-4 - v1.17.4 = 353 * fixes images in connect wallet dialog 354 355 = 2023-6-3 - v1.17.3 = 356 * fix migration errors 357 358 = 2023-6-3 - v1.17.2 = 359 * fixes setup task recognition 360 361 = 2023-6-2 - v1.17.1 = 362 * update readme & wordpress.org assets 363 364 = 2023-6-2 - v1.17.0 = 365 * Adds Solana support & support for 1 address/token 366 367 = 2023-5-26 - v1.16.1 = 368 * removes Woo identifier to ship this plugin from Wordpress.org only 369 * fixes ui alignment of blockchain icons on the checkout page 370 371 = 2023-5-4 - v1.16.0 = 372 * HPOS compatible 373 374 = 2023-4-6 - v1.15.11 = 375 * fixes some token amount display issues 376 377 = 2023-4-6 - v1.15.10 = 378 * fix: payment validation edge-case 379 380 = 2023-4-2 - v1.15.9 = 381 * fix: item denomination in crypto currencies 382 383 = 2023-3-31 - v1.15.8 = 384 * minor widget improvements 385 386 = 2023-3-22 - v1.15.7 = 387 * fix: show switch network dialog also upon approval 388 389 = 2023-3-11 - v1.15.6 = 390 * fixes FIAT & USD conversion (UI/Widget) 391 392 = 2023-3-10 - v1.15.5 = 393 * fix timing issue with callbacks (internal) 394 395 = 2023-3-10 - v1.15.4 = 396 * fix warning when forwarding to order confirmation 397 398 = 2023-3-10 - v1.15.3 = 399 * update widgets to prevent page reload during pending payment 400 401 = 2023-3-10 - v1.15.2 = 402 * update widgets to improve "Connect a wallet" 403 * improve payment tracing 404 * log payment validation errors 405 406 = 2023-3-2 - v1.15.1 = 407 * fixes problem with Coinbase wallet 408 409 = 2023-2-28 - v1.15.0 = 410 * update widgets + add react token image to display token images in admin section properly 411 412 = 2023-2-27 - v1.14.0 = 413 * updates widgets: Improves "Connect a wallet" 414 415 = 2023-2-25 - v1.13.0 = 416 * New and improved "Connect a wallet" 417 418 = 2023-2-11 - v1.12.0 = 419 * add option to switch displayed currency (within payment widget) 420 421 = 2023-2-11 - v1.11.7 = 422 * fix: checkout with enabled token denomination & reload checkout if page reloaded 423 424 = 2023-2-10 - v1.11.6 = 425 * fix: only manual switch for WooCommerce currency 426 427 = 2023-2-6 - v1.11.5 = 428 * fix: allow payments on "Customer payment page" 429 430 = 2023-2-6 - v1.11.4 = 431 * upgrade widgets to v9.3.1 432 433 = 2023-1-31 - v1.11.3 = 434 * fixes wordpress.org meta data 435 436 = 2023-1-30 - v1.11.2 = 437 * update wording for unsupported token warning 438 439 = 2023-1-28 - v1.11.1 = 440 * fix: already set token denomination upon adding the option for the first time 441 442 = 2023-1-27 - v1.11.0 = 443 * adds crypto/token denomination 444 445 = 2023-1-26 - v1.10.1 = 446 * fix prevent error if initial token selection is empty 447 448 = 2023-1-26 - v1.10.0 = 449 * Adds help to make the right token selection in settings 450 * Allows to change payment method name (DePay, Web3, Crypto) 451 * Allows to add an additional payment method description for checkout 452 * Improves checkout performance 453 * Checks if required packages are installed (bcmath) 454 455 = 2023-1-21 - v1.9.7 = 456 * fix update values for track follows trace 457 458 = 2023-1-21 - v1.9.6 = 459 * fix timing of visual payment confirmation 460 461 = 2023-1-21 - v1.9.5 = 462 * prevent E numbers (prevent floatval) 463 464 = 2023-1-17 - v1.9.4 = 465 * fix rounding issue 466 467 = 2023-1-9 - v1.9.3 = 468 * fix vertical alignment of blockchain icons (checkout) 469 470 = 2023-1-7 - v1.9.2 = 471 * fix fetch transactions (admin) 472 473 = 2023-1-7 - v1.9.1 = 474 * hide pending transactions in the admin "transactions" tab 475 476 = 2023-1-6 - v1.9.0 = 477 * upgrades widgets to v9 478 479 = 2022-12-29 - v1.8.1 = 480 * fix: properly align blockchain logos during checkout 481 482 = 2022-12-12 - v1.8.0 = 483 * adds logs 484 485 = 2022-12-12 - v1.7.0 = 486 * add CURL, POST and GET status to debug 487 488 = 2022-12-9 - v1.6.0 = 489 * adds debug endpoint 490 491 = 2022-12-9 - v1.5.4 = 492 * fix token price conversions 493 494 = 2022-12-9 - v1.5.3 = 495 * fix: use correct data types for uuids 496 497 = 2022-12-9 - v1.5.2 = 498 * fix: prevent caching for fetching accepted payments during checkout 499 500 = 2022-11-3 - v1.5.1 = 501 * fix: allows to disable depay payment gateway in woocommerce 502 503 = 2022-10-19 - v1.5.0 = 504 * Listing on WooCommerce 505 506 = 2022-10-18 - v1.0.0 = 507 * Initial release -
depay-payments-for-woocommerce/tags/2.12.11/update-version.js
r2860619 r3199814 20 20 await replace({ files: './package.json', from: `"version": "${package.version}",`, to: `"version": "${result.version}",`}) 21 21 await replace({ files: './readme.txt', from: `Stable tag: ${package.version}`, to: `Stable tag: ${result.version}`}) 22 await replace({ files: './ changelog.txt', from: `*** DePay Web3 Payments for WooCommerce Changelog ***`, to: `*** DePay Web3 Payments for WooCommerce Changelog ***\n\n${year}-${month}-${day} - version ${result.version}\n*`})22 await replace({ files: './readme.txt', from: `== Changelog ==`, to: `== Changelog ==\n\n= ${year}-${month}-${day} - v${result.version}=\n*`}) 23 23 await replace({ files: './depay-woocommerce-payments.php', from: `* Version: ${package.version}`, to: `* Version: ${result.version}`}) 24 24 await replace({ files: './depay-woocommerce-payments.php', from: `define( 'DEPAY_CURRENT_VERSION', '${package.version}' );`, to: `define( 'DEPAY_CURRENT_VERSION', '${result.version}' );`}) … … 26 26 27 27 console.log('Dont forget to add a changelog entry!') 28 openExplorer('./ changelog.txt')28 openExplorer('./readme.txt') 29 29 }) 30 30 -
depay-payments-for-woocommerce/trunk/depay-woocommerce-payments.php
r3198059 r3199814 12 12 * Requires at least: 5.8 13 13 * Requires PHP: 7.0 14 * Version: 2.12.1 014 * Version: 2.12.11 15 15 * 16 16 * @package DePay\Payments … … 22 22 define( 'DEPAY_WC_ABSPATH', __DIR__ . '/' ); 23 23 define( 'DEPAY_MIN_WC_ADMIN_VERSION', '0.23.2' ); 24 define( 'DEPAY_CURRENT_VERSION', '2.12.1 0' );24 define( 'DEPAY_CURRENT_VERSION', '2.12.11' ); 25 25 26 26 require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; -
depay-payments-for-woocommerce/trunk/languages/depay-woocommerce-payments.pot
r3198059 r3199814 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: DePay WooCommerce Payments 2.12.1 0\n"5 "Project-Id-Version: DePay WooCommerce Payments 2.12.11\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "support@depay.com\n" -
depay-payments-for-woocommerce/trunk/package.json
r3198059 r3199814 2 2 "name": "@depay/web3-woocommerce-depay-payments", 3 3 "moduleName": "WooCommerceDePayPayments", 4 "version": "2.12.1 0",4 "version": "2.12.11", 5 5 "description": "WooCommerce DePay plugin to accept Web3 payments directly into your wallet with on-the-fly conversion.", 6 6 "main": "./dist/umd/index.js", -
depay-payments-for-woocommerce/trunk/readme.txt
r3198059 r3199814 3 3 Tags: web3, payments, woocommerce, depay, cryptocurrency 4 4 Requires at least: 6.0 5 Tested up to: 6. 55 Tested up to: 6.7 6 6 Requires PHP: 7.2 7 Stable tag: 2.12.1 07 Stable tag: 2.12.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 80 80 Denominate your items in crypto-currencies. 81 82 83 == Changelog == 84 85 = 2024-11-30 - v2.12.11= 86 * fix missing changelog 87 88 = 2024-11-27 - v2.12.10 = 89 * shortening plugin name: DePay for WooCommerce 90 91 = 2024-11-27 - v2.12.9 = 92 * fix redirect to payment page if signup during checkout is enabled 93 94 = 2024-11-27 - v2.12.8 = 95 * fixes checkout issues when users are creating accounts during checkout 96 97 = 2024-11-9 - v2.12.7 = 98 * fix solflare handover + fix some solana rpcs 99 100 = 2024-11-6 - v2.12.6 = 101 * fixes Solana Pay 102 103 = 2024-10-26 - v2.12.4 = 104 * fix solana timouts 105 106 = 2024-10-19 - v2.12.3 = 107 * fixes some payment data issues 108 109 = 2024-10-16 - v2.12.2 = 110 * fixes some timeouts with polygon rpcs 111 112 = 2024-10-16 - v2.12.1 = 113 * fixes plugin short description 114 115 = 2024-10-16 - v2.12.0 = 116 * upgrades widgets including multiple bux fixes 117 * adds World Chain support 118 119 = 2024-9-10 - v2.11.10 = 120 * fix loading payment options (rpc settings & rotation) 121 122 = 2024-9-5 - v2.11.9 = 123 * fix prevents deadlock: widget loading payment options forever 124 125 = 2024-8-25 - v2.11.8 = 126 * fixes plugin description text 127 128 = 2024-8-25 - v2.11.7 = 129 * fixes some minor wallet connectivity issues 130 131 = 2024-8-13 - v2.11.6 = 132 * fixes edge-case routing issues with low-liquidity tokens on Uniswap v3 133 134 = 2024-7-6 - v2.11.5 = 135 * fix widget fiat payment value display for low-liquidity edge-cases 136 137 = 2024-7-1 - v2.11.4 = 138 * fixes Solana RPC failover 139 140 = 2024-6-17 - v2.11.3 = 141 * fixes more mobile & wallet connect edgecases 142 143 = 2024-6-14 - v2.11.2 = 144 * fix missing dependency (Web3Blockchains) 145 146 = 2024-6-14 - v2.11.1 = 147 * fixes some payment tracking edge cases 148 149 = 2024-5-29 - v2.11.0 = 150 * adds debug information about ssl status 151 152 = 2024-5-20 - v2.10.12 = 153 * logs more information if checkout errors happen 154 155 = 2024-5-11 - v2.10.11 = 156 * fixes mobile wallet connectivity issues (WalletConnect) 157 158 = 2024-4-26 - v2.10.10 = 159 * more css fixes for old templates 160 161 = 2024-4-22 - v2.10.9 = 162 * fix max height blockchain icons (checkout) 163 164 = 2024-4-22 - v2.10.8 = 165 * fix checkout option width (for icons) 166 167 = 2024-4-22 - v2.10.7 = 168 * fix use standard way of displaying checkout payment icons 169 170 = 2024-4-9 - v2.10.6 = 171 * fix "tested up to" 172 173 = 2024-4-9 - v2.10.5 = 174 * fix plugin meta 175 176 = 2024-4-9 - v2.10.4 = 177 * fix some more wallet connect issues 178 179 = 2024-4-5 - v2.10.3 = 180 * fix metamask QR scan connection 181 182 = 2024-2-26 - v2.10.2 = 183 * fix onbeforeunload redirect issues 184 185 = 2024-2-26 - v2.10.1 = 186 * fix saving settings 187 188 = 2024-2-26 - v2.10.0 = 189 * adds wallet support for Magic Eden wallet and Brave (multi platform) 190 191 = 2024-2-15 - v2.9.1 = 192 * upgrade dependencies (fix polygon rpc) 193 194 = 2024-2-2 - v2.9.0 = 195 * adds transaction search to admin > DePay > transactions 196 197 = 2024-1-25 - v2.8.3 = 198 * upgrade widget: fix SolanaPay redirect 199 200 = 2024-1-25 - v2.8.2 = 201 * fix Checkout block: hide description if description is empty 202 203 = 2024-1-25 - v2.8.1 = 204 * fix reseting Api Key value in admin UI 205 206 = 2024-1-25 - v2.8.0 = 207 * allows to store DePay PRO API key to raise default request limits 208 209 = 2024-1-6 - v2.7.0 = 210 * load checkout javascript & widgets defer (to improve page speed) 211 * upgrade widgets 212 213 = 2023-12-27 - v2.6.1 = 214 * fix wrap<>unwrap payments 215 * fix passed gas 216 217 = 2023-11-29 - v2.6.0 = 218 * Adds checkout block support for DePay payment option 219 * fixes: "There are no payment methods available" 220 221 = 2023-11-16 - v2.5.7 = 222 * fixes Trust wallet mobile connection 223 224 = 2023-11-11 - v2.5.6 = 225 * replaces broken polygon rpc 226 227 = 2023-11-11 - v2.5.5 = 228 * replaces broken polygon rpc 229 230 = 2023-10-24 - v2.5.4 = 231 * fixes styling issues (for some themes) with blockchain icons on checkout page 232 233 = 2023-10-23 - v2.5.3 = 234 * fixes wrongfully "failed" payments (rare RPC error, only UI) 235 236 = 2023-10-16 - v2.5.2 = 237 * fix version 238 239 = 2023-10-16 - v2.5.1 = 240 * fixes checkout blockchain icon display 241 242 = 2023-10-15 - v2.5.0 = 243 * improves payment status polling 244 * allows to test payments in local development (via polling) 245 * allows to track payments if page is behind a firewall (via polling) 246 * adds option to delete transactions in admin/depay/transactions 247 * adds link to export transaction CSV from app.depay.com 248 249 = 2023-10-13 - v2.4.1 = 250 * fix wordpress.org graphics 251 252 = 2023-10-13 - v2.4.0 = 253 * updates wordpress.org graphics 254 255 = 2023-10-10 - v2.3.1 = 256 * fix widgets upgrade (update build, too) 257 258 = 2023-10-10 - v2.3.0 = 259 * upgrade widgets and fixes various wallet connection issues 260 261 = 2023-10-2 - v2.2.1 = 262 * migrate plugin tables to correct prefix name if instance has db prefix other than "wp_") 263 264 = 2023-9-28 - v2.2.0 = 265 * adds multi-gateway option (1 per blockchain) 266 267 = 2023-9-28 - v2.1.9 = 268 * fix: removes gateway name html code from order confirmation screen 269 270 = 2023-9-27 - v2.1.8 = 271 * removes explicit X-Wp-Nonce header 272 273 = 2023-9-27 - v2.1.7 = 274 * fixes cookie issues in cases where checkout attempt freezes 275 276 = 2023-9-25 - v2.1.6 = 277 * prevents performing a payment for an already completed order 278 279 = 2023-9-24 - v2.1.5 = 280 * fix checkout option alignment 281 282 = 2023-9-23 - v2.1.4 = 283 * fix metamask mobile connection 284 285 = 2023-9-23 - v2.1.2 = 286 * fixes checkout button (visually) 287 288 = 2023-9-19 - v2.1.1 = 289 * respect configured db prefix 290 291 = 2023-9-19 - v2.1.0 = 292 * print DB error if storing checkout fails 293 294 = 2023-9-19 - v2.0.3 = 295 * fixes checkout styling 296 297 = 2023-9-19 - v2.0.2 = 298 * fix admin transaction screen for new blockchains 299 300 = 2023-9-19 - v2.0.1 = 301 * fixes connection with Safe wallets 302 303 = 2023-9-17 - v2.0.0 = 304 * upgrades to DePay V2 305 * improved widget 306 * additional blockchain support: Fantom, Gnosis, Avalanche, Arbitrum, Optimism, Base 307 308 = 2023-8-29 - v1.19.2 = 309 * fixes setting checkout description 310 311 = 2023-8-29 - v1.19.1 = 312 * removes default value for additional description 313 314 = 2023-8-18 - v1.19.0 = 315 * adds transaction/payments filter to the DePay admin panel 316 317 = 2023-8-16 - v1.18.4 = 318 * tested with latest WordPress version 319 320 = 2023-8-16 - v1.18.3 = 321 * tested with latest WooCommerce version 322 323 = 2023-8-16 - v1.18.2 = 324 * fixes WalletConnect v2 issue 325 326 = 2023-8-16 - v1.18.1 = 327 * fixes wallet connections for wallets requiring WalletConnect v2 328 329 = 2023-8-3 - v1.18.0 = 330 * adds SolanaPay support 331 332 = 2023-7-5 - v1.17.10 = 333 * fixes metamask mobile wallet connection 334 335 = 2023-6-16 - v1.17.9 = 336 * fix polygon logo 337 * fix some solana routing (widget) 338 339 = 2023-6-12 - v1.17.8 = 340 * fix denominating in token 341 342 = 2023-6-6 - v1.17.7 = 343 * fixes error that prevents payment during checkout 344 345 = 2023-6-5 - v1.17.6 = 346 * tested up to WP 6.2 347 348 = 2023-6-5 - v1.17.5 = 349 * update widgets to fix wallet connect images 350 * fix removing tokens in admin 351 352 = 2023-6-4 - v1.17.4 = 353 * fixes images in connect wallet dialog 354 355 = 2023-6-3 - v1.17.3 = 356 * fix migration errors 357 358 = 2023-6-3 - v1.17.2 = 359 * fixes setup task recognition 360 361 = 2023-6-2 - v1.17.1 = 362 * update readme & wordpress.org assets 363 364 = 2023-6-2 - v1.17.0 = 365 * Adds Solana support & support for 1 address/token 366 367 = 2023-5-26 - v1.16.1 = 368 * removes Woo identifier to ship this plugin from Wordpress.org only 369 * fixes ui alignment of blockchain icons on the checkout page 370 371 = 2023-5-4 - v1.16.0 = 372 * HPOS compatible 373 374 = 2023-4-6 - v1.15.11 = 375 * fixes some token amount display issues 376 377 = 2023-4-6 - v1.15.10 = 378 * fix: payment validation edge-case 379 380 = 2023-4-2 - v1.15.9 = 381 * fix: item denomination in crypto currencies 382 383 = 2023-3-31 - v1.15.8 = 384 * minor widget improvements 385 386 = 2023-3-22 - v1.15.7 = 387 * fix: show switch network dialog also upon approval 388 389 = 2023-3-11 - v1.15.6 = 390 * fixes FIAT & USD conversion (UI/Widget) 391 392 = 2023-3-10 - v1.15.5 = 393 * fix timing issue with callbacks (internal) 394 395 = 2023-3-10 - v1.15.4 = 396 * fix warning when forwarding to order confirmation 397 398 = 2023-3-10 - v1.15.3 = 399 * update widgets to prevent page reload during pending payment 400 401 = 2023-3-10 - v1.15.2 = 402 * update widgets to improve "Connect a wallet" 403 * improve payment tracing 404 * log payment validation errors 405 406 = 2023-3-2 - v1.15.1 = 407 * fixes problem with Coinbase wallet 408 409 = 2023-2-28 - v1.15.0 = 410 * update widgets + add react token image to display token images in admin section properly 411 412 = 2023-2-27 - v1.14.0 = 413 * updates widgets: Improves "Connect a wallet" 414 415 = 2023-2-25 - v1.13.0 = 416 * New and improved "Connect a wallet" 417 418 = 2023-2-11 - v1.12.0 = 419 * add option to switch displayed currency (within payment widget) 420 421 = 2023-2-11 - v1.11.7 = 422 * fix: checkout with enabled token denomination & reload checkout if page reloaded 423 424 = 2023-2-10 - v1.11.6 = 425 * fix: only manual switch for WooCommerce currency 426 427 = 2023-2-6 - v1.11.5 = 428 * fix: allow payments on "Customer payment page" 429 430 = 2023-2-6 - v1.11.4 = 431 * upgrade widgets to v9.3.1 432 433 = 2023-1-31 - v1.11.3 = 434 * fixes wordpress.org meta data 435 436 = 2023-1-30 - v1.11.2 = 437 * update wording for unsupported token warning 438 439 = 2023-1-28 - v1.11.1 = 440 * fix: already set token denomination upon adding the option for the first time 441 442 = 2023-1-27 - v1.11.0 = 443 * adds crypto/token denomination 444 445 = 2023-1-26 - v1.10.1 = 446 * fix prevent error if initial token selection is empty 447 448 = 2023-1-26 - v1.10.0 = 449 * Adds help to make the right token selection in settings 450 * Allows to change payment method name (DePay, Web3, Crypto) 451 * Allows to add an additional payment method description for checkout 452 * Improves checkout performance 453 * Checks if required packages are installed (bcmath) 454 455 = 2023-1-21 - v1.9.7 = 456 * fix update values for track follows trace 457 458 = 2023-1-21 - v1.9.6 = 459 * fix timing of visual payment confirmation 460 461 = 2023-1-21 - v1.9.5 = 462 * prevent E numbers (prevent floatval) 463 464 = 2023-1-17 - v1.9.4 = 465 * fix rounding issue 466 467 = 2023-1-9 - v1.9.3 = 468 * fix vertical alignment of blockchain icons (checkout) 469 470 = 2023-1-7 - v1.9.2 = 471 * fix fetch transactions (admin) 472 473 = 2023-1-7 - v1.9.1 = 474 * hide pending transactions in the admin "transactions" tab 475 476 = 2023-1-6 - v1.9.0 = 477 * upgrades widgets to v9 478 479 = 2022-12-29 - v1.8.1 = 480 * fix: properly align blockchain logos during checkout 481 482 = 2022-12-12 - v1.8.0 = 483 * adds logs 484 485 = 2022-12-12 - v1.7.0 = 486 * add CURL, POST and GET status to debug 487 488 = 2022-12-9 - v1.6.0 = 489 * adds debug endpoint 490 491 = 2022-12-9 - v1.5.4 = 492 * fix token price conversions 493 494 = 2022-12-9 - v1.5.3 = 495 * fix: use correct data types for uuids 496 497 = 2022-12-9 - v1.5.2 = 498 * fix: prevent caching for fetching accepted payments during checkout 499 500 = 2022-11-3 - v1.5.1 = 501 * fix: allows to disable depay payment gateway in woocommerce 502 503 = 2022-10-19 - v1.5.0 = 504 * Listing on WooCommerce 505 506 = 2022-10-18 - v1.0.0 = 507 * Initial release -
depay-payments-for-woocommerce/trunk/update-version.js
r2860619 r3199814 20 20 await replace({ files: './package.json', from: `"version": "${package.version}",`, to: `"version": "${result.version}",`}) 21 21 await replace({ files: './readme.txt', from: `Stable tag: ${package.version}`, to: `Stable tag: ${result.version}`}) 22 await replace({ files: './ changelog.txt', from: `*** DePay Web3 Payments for WooCommerce Changelog ***`, to: `*** DePay Web3 Payments for WooCommerce Changelog ***\n\n${year}-${month}-${day} - version ${result.version}\n*`})22 await replace({ files: './readme.txt', from: `== Changelog ==`, to: `== Changelog ==\n\n= ${year}-${month}-${day} - v${result.version}=\n*`}) 23 23 await replace({ files: './depay-woocommerce-payments.php', from: `* Version: ${package.version}`, to: `* Version: ${result.version}`}) 24 24 await replace({ files: './depay-woocommerce-payments.php', from: `define( 'DEPAY_CURRENT_VERSION', '${package.version}' );`, to: `define( 'DEPAY_CURRENT_VERSION', '${result.version}' );`}) … … 26 26 27 27 console.log('Dont forget to add a changelog entry!') 28 openExplorer('./ changelog.txt')28 openExplorer('./readme.txt') 29 29 }) 30 30
Note: See TracChangeset
for help on using the changeset viewer.