Changeset 3371148
- Timestamp:
- 10/01/2025 02:08:17 PM (6 months ago)
- Location:
- monei
- Files:
-
- 10 edited
- 1 copied
-
tags/6.3.11 (copied) (copied from monei/trunk)
-
tags/6.3.11/README.md (modified) (2 diffs)
-
tags/6.3.11/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
tags/6.3.11/readme.txt (modified) (3 diffs)
-
tags/6.3.11/vendor/composer/installed.php (modified) (2 diffs)
-
tags/6.3.11/woocommerce-gateway-monei.php (modified) (1 diff)
-
trunk/README.md (modified) (2 diffs)
-
trunk/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woocommerce-gateway-monei.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monei/tags/6.3.11/README.md
r3371147 r3371148 4 4 **Requires at least:** 5.0 5 5 **Tested up to:** 6.8 6 **Stable tag:** 6.3. 86 **Stable tag:** 6.3.10 7 7 **Requires PHP:** 7.2 8 8 **License:** GPLv2 or later … … 106 106 ## Changelog ## 107 107 108 108 ### v6.3.10 - 2025-10-01 ### 109 * fix: correct changelog template to show actual 6.3.8 release (0efe693) 110 * chore: release v6.3.10 (86d825a) 111 * chore: update CHANGELOG.md with corrected tag hash (f9b0dfa) 112 113 114 ### v6.3.9 - 2025-10-01 ### 115 * Fix amount when checkout data is updated (2013a03) 116 * Fix card input style (6c12a5a) 117 * Remove minified assets from vcs (5a6fd99) 118 * Update monei sdk (38a134a) 119 * Update setUserAgent to include comment (f6d85df) 120 * chore: add auto-generated CHANGELOG.md (50e9983) 121 * chore: auto-remove README.md after generation (b299478) 122 * chore: modernize build and release pipeline (21384f0) 123 * chore: release v6.3.9 (79b2f41) 124 * chore: remove redundant changelog.txt (1703044) 125 * chore: remove unnecessary README.md auto-deletion (86c727e) 126 * chore: setup automated changelog generation (e83b384) 127 * fix: properly configure changelog generation with placeholder (2cefc8c) 128 * fix: remove version limit from changelog generation (cfe33a3) 129 * fix: run changelog generation after tag creation (f9aedb5) 130 * fix: specify main plugin file for generate-wp-readme (f93edd3) 131 * fix: update 6.3.9 changelog entry with correct date and content (6050b35) 132 * refactor: move release-it config to separate file (18bf445) 133 * docs: document changelog generation system (3217a25) 134 135 136 ### v6.3.8 - 2025-09-10 ### 137 * Add 3ds credit card automated tests (0c7faf9) 138 * Add api key and method visibility tests (cf6615a) 139 * Add Bizum processor (d266a94) 140 * Add bizum success and fail (80909a4) 141 * Add cc vaulting tests (a955cb4) 142 * Add data-testid (11abfd9) 143 * Add e2e tests for transactions (ca8c7c5) 144 * Add google tests (ceab68d) 145 * Add missing space in webhook notice (4d4a5a1) 146 * Add order to clean up (0f6d32e) 147 * add pay-order-page tests (1083afc) 148 * Add PayPal processor tests (8ced045) 149 * Add settings shortcut to plugins page (dbcd179) 150 * Add transaction component no 3ds working (3a3f6ff) 151 * Add transaction hosted working (51330f9) 152 * Add user setup (54fe52e) 153 * Call hook directly (fe83d7e) 154 * Extract method (6485670) 155 * Fix incorrect method call and ignored return value (898c83d) 156 * Fix pages and product creation (3846588) 157 * Global setup create products (3a8e0ef) 158 * Improve token creation (7857d47) 159 * Log in case of error (14380b8) 160 * Migrate keys in case no credit card setting was saved (0f9efa0) 161 * Refactor apple-google and cc scripts into react components (fda37d4) 162 * Refactor ApplePay and GooglePay into separate gateway (44fa266) 163 * Refactor to reduce db calls (1b1432d) 164 * Remove automated tests from this PR (302c9af) 165 * Remove log and follow convention (ee74140) 166 * remove logs (9ca86e9) 167 * Remove looking into settings again when updating keys (e484889) 168 * Remove old payment methods transients on activation and update (c1cbad1) 169 * Revert version to 6.3.6 in package.json (6edd048) 170 * Set user agent in client after instantiation (a23d91c) 171 * Update after:bump hook in package.json to remove build command (c1d8f31) 172 * Update changelog (544f709) 173 * Update changelog (4279361) 174 * Update dependencies (d1d8323) 175 * Update package manager version (ab66343) 176 * Update package version to 6.3.6 (859bde9) 177 * Update plugin version for 6.3.7 release (f00178c) 178 * Update tests (6626d08) 179 * Update tests (116fbfb) 180 * Update to 6.3.6 version for release (e60b6ac) 181 * Update version number (4bb2309) 182 * Update version number (9966921) 183 * Update version number (1276822) 184 * Update version to 6.3.7 in readme and package.json (279670b) 185 * Uppercase Key in API Key (1d263b1) 186 * Use rounding (cb79abd) 187 * Use Woo api client (9c5362d) 188 * chore: release v6.3.8 (9bed803) 189 190 191 ### v6.3.5 - 2025-06-04 ### 192 * Add 30 seconds caching (73a4d1a) 193 * Change payment methods check to sdk (5e045eb) 194 * Remove cofidis (fef0d3b) 195 * Require php 7.4 for the package (841acfb) 196 * Update version to 6.3.5 for release (ba2437a) 197 198 199 ### v6.3.4 - 2025-05-30 ### 200 * Copy old keys only when no new keys are there (14b066f) 201 * Declare $handler to avoid dynamic-property deprecation (0a4aa60) 202 * Delete old key options (131f7f8) 203 * Do not load script if there is redirect flow setting (64f7135) 204 * Do not load script if there is redirect flow setting (0265b73) 205 * Fix live account description (aa3005c) 206 * Fix subscription check when no subscription present (c23050e) 207 * Get correct account id for classic checkout (865d23d) 208 * Remove bizum and google/apple when subs (b4c7df6) 209 * Remove redundant parameter() call and simplify factory (404e237) 210 * Return boolean when cart has subscription with yith (5852018) 211 * Send correct token to PayPal component (d0c74fa) 212 * Show API key settings button even no gateway available (fdec15c) 213 * Show CC when subscription in Block (2f851a5) 214 * Update changelog, readme and version (474c3c6) 215 * Update date for release (b2182d5) 216 * Update readme (0432ba0) 217 * Update readme (91ac9bc) 218 * Update tested version (6138a3a) 219 * Update version for release 6.3.4 (636bbda) 220 * Update version to 6.3.3 (0e0c71a) 221 * Use central API key for PayPal method (0132a7c) 222 * Use different accountId depending on selector (712c295) 223 * Use empty string if API option is missing (74d88ca) 224 225 226 ### v6.3.1 - 2025-04-24 ### 227 * Bail on renewal if already processing (718bc42) 228 * Fix change payment method in my account (48e2f07) 229 * Fix CS (b84f8ed) 230 * Refactor to integrate with YITH subscriptions (d94ea68) 231 * Update to release version to 6.3.0 (790b5f6) 232 * Use 2 API keys (97fdd93) 233 234 235 ### v6.2.1 - 2025-04-07 ### 236 * Modify composer dependency installation (a8082b1) 237 * Update plugin version (caf01fb) 238 * Update release action to use composer no-dev (0063b26) 239 * Update SDK version to V2 (5cc7cb8) 240 * Use ramsey/composer-install (8927c67) 241 242 243 ### v6.2.0 - 2025-02-18 ### 244 * Add autoload and container (eb943be) 245 * Add notice if gateway disabled in dashboard (2ad3517) 246 * Add PayPal in blocks (c163d58) 247 * Add Requires php to readme (51a6877) 248 * Add services to handle blocks creation (c79e774) 249 * Add services to handle paymentmethods API call (35174dd) 250 * Add wp cs standard rules and run cbf (d54055c) 251 * Bail if no nonce (c260fee) 252 * Button renders and closes (f460e47) 253 * Check directory is string before using (aba5560) 254 * Check file before including (59af5fb) 255 * Fix card message in hosted (b4fa074) 256 * Fix CS (19d9441) 257 * Fix CS (24e498c) 258 * Fix error when index missing (a5a357e) 259 * Fix errors (95fb7ff) 260 * Fix errors and warnings (f5566cc) 261 * Fix icon url (6f0299a) 262 * Fix place order button locator (1123995) 263 * Fix template path error (46071b0) 264 * Fix webhooks (c10bb15) 265 * Hide settings tab (d58ed31) 266 * Import classes (752a907) 267 * Load css script in admin (f4611f9) 268 * Move to src folders and standard names (7a24a42) 269 * Put review link in header (c8e0fe6) 270 * Remove extra links in banner (cf50738) 271 * Remove includes and use classes and container (a9c2588) 272 * Show correct icon w/ apple google (0bf61ec) 273 * Show method only if enabled (8afcd97) 274 * Update branch with cs fixes (494ec57) 275 * Update changelog in dedicated file (a719a6c) 276 * Update composer to ramain in php7.4 (31c669f) 277 * Update filter input (b4741ba) 278 * Update readme and changelog for release (172b629) 279 * Update version and changelog (dde3109) 280 * Use correct locator for place order button (abb570d) 281 282 283 ### v6.1.2 - 2024-12-26 ### 284 * Add assets to distignore (02644f0) 285 * Add changelog (50ce762) 286 * Add translated strings in moneiData (799179a) 287 * Fix errors (cdd5602) 288 * Fix strings typo (830cb3d) 289 * Move images from assets to public (49f8e3f) 290 * Update plugin version (4300899) 291 * Update readme (0cb5441) 292 * Update readme (a1e6914) 293 * Update stable tag (1f60092) 294 * Update woo tested version (bd3ed53) 295 * Update woo tested version (6a09218) 296 297 298 ### v6.1.1 - 2024-11-27 ### 299 * Release 6.1.0 (c641eaf) 300 * Release 6.1.1 (1d845b8) 301 302 303 ### v6.0.0 - 2024-11-22 ### 304 * Add an action to create build packages (7fd452c) 305 * Build assets in main release action (a9243cf) 306 * change package name to monei (fe96779) 307 * Do not remove filtered before (1195e2f) 308 * Fix name in action (16eded5) 309 * Remove node_modules and filtered from package and rename package (e8d1bbb) 310 * Update version to 6.0.0 (3eb92f3) 311 312 313 ### v5.9.1 - 2024-11-21 ### 314 * Roll back to previous version in .org (fb33d82) 315 316 317 ### v5.9.0 - 2024-11-21 ### 318 * Add apple/google logo and title dinamically (5f3b864) 319 * Add bizum component in classic (698001b) 320 * Add Bizum payment to blocks (c587968) 321 * Add block flag to completePayment for bizum (f652de9) 322 * Add card logo in shortcode checkout (c3d9656) 323 * Add cardholder name input (c042cf8) 324 * Add cardholder name to cc payload (758df4e) 325 * Add fix lint (e5969eb) 326 * Add Google/Apple payment to blocks (2de8b4a) 327 * Add header to plugin settings (f07a37c) 328 * Add link to api key settings from payments (f36f6f3) 329 * Add logos (d78bd92) 330 * add monei sdk in backend (5787aec) 331 * Add plugin settings tab (ad77c12) 332 * Add strings to translate (97aa498) 333 * Add styles to components (54c9d7e) 334 * Add total, currency and language for bizum block (8de2189) 335 * Add validation for cardholder name (46747c5) 336 * Add webpack config (7eab06d) 337 * Add wp scripts to handle assets (e1dc2ea) 338 * Adda Cart and Checkout Blocks (74bf032) 339 * Adds Null Coalescing to settings (f36f9f4) 340 * Allows for translation of Cancelled by MONEI order note (91da56f) 341 * Bail validation if card input empty (ec6fb64) 342 * Better variable names and comments for better understanding of JS files (5525402) 343 * Center logo in blocks (6ad84c7) 344 * Centralize api keys and log (ca9c5e9) 345 * Change version number and wc tested (64a3386) 346 * Check is active on bizum (bb3ac18) 347 * Confirm payment in client if block (01d70e2) 348 * Convert amount to cents in payment request (d1a9736) 349 * Copy apikey from cc so the update is easier (072a638) 350 * Create no apikey disabled notice (4bb5de0) 351 * Default checked to "Save payment information " (7a55a57) 352 * Disable submit button if apple selected (04d5a47) 353 * Enable the button to click (55609aa) 354 * Extract Google/Apple to a different component (b0da166) 355 * file_get_contents() is discouraged. (59fed6b) 356 * Fix bizum component failing (83bb470) 357 * Fix bug with redirection to Hosted Page (79aa67f) 358 * Fix fatal error on new install (9c48602) 359 * Fix google/apple to start transaction on auth (80c5adb) 360 * Fix js lint (827435e) 361 * Fix js lint (68d58c7) 362 * Fixes for process_payment() (865b494) 363 * Follow woo to display errors (d232405) 364 * Follow woo to display errors (1ae8b96) 365 * Hide bizum if not spain (be70bdd) 366 * Hide checkout saved cards (8164170) 367 * Improve css (45fe4da) 368 * Isolate apple logic in monei script (2b9c5b6) 369 * Move settings header to the left (8605241) 370 * Move testmode to central settings (1546f72) 371 * Only allow to be active if settings correct (f9e9a18) 372 * Pass language to components (fe7c3b1) 373 * Redirect to pay page on cc fail (161fa3d) 374 * Remove helper script (ae9a0f0) 375 * Remove helper script (874607b) 376 * Remove logs (6604ef5) 377 * Remove margin-bottom in request block (b601cfe) 378 * Remove unused file (02d3517) 379 * Removes ', you will be redirected to MONEI" (f7473f7) 380 * Rename and update build assets (2dbffc8) 381 * return failure to checkout (e1942ee) 382 * Return whether or not setup is required to function. (d686e48) 383 * Revert "file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead." (9692bc9) 384 * Rewrite cc block script (d5ecb0c) 385 * Save method token also from blocks (3da8e49) 386 * Send correct paymentDetails and redirect (9cf3a51) 387 * Show apple in separated method in classic (fdf6050) 388 * Show correct notice if apikey not found (3094ec9) 389 * Show save method selector (7321d31) 390 * Upadate WC tested up to (a90a4ee) 391 * Update assets build (f2a379d) 392 * Update checkout-monei-cc.js (dc1d897) 393 * Update class-wc-monei-ipn.php (0cd53af) 394 * Update classic checkout (0bff922) 395 * update logos (4995a92) 396 * Update plugin version (25f190a) 397 * Update styles to follow block checkout (7497a68) 398 * Update styles to follow block checkout (6371d07) 399 * Updates WP & WC tested up to headers (a262570) 400 * Use bizum button component in blocks (2ac2042) 401 * use central api keys (075572d) 402 * Use central apikey or bail to cc (a5971cf) 403 * Use central debug (85c40fa) 404 * Use centralized api on cc and bizum (cc4752d) 405 * Use minified script version in public (f4e9bca) 406 * Use the new GoogleAppleGateway only in blocks (24c2ec0) 407 * Write Monei all uppercase (a71ab59) 408 * Chore: release 5.9.0 (27964d2) 409 410 411 ### v5.8.13 - 2024-08-29 ### 412 * Add composer.lock to .distignore (a524318) 413 * add css class to icons (11fd278) 414 * Add css to frame of buttons (12be5bf) 415 * Add js observer on retry page to init field on load (c9645fb) 416 * Add js observer on retry page to init field on load (f41297f) 417 * Add notice on fail, undo changes on cancel (9e34242) 418 * Echo url link (d54f881) 419 * Fix for #56 (420ca38), closes #56 420 * Fix for #56 (3c5434b), closes #56 421 * Log responseBody message on cardholder validation failure (282bc24) 422 * move log condition to class (753f1f2) 423 * return to pay page on failed and put to pending payment (38ae33c) 424 * update .gitignore (67845fa) 425 * Update class-wc-monei-redirect-hooks.php (ae675d3) 426 * Update failed payment message (679b8e1) 427 * Update validation rule (73999db) 428 * Update version and tested versions (8c3da27) 429 * Update yarn pnp after first build (edf27c1) 430 * update yarn version (09b070d) 431 * Use wc validation to show translated errors (1746131) 432 * chore: release v5.8.13 (30b3fff) 433 434 435 ### v5.8.12 - 2024-06-10 ### 436 * Fix webhook validation issue (a1a5e73) 437 * chore: release v5.8.12 (f3063e8) 438 439 440 ### v5.8.11 - 2024-05-30 ### 441 * add WooCommerce HPOS compatibility (0aa738b) 442 * chore: release v5.8.11 (efa6b4a) 443 444 445 ### v5.8.10 - 2024-05-27 ### 446 * update tested up to version (6a589ba) 447 * chore: release v5.8.10 (c0cb9bd) 448 449 450 ### v5.8.9 - 2024-05-22 ### 451 * update apple-developer-merchantid-domain-association (edc594e) 452 * chore: release v5.8.9 (c375859) 453 454 455 ### v5.8.8 - 2024-05-06 ### 456 * Fixes Partial refunds are displayed as full refunds (c66d8e6) 457 * update changelog (f366ad4) 458 * update yarn (e6a2f2c) 459 * chore: release v5.8.8 (05d065b) 460 461 462 ### v5.8.7 - 2024-05-03 ### 463 * - update monei-php-sdk to 2.4.0 (d168ca5) 464 * chore: release v5.8.7 (ce755e4) 465 466 467 ### v5.8.6 - 2024-04-16 ### 468 * dont export files (00d19b4) 469 * dont update body description (65b3e11) 470 * ignore git folder (b81cde3) 471 * update tested up to versions (8166e4a) 472 * chore: release v5.8.6 (3bbd858) 473 474 475 ### v5.8.5 - 2024-04-08 ### 476 * fix build (531a227) 477 * use zip action (23b6199) 478 * chore: release v5.8.5 (00ec6af) 479 480 481 ### v5.8.4 - 2024-04-06 ### 482 * update plugin name (6315f11) 483 * chore: release v5.8.4 (c317a3e) 484 485 486 ### v5.8.3 - 2024-04-06 ### 487 * create release archive (3bb67b0) 488 * chore: release v5.8.3 (4ad05c1) 489 490 491 ### v5.8.2 - 2024-04-06 ### 492 * Ignore vendor folder (473c322) 493 * remove vendor folder (cfd41a4) 494 * upgrade actions/checkout (491a4af) 495 * chore: release v5.8.2 (d62c6c9) 496 497 498 ### v5.8.1 - 2024-04-05 ### 499 * fix expose_on_domain_association_request (95b94ef) 500 * chore: release v5.8.1 (d26a74a) 501 502 503 ### v5.8.0 - 2024-04-05 ### 504 * - cleanup (7eb0223) 505 * add ! defined( 'ABSPATH' ) check (a67f0e9) 506 * Change plugin name (4bd0b4f) 507 * escape echos (9c651c2) 508 * file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead. (4bee441) 509 * fix translations (b3aa14a) 510 * remove old vendor filed (6abc4e0) 511 * Revert "update version to 6.0.0" (75a0b58) 512 * sanitize $_GETs (9ffecbb) 513 * sanitize $_SERVERs (34e16f9) 514 * sanitize filter_inputs (0af20e3) 515 * update plugin name (c263590) 516 * update readme (7f3679c) 517 * update version to 6.0.0 (dcd3d3c) 518 * update wp_verify_nonce (19d1040) 519 * chore: release v5.8.0 (e6857b1) 520 521 522 ### v5.7.2 - 2024-03-20 ### 523 * add license (cbac3af) 524 * update WordPress tested up to version (5f12044) 525 * chore: release v5.7.2 (d0c56b7) 526 527 528 ### v5.7.1 - 2023-12-11 ### 529 * update vendor dependencies (200370c) 530 * update vendor dependencies (2863ba7) 531 * chore: release v5.7.1 (d95a22a) 532 533 534 ### v5.7.0 - 2023-11-30 ### 535 * update dependencies (f346f86) 536 * chore: release v5.7.0 (fa33f68) 537 538 539 ### v5.6.8 - 2023-08-28 ### 540 * Update abstract-wc-monei-payment-gateway-hosted.php (df1b8cd) 541 * chore: release v5.6.8 (51ac76c) 542 543 544 ### v5.6.7 - 2023-01-13 ### 545 * updated versions metadata compatibility (d9abb80) 546 * chore: release v5.6.7 (799b35f) 547 548 549 ### v5.6.6 - 2022-03-15 ### 550 * Adding PHP requires (58fd3bf) 551 * Bumping woo tested version (cd5838c) 552 * Upgrading monei sdk/guzzle (2f3e845) 553 * chore: release v5.6.6 (ef2675f) 554 555 556 ### v5.6.5 - 2022-02-22 ### 557 * fix trailing coma (42ffd5b) 558 * chore: release v5.6.5 (e98c1f8) 559 560 561 ### v5.6.4 - 2022-02-11 ### 562 * hiding/showing payment request button on tokenised card selection (a5ddadf) 563 * chore: release v5.6.4 (cd0cd30) 564 565 566 ### v5.6.3 - 2022-02-04 ### 567 * adding shipping and billing info. (9f5f04e) 568 * Bump node-fetch from 2.6.1 to 2.6.7 in /build (e46de16) 569 * update readme (aba2b1b) 570 * upgrade dependencies (67341aa) 571 * chore: release v5.6.3 (70c903d) 572 573 574 ### v5.6.2 - 2022-01-25 ### 575 * Bug fixing for paymentRequest and Cofidis on update checkout event (5832a06) 576 * updating tested up (42fb2cf) 577 * chore: release v5.6.2 (abfd1a0) 578 579 580 ### v5.6.1 - 2022-01-12 ### 581 * fix typos (f7f15b9) 582 * Updating readme. (ef88921) 583 * chore: release v5.6.1 (4f0cb7f) 584 585 586 ### v5.6.0 - 2021-12-15 ### 587 * Adding apple verification (c1fdf55) 588 * automatic apple domain registration (f5894e3) 589 * bugfixing (54cf8d4) 590 * bumping monei sdk to 1.0 (0cc70fc) 591 * bumping version (9f93b75) 592 * dont expose file if setting not active (008a795) 593 * fix version (387dfb1) 594 * fixing api keys problem (fc1329a) 595 * google pay (8ef0bd5) 596 * Updating apple pay wording (2da6d39) 597 * chore: release v5.6.0 (45eb814) 598 599 600 ### v5.5.0 - 2021-11-22 ### 601 * adding free sing ups trial version (0 payment) (5638cf9) 602 * adding subscription payment creation (e35c2a2) 603 * adding subscription support (d8164ad) 604 * Adding support for change payment method in subscription. Enriching payment method name for subs. (e17355f) 605 * allowing multiple subscriptions (3df5f0c) 606 * autoreplace version on build (0508fc1) 607 * bumping wc support (aeb6c8d) 608 * change subscription payment method (d965a18) 609 * fixing bug (bab5f2b) 610 * fixing few bugs (099f3ca) 611 * renewal payment process and retry payment process (94fd503) 612 * saving sequence id on subscription payments (f31f263) 613 * subscription info saved on subscription level (aeccc44) 614 * update version (c13a481) 615 * updating changelog (f933173) 616 * chore: release v5.5.0 (44aa3c1) 617 618 619 ### v5.4.0 - 2021-10-13 ### 620 * 75 and 1000 included (a6aa160) 621 * Adding custom user agent to api request (0657f2e) 622 * Adding pre auth to cofidis and paypal (edcb14c) 623 * adding preauth to hosted methods (ae66d22) 624 * bumping sdk to 0.1.19 (65246ac) 625 * Bumping version (4662919) 626 * changing order description name (2dadc48) 627 * cleaning old methods (d4cac70) 628 * cleanup of not used payment methods settings (a7b687d) 629 * click to pay integration (b6d1bf9) 630 * cofidis and monei logo width (ca3c596) 631 * cofidis js enqueue variable conflict (a6c77ad) 632 * cofidis tunning (8d2b9d8) 633 * fix version (036d8f4) 634 * fixing bug for manual capture payments (9b3e615) 635 * implementing cofidis payment gatewat (05cc72f) 636 * pre auth for all monei methods (ce7f5ce) 637 * reformating code (8909246) 638 * removing clicktopay (845a459) 639 * update composer (b42f7e5) 640 * Updating readme (c4ec0bc) 641 * widget logic working right. (70fb569) 642 * chore: release v5.4.0 (28ca6f1) 643 644 645 ### v5.3.1 - 2021-10-04 ### 646 * bump version (a6a65a2) 647 * update hooks (29d26b6) 648 * chore: release v5.3.1 (70d5298) 649 650 651 ### v5.3.0 - 2021-10-04 ### 652 * update hooks (469c7b4) 653 * update hooks (deabcc9) 654 * update hooks (20241de) 655 * update hooks (d0c0795) 656 * update readme.txt (369ded9) 657 * chore: release v5.3.0 (6faa01e) 658 659 660 ### v5.2.5 - 2021-10-04 ### 661 * downgrade release-it (dc0b48e) 662 * downgrade release-it (77443b2) 663 * update hook (96f5bc0) 664 * chore: release v5.2.5 (da836c8) 665 666 667 ### v5.2.4 - 2021-10-04 ### 668 * remove minified version (b1ba844) 669 * update hook (d16de80) 670 * update version (d1973c5) 671 * use after init hook (b2a0860) 672 * chore: release v5.2.4 (e26a5cb) 673 674 675 ### v5.2.3 - 2021-10-04 ### 676 * add build script (bbf5c68) 677 * add hooks (83e9cc7) 678 * changes css (45a462e) 679 * fixing confirm payment bug usage case (e26efc2) 680 * fixing container bug (eb1905f) 681 * update readme (532e16b) 682 * chore: release v5.2.3 (e6f6c6f) 683 684 685 ### v5.2.2 - 2021-10-04 ### 686 * remove type declaration for bootstrap80.php (4adbf31) 687 * chore: release v5.2.2 (02744be) 688 689 690 ### v5.2.1 - 2021-10-04 ### 691 * remove type declaration for bootstrap80.php (c8c225e) 692 * upgrade dependencies (75dbff3) 693 * chore: release v5.2.1 (0a50df2) 694 695 696 ### v5.2.0 - 2021-10-04 ### 697 * 2 steps payment (5e7f4fe) 698 * Adding checks on saving settings to see if all data available. (550b2b6) 699 * Adding general CC class (f919374) 700 * adding minified version (b75afae) 701 * adding support to add payment method (d7b8f59) 702 * bug is_monei_saved_token_selected (8c9b869) 703 * bumping monei sdk (bd4f77b) 704 * bumping version (a015897) 705 * bumping version sdk 0.1.16 (ca9a7b9) 706 * do not export github folder (894cd40) 707 * fixing add payment method with component card (5c14b9d) 708 * fixing bug in monei_token_exists (10a2369) 709 * fixing bug on add payment cards when operation is a failure (0f2280f) 710 * fixing bug to tokenise card on its own payment method. (6d8fbb6) 711 * fixing bug with tokenised cards, assigning to the right cc provider. (6263299) 712 * fixing checkout js problems and my account add card issue. (8cc8162) 713 * improving styling (6ef35de) 714 * making compatible hosted and component within same class. (becc65c) 715 * Payment Token and submit (323a15b) 716 * payment with tokenised card in checkout screen. (c8a3f84) 717 * removing warnings (e8d7601) 718 * sdk (11bdd1c) 719 * solving bugs, missing cardname, missing on saved cc, initialize crd (fcc778c) 720 * support to add payment method (20cea64) 721 * update stable tag (716fac8) 722 * updated styles and bumped version to 5.2 (2dd306d) 723 * updating styling (d6ba7c4) 724 * chore: release v5.2.0 (262b5ed) 725 726 727 ### v5.1.2 - 2021-07-28 ### 728 * configure automatic releases (be2ee90) 729 * chore: release v5.1.2 (9bfcd7d) 730 731 732 ### v5.1.1 - 2021-07-28 ### 733 * update stable tag (47783fc) 734 735 736 ### v5.1.0 - 2021-07-28 ### 737 * - check if WooCommerce plugin is activated (5d7b61c) 738 * - decode secret token to get channel credentials (53dae33) 739 * - document code (6bff421) 740 * - move api methods to a separate class (f376cfb) 741 * - refactor all public methods to be uniquely namespaced (4e5f5a9) 742 * - refactor callback logic to use our endpoint (b479f5f) 743 * - replace payon wiget with monei widget (17bb89d) 744 * - save monei transaction status in order (93b5001) 745 * - support basic configurations (5025616) 746 * adapting bizum settings (9b7c4ed) 747 * Add file via upload (6fac72e) 748 * add monei logo to the repo (6d907ce) 749 * add paypal, bitocin, alipay to payment methods (f6cb3f1) 750 * add readme.txt (d47c98e) 751 * Added refunds. (5006311) 752 * adding action to ipn failure (2916a19) 753 * Adding basic API SDK wrapper (0ff57c0) 754 * Adding custom logger wrapper (2fe3c52) 755 * adding empty bizum class (538bca0) 756 * adding new core functions (1bf26a0) 757 * Adding some docs (6f1d322) 758 * Adding tokenisation to checkout (f3ad25c) 759 * Adding tokenisation to checkout form (316db95) 760 * Adding wordpress readme.txt (3d21c40) 761 * assents (ec382e4) 762 * AUTH + IPN (cc56c06) 763 * bumping v (a982f16) 764 * cancel pre-auth orders. (374da8e) 765 * capture payments (b3459eb) 766 * changing order status when refunded. (a7e05c2) 767 * changing redirect filename (cc8cc23) 768 * cleanup (3ab1e18) 769 * components not available yet. (bafd4db) 770 * Create main.yml (bd5a978) 771 * Creating new foundation for the plugin. (568cc01) 772 * Delete .DS_Store (4a548b9) 773 * Delete .DS_Store (7d09a15) 774 * Delete .DS_Store (3b56c3f) 775 * Delete redsys.png (0659238) 776 * first commit to credit card component (e482e7d) 777 * first revision after testing. (f974cb5) 778 * fix action typo (5a95956) 779 * fix param typo (07a9d7c) 780 * fix settings link (5e4fb6d) 781 * fixing logging file name (2adff74) 782 * fixing typo (1597343) 783 * generate a dynamic link to the transaction in admin view (1497eed) 784 * get test_mode from decoded token (2a2a5d3) 785 * handle failUrl from monei. (fb565fc) 786 * Including IPN class to handle callbacks from Monei (7e139fa) 787 * indentation (96ebd26) 788 * Initial commit (d209425) 789 * js errors done right. (e84a098) 790 * minor fixes and code cleanup (a1d81b6) 791 * more bizum (12a3201) 792 * more refactor (5faddfc) 793 * on monei selected, trigger init (5832539) 794 * on user action back to store, we shouldn't cancel, rather redirect them to checkout page. (77e2141) 795 * order on-hold on auth (84212f0) 796 * pass wp locale to widget (50f5303) 797 * password not longer used. (2028088) 798 * paypal payment method (46c3968) 799 * plugin (784b568) 800 * provide shipping address (5a9e5e7) 801 * refactor to hosted payment methods. (6ddd6db) 802 * refactoring gateway constructor, removing unused functionality (914832b) 803 * refactoring on valid IPN (0e16c9d) 804 * refactoring process payment. (9a1e8d1) 805 * refunds done right. (2a0114b) 806 * remove type annotations (ffa7a0e) 807 * removed unnecessary metadata (e6d36bd) 808 * rename decode => woo_monei_decode_token (8c390e6) 809 * rename not allowed function names (fb409d7) 810 * replace monei.net -> monei.com (cd376cd) 811 * replace money logo (f565662) 812 * Revert (7f005fa) 813 * saving expiration date (1416c2b) 814 * sending payment method as card (61670c9) 815 * show ssl error only on monei settings page (50832ce) 816 * some cleanup (1156edb) 817 * some extra refactor en payment gateway (47e0a4a) 818 * some refactoring (5620321) 819 * support most of presentational parameters (b8c191b) 820 * tabs (7def901) 821 * Tokenisation support for "add card" on profile. (4220318) 822 * Update (e255552) 823 * update copy (80c9edd) 824 * update copy (6a0b599) 825 * update copy (243f18e) 826 * Update main.yml (499bb3f) 827 * Update main.yml (b9b32fd) 828 * Update main.yml (b765061) 829 * Update module (dc63a73) 830 * update readme (9a0944a) 831 * update readme (1abd27a) 832 * update readme (ee09f85) 833 * update readme (d32f16a) 834 * Update readme (f2d88a8) 835 * Update readme (0ccce57) 836 * Update Readme (5583e03) 837 * Update README.md (19ab018) 838 * Update README.md (9812a11) 839 * Update README.md (073b1e7) 840 * Update README.md (6e216f4) 841 * update stable tag (3c64e5a) 842 * update version (941093b) 843 * updating php sdk (edfe873) 844 * use chosen.js to make brands selection user friendly (85d9a1e) 845 * Version (e46553a) 846 * Version 2.0.0 (87c48f7) 847 * Version 2.1 (b8de90d) 848 * Version 3.0 (9906102) 849 * Version 4.2.1 (933186f) 850 851 2025-08-25 - version 6.3.8 852 * Fix - Move ApplePay and Google Pay to a separated gateway 853 * Fix - Add settings shortcut to plugins page 854 * Fix - Add missing space in webhook notice 855 856 2025-07-02 - version 6.3.7 857 * Fix - Send correct useragent version 858 * Fix - plugin crashes when updating from older version 859 860 2025-06-05 - version 6.3.7 861 * Fix - Remove old _payment_method transients on activation and update 862 863 2025-06-04 - version 6.3.5 864 * Fix - Remove Cofidis payment method as is not supported 865 * Fix - Reduce caching of payment methods and change to Monei SDK 866 867 2025-05-30 - version 6.3.4 868 * Fix - Redirect flow not working in classic checkout 869 870 2025-05-14 - version 6.3.3 871 * Fix - Error copying old keys that hides the gateway 872 * Fix - Component buttons not showing in classic checkout 873 * Fix - PayPal button not working in block checkout 874 875 2025-05-05 - version 6.3.2 876 * Fix - Error in checkout when no subscription plugin present 877 * Fix - Showing only available payment methods when subscription product in cart 878 * Fix - Error in API key selector expected test/live account id 879 880 2025-04-25 - version 6.3.1 881 * Fix - Checkout errors. Rollback to version 6.2.1 882 883 2025-04-24 - version 6.3.0 884 * Add - Selector for live/test API key, now we save both 885 * Add - Integration for YITH Subscriptions 886 * Fix - Change payment method for subscriptions 887 * Fix - Renewal process in WooCommerce Subscriptions 888 889 2025-04-07 - version 6.2.1 890 * Fix - Update Monei SDK to V2 891 892 2025-02-18 - version 6.2.0 893 * Add - PayPal method in block checkout 894 * Fix - Plugin check issues 895 * Fix - Show only the methods enabled in MONEI dashboard 896 * Fix - Show correct icon for Apple Pay and GooglePay 897 * Fix - Remove MONEI settings tab 898 * Fix - Remove support and review link from banner 899 900 2024-12-26 - version 6.1.2 901 * Fix - Cardholder Name not translated in block checkout 902 * Fix - Plugin check issues 903 * Fix - Move images to public folder 904 905 2024-11-27 - version 6.1.1 906 * Fix - Default css class in container 907 908 2024-11-26 - version 6.1.0 909 * Add - Multibanco payment method 910 * Add - MBWay payment method 911 * Fix - Add default css class for checkout inputs 912 * Fix - Add credit card icons with more cards 913 914 2024-11-22 - version 6.0.0 915 * Fix - Bump release number to 6.0.0 916 917 2024-11-21 - version 5.9.0 918 * Add - Credit card to block checkout 919 * Add - Bizum button to block checkout without redirect 920 * Add - Bizum button to short-code checkout 921 * Add - Apple and Google buttons as independent method to block checkout 922 * Add - Apple and Google buttons as independent method to short-code checkout 923 * Add - Credit card cardholder name in short-code checkout 924 * Add - Monei settings in a separated tab 925 * Add - Central API keys, and logs 926 * Fix - Disable gateways if no API keys 927 * Fix - Credit card fields follows WooCommerce styles 928 * Fix - Gateway disappear if no description provided 929 930 2024-8-29 - version 5.8.13 931 * Fix - Apple Validation file error 932 * Fix - Remove checkout Apple/Google buttons border 933 * Fix - Redirect to cart on fail - now we redirect to retry 934 * Fix - Onboarding message links 935 * Fix - Error message object on invalid Credit Card name 936 * Fix - Card input error message (@greguly) 937 * Fix - Log disabled if credit card logs disabled - now are independent 938 * Fix - Button render issues 939 940 2024-6-10 - version 5.8.12 941 * Update dependencies 942 943 2023-11-30 - version 5.7.0 944 * Update dependencies 945 946 2022-5-15 - version 5.6.6 947 * Monei PHP SDK upgrade. Guzzle 7.x 948 949 2022-2-11 - version 5.6.4 950 * Hide/Show Payment request button on tokenized card selection 951 952 2022-2-4 - version 5.6.3 953 * Pass billing and shipping information when transaction is created 954 955 2022-1-12 - version 5.6.1 956 * Readme Update. 957 958 2021-12-15 - version 5.6 959 * Apple / Google Pay Support. 960 * Minor fixes. 961 * API keys from different payment methods support. 962 963 2021-11-22 - version 5.5 964 * Adding Subscriptions Support. 965 * Minor fixes. 966 967 2021-10-13- version 5.4 968 * Adding Cofidis Support. 969 * Adding Pre-Auth to Paypal. 970 * Bug Fixing. 971 972 2021-10-4 - version 5.2 973 * Adding Component CC and Hosted CC Support. 974 * Fixing Warnings. 975 976 2021-7-27 - version 5.0 977 * Major refactor. -
monei/tags/6.3.11/class-woocommerce-gateway-monei.php
r3371147 r3371148 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 6.3. 98 * @version 6.3.11 9 9 */ 10 10 … … 26 26 * @var string 27 27 */ 28 public $version = '6.3. 9';28 public $version = '6.3.11'; 29 29 30 30 /** -
monei/tags/6.3.11/readme.txt
r3371147 r3371148 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 6.3. 96 Stable tag: 6.3.11 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 103 103 104 104 == Changelog == 105 106 = v6.3.11 - 2025-10-01 = 107 * fix: correct changelog template to show actual 6.3.8 release (0efe693) 108 * chore: release v6.3.11 (86d825a) 109 * chore: update CHANGELOG.md with corrected tag hash (f9b0dfa) 110 111 112 = v6.3.9 - 2025-10-01 = 113 * Fix amount when checkout data is updated (2013a03) 114 * Fix card input style (6c12a5a) 115 * Remove minified assets from vcs (5a6fd99) 116 * Update monei sdk (38a134a) 117 * Update setUserAgent to include comment (f6d85df) 118 * chore: add auto-generated CHANGELOG.md (50e9983) 119 * chore: auto-remove README.md after generation (b299478) 120 * chore: modernize build and release pipeline (21384f0) 121 * chore: release v6.3.9 (79b2f41) 122 * chore: remove redundant changelog.txt (1703044) 123 * chore: remove unnecessary README.md auto-deletion (86c727e) 124 * chore: setup automated changelog generation (e83b384) 125 * fix: properly configure changelog generation with placeholder (2cefc8c) 126 * fix: remove version limit from changelog generation (cfe33a3) 127 * fix: run changelog generation after tag creation (f9aedb5) 128 * fix: specify main plugin file for generate-wp-readme (f93edd3) 129 * fix: update 6.3.9 changelog entry with correct date and content (6050b35) 130 * refactor: move release-it config to separate file (18bf445) 131 * docs: document changelog generation system (3217a25) 132 133 134 = v6.3.8 - 2025-09-10 = 135 * Add 3ds credit card automated tests (0c7faf9) 136 * Add api key and method visibility tests (cf6615a) 137 * Add Bizum processor (d266a94) 138 * Add bizum success and fail (80909a4) 139 * Add cc vaulting tests (a955cb4) 140 * Add data-testid (11abfd9) 141 * Add e2e tests for transactions (ca8c7c5) 142 * Add google tests (ceab68d) 143 * Add missing space in webhook notice (4d4a5a1) 144 * Add order to clean up (0f6d32e) 145 * add pay-order-page tests (1083afc) 146 * Add PayPal processor tests (8ced045) 147 * Add settings shortcut to plugins page (dbcd179) 148 * Add transaction component no 3ds working (3a3f6ff) 149 * Add transaction hosted working (51330f9) 150 * Add user setup (54fe52e) 151 * Call hook directly (fe83d7e) 152 * Extract method (6485670) 153 * Fix incorrect method call and ignored return value (898c83d) 154 * Fix pages and product creation (3846588) 155 * Global setup create products (3a8e0ef) 156 * Improve token creation (7857d47) 157 * Log in case of error (14380b8) 158 * Migrate keys in case no credit card setting was saved (0f9efa0) 159 * Refactor apple-google and cc scripts into react components (fda37d4) 160 * Refactor ApplePay and GooglePay into separate gateway (44fa266) 161 * Refactor to reduce db calls (1b1432d) 162 * Remove automated tests from this PR (302c9af) 163 * Remove log and follow convention (ee74140) 164 * remove logs (9ca86e9) 165 * Remove looking into settings again when updating keys (e484889) 166 * Remove old payment methods transients on activation and update (c1cbad1) 167 * Revert version to 6.3.6 in package.json (6edd048) 168 * Set user agent in client after instantiation (a23d91c) 169 * Update after:bump hook in package.json to remove build command (c1d8f31) 170 * Update changelog (544f709) 171 * Update changelog (4279361) 172 * Update dependencies (d1d8323) 173 * Update package manager version (ab66343) 174 * Update package version to 6.3.6 (859bde9) 175 * Update plugin version for 6.3.7 release (f00178c) 176 * Update tests (6626d08) 177 * Update tests (116fbfb) 178 * Update to 6.3.6 version for release (e60b6ac) 179 * Update version number (4bb2309) 180 * Update version number (9966921) 181 * Update version number (1276822) 182 * Update version to 6.3.7 in readme and package.json (279670b) 183 * Uppercase Key in API Key (1d263b1) 184 * Use rounding (cb79abd) 185 * Use Woo api client (9c5362d) 186 * chore: release v6.3.8 (9bed803) 187 188 189 = v6.3.5 - 2025-06-04 = 190 * Add 30 seconds caching (73a4d1a) 191 * Change payment methods check to sdk (5e045eb) 192 * Remove cofidis (fef0d3b) 193 * Require php 7.4 for the package (841acfb) 194 * Update version to 6.3.5 for release (ba2437a) 195 196 197 = v6.3.4 - 2025-05-30 = 198 * Copy old keys only when no new keys are there (14b066f) 199 * Declare $handler to avoid dynamic-property deprecation (0a4aa60) 200 * Delete old key options (131f7f8) 201 * Do not load script if there is redirect flow setting (64f7135) 202 * Do not load script if there is redirect flow setting (0265b73) 203 * Fix live account description (aa3005c) 204 * Fix subscription check when no subscription present (c23050e) 205 * Get correct account id for classic checkout (865d23d) 206 * Remove bizum and google/apple when subs (b4c7df6) 207 * Remove redundant parameter() call and simplify factory (404e237) 208 * Return boolean when cart has subscription with yith (5852018) 209 * Send correct token to PayPal component (d0c74fa) 210 * Show API key settings button even no gateway available (fdec15c) 211 * Show CC when subscription in Block (2f851a5) 212 * Update changelog, readme and version (474c3c6) 213 * Update date for release (b2182d5) 214 * Update readme (0432ba0) 215 * Update readme (91ac9bc) 216 * Update tested version (6138a3a) 217 * Update version for release 6.3.4 (636bbda) 218 * Update version to 6.3.3 (0e0c71a) 219 * Use central API key for PayPal method (0132a7c) 220 * Use different accountId depending on selector (712c295) 221 * Use empty string if API option is missing (74d88ca) 222 223 224 = v6.3.1 - 2025-04-24 = 225 * Bail on renewal if already processing (718bc42) 226 * Fix change payment method in my account (48e2f07) 227 * Fix CS (b84f8ed) 228 * Refactor to integrate with YITH subscriptions (d94ea68) 229 * Update to release version to 6.3.0 (790b5f6) 230 * Use 2 API keys (97fdd93) 231 232 233 = v6.2.1 - 2025-04-07 = 234 * Modify composer dependency installation (a8082b1) 235 * Update plugin version (caf01fb) 236 * Update release action to use composer no-dev (0063b26) 237 * Update SDK version to V2 (5cc7cb8) 238 * Use ramsey/composer-install (8927c67) 239 240 241 = v6.2.0 - 2025-02-18 = 242 * Add autoload and container (eb943be) 243 * Add notice if gateway disabled in dashboard (2ad3517) 244 * Add PayPal in blocks (c163d58) 245 * Add Requires php to readme (51a6877) 246 * Add services to handle blocks creation (c79e774) 247 * Add services to handle paymentmethods API call (35174dd) 248 * Add wp cs standard rules and run cbf (d54055c) 249 * Bail if no nonce (c260fee) 250 * Button renders and closes (f460e47) 251 * Check directory is string before using (aba5560) 252 * Check file before including (59af5fb) 253 * Fix card message in hosted (b4fa074) 254 * Fix CS (19d9441) 255 * Fix CS (24e498c) 256 * Fix error when index missing (a5a357e) 257 * Fix errors (95fb7ff) 258 * Fix errors and warnings (f5566cc) 259 * Fix icon url (6f0299a) 260 * Fix place order button locator (1123995) 261 * Fix template path error (46071b0) 262 * Fix webhooks (c10bb15) 263 * Hide settings tab (d58ed31) 264 * Import classes (752a907) 265 * Load css script in admin (f4611f9) 266 * Move to src folders and standard names (7a24a42) 267 * Put review link in header (c8e0fe6) 268 * Remove extra links in banner (cf50738) 269 * Remove includes and use classes and container (a9c2588) 270 * Show correct icon w/ apple google (0bf61ec) 271 * Show method only if enabled (8afcd97) 272 * Update branch with cs fixes (494ec57) 273 * Update changelog in dedicated file (a719a6c) 274 * Update composer to ramain in php7.4 (31c669f) 275 * Update filter input (b4741ba) 276 * Update readme and changelog for release (172b629) 277 * Update version and changelog (dde3109) 278 * Use correct locator for place order button (abb570d) 279 280 281 = v6.1.2 - 2024-12-26 = 282 * Add assets to distignore (02644f0) 283 * Add changelog (50ce762) 284 * Add translated strings in moneiData (799179a) 285 * Fix errors (cdd5602) 286 * Fix strings typo (830cb3d) 287 * Move images from assets to public (49f8e3f) 288 * Update plugin version (4300899) 289 * Update readme (0cb5441) 290 * Update readme (a1e6914) 291 * Update stable tag (1f60092) 292 * Update woo tested version (bd3ed53) 293 * Update woo tested version (6a09218) 294 295 296 = v6.1.1 - 2024-11-27 = 297 * Release 6.1.0 (c641eaf) 298 * Release 6.1.1 (1d845b8) 299 300 301 = v6.0.0 - 2024-11-22 = 302 * Add an action to create build packages (7fd452c) 303 * Build assets in main release action (a9243cf) 304 * change package name to monei (fe96779) 305 * Do not remove filtered before (1195e2f) 306 * Fix name in action (16eded5) 307 * Remove node_modules and filtered from package and rename package (e8d1bbb) 308 * Update version to 6.0.0 (3eb92f3) 309 310 311 = v5.9.1 - 2024-11-21 = 312 * Roll back to previous version in .org (fb33d82) 313 314 315 = v5.9.0 - 2024-11-21 = 316 * Add apple/google logo and title dinamically (5f3b864) 317 * Add bizum component in classic (698001b) 318 * Add Bizum payment to blocks (c587968) 319 * Add block flag to completePayment for bizum (f652de9) 320 * Add card logo in shortcode checkout (c3d9656) 321 * Add cardholder name input (c042cf8) 322 * Add cardholder name to cc payload (758df4e) 323 * Add fix lint (e5969eb) 324 * Add Google/Apple payment to blocks (2de8b4a) 325 * Add header to plugin settings (f07a37c) 326 * Add link to api key settings from payments (f36f6f3) 327 * Add logos (d78bd92) 328 * add monei sdk in backend (5787aec) 329 * Add plugin settings tab (ad77c12) 330 * Add strings to translate (97aa498) 331 * Add styles to components (54c9d7e) 332 * Add total, currency and language for bizum block (8de2189) 333 * Add validation for cardholder name (46747c5) 334 * Add webpack config (7eab06d) 335 * Add wp scripts to handle assets (e1dc2ea) 336 * Adda Cart and Checkout Blocks (74bf032) 337 * Adds Null Coalescing to settings (f36f9f4) 338 * Allows for translation of Cancelled by MONEI order note (91da56f) 339 * Bail validation if card input empty (ec6fb64) 340 * Better variable names and comments for better understanding of JS files (5525402) 341 * Center logo in blocks (6ad84c7) 342 * Centralize api keys and log (ca9c5e9) 343 * Change version number and wc tested (64a3386) 344 * Check is active on bizum (bb3ac18) 345 * Confirm payment in client if block (01d70e2) 346 * Convert amount to cents in payment request (d1a9736) 347 * Copy apikey from cc so the update is easier (072a638) 348 * Create no apikey disabled notice (4bb5de0) 349 * Default checked to "Save payment information " (7a55a57) 350 * Disable submit button if apple selected (04d5a47) 351 * Enable the button to click (55609aa) 352 * Extract Google/Apple to a different component (b0da166) 353 * file_get_contents() is discouraged. (59fed6b) 354 * Fix bizum component failing (83bb470) 355 * Fix bug with redirection to Hosted Page (79aa67f) 356 * Fix fatal error on new install (9c48602) 357 * Fix google/apple to start transaction on auth (80c5adb) 358 * Fix js lint (827435e) 359 * Fix js lint (68d58c7) 360 * Fixes for process_payment() (865b494) 361 * Follow woo to display errors (d232405) 362 * Follow woo to display errors (1ae8b96) 363 * Hide bizum if not spain (be70bdd) 364 * Hide checkout saved cards (8164170) 365 * Improve css (45fe4da) 366 * Isolate apple logic in monei script (2b9c5b6) 367 * Move settings header to the left (8605241) 368 * Move testmode to central settings (1546f72) 369 * Only allow to be active if settings correct (f9e9a18) 370 * Pass language to components (fe7c3b1) 371 * Redirect to pay page on cc fail (161fa3d) 372 * Remove helper script (ae9a0f0) 373 * Remove helper script (874607b) 374 * Remove logs (6604ef5) 375 * Remove margin-bottom in request block (b601cfe) 376 * Remove unused file (02d3517) 377 * Removes ', you will be redirected to MONEI" (f7473f7) 378 * Rename and update build assets (2dbffc8) 379 * return failure to checkout (e1942ee) 380 * Return whether or not setup is required to function. (d686e48) 381 * Revert "file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead." (9692bc9) 382 * Rewrite cc block script (d5ecb0c) 383 * Save method token also from blocks (3da8e49) 384 * Send correct paymentDetails and redirect (9cf3a51) 385 * Show apple in separated method in classic (fdf6050) 386 * Show correct notice if apikey not found (3094ec9) 387 * Show save method selector (7321d31) 388 * Upadate WC tested up to (a90a4ee) 389 * Update assets build (f2a379d) 390 * Update checkout-monei-cc.js (dc1d897) 391 * Update class-wc-monei-ipn.php (0cd53af) 392 * Update classic checkout (0bff922) 393 * update logos (4995a92) 394 * Update plugin version (25f190a) 395 * Update styles to follow block checkout (7497a68) 396 * Update styles to follow block checkout (6371d07) 397 * Updates WP & WC tested up to headers (a262570) 398 * Use bizum button component in blocks (2ac2042) 399 * use central api keys (075572d) 400 * Use central apikey or bail to cc (a5971cf) 401 * Use central debug (85c40fa) 402 * Use centralized api on cc and bizum (cc4752d) 403 * Use minified script version in public (f4e9bca) 404 * Use the new GoogleAppleGateway only in blocks (24c2ec0) 405 * Write Monei all uppercase (a71ab59) 406 * Chore: release 5.9.0 (27964d2) 407 408 409 = v5.8.13 - 2024-08-29 = 410 * Add composer.lock to .distignore (a524318) 411 * add css class to icons (11fd278) 412 * Add css to frame of buttons (12be5bf) 413 * Add js observer on retry page to init field on load (c9645fb) 414 * Add js observer on retry page to init field on load (f41297f) 415 * Add notice on fail, undo changes on cancel (9e34242) 416 * Echo url link (d54f881) 417 * Fix for #56 (420ca38), closes #56 418 * Fix for #56 (3c5434b), closes #56 419 * Log responseBody message on cardholder validation failure (282bc24) 420 * move log condition to class (753f1f2) 421 * return to pay page on failed and put to pending payment (38ae33c) 422 * update .gitignore (67845fa) 423 * Update class-wc-monei-redirect-hooks.php (ae675d3) 424 * Update failed payment message (679b8e1) 425 * Update validation rule (73999db) 426 * Update version and tested versions (8c3da27) 427 * Update yarn pnp after first build (edf27c1) 428 * update yarn version (09b070d) 429 * Use wc validation to show translated errors (1746131) 430 * chore: release v5.8.13 (30b3fff) 431 432 433 = v5.8.12 - 2024-06-10 = 434 * Fix webhook validation issue (a1a5e73) 435 * chore: release v5.8.12 (f3063e8) 436 437 438 = v5.8.11 - 2024-05-30 = 439 * add WooCommerce HPOS compatibility (0aa738b) 440 * chore: release v5.8.11 (efa6b4a) 441 442 443 = v5.8.10 - 2024-05-27 = 444 * update tested up to version (6a589ba) 445 * chore: release v5.8.10 (c0cb9bd) 446 447 448 = v5.8.9 - 2024-05-22 = 449 * update apple-developer-merchantid-domain-association (edc594e) 450 * chore: release v5.8.9 (c375859) 451 452 453 = v5.8.8 - 2024-05-06 = 454 * Fixes Partial refunds are displayed as full refunds (c66d8e6) 455 * update changelog (f366ad4) 456 * update yarn (e6a2f2c) 457 * chore: release v5.8.8 (05d065b) 458 459 460 = v5.8.7 - 2024-05-03 = 461 * - update monei-php-sdk to 2.4.0 (d168ca5) 462 * chore: release v5.8.7 (ce755e4) 463 464 465 = v5.8.6 - 2024-04-16 = 466 * dont export files (00d19b4) 467 * dont update body description (65b3e11) 468 * ignore git folder (b81cde3) 469 * update tested up to versions (8166e4a) 470 * chore: release v5.8.6 (3bbd858) 471 472 473 = v5.8.5 - 2024-04-08 = 474 * fix build (531a227) 475 * use zip action (23b6199) 476 * chore: release v5.8.5 (00ec6af) 477 478 479 = v5.8.4 - 2024-04-06 = 480 * update plugin name (6315f11) 481 * chore: release v5.8.4 (c317a3e) 482 483 484 = v5.8.3 - 2024-04-06 = 485 * create release archive (3bb67b0) 486 * chore: release v5.8.3 (4ad05c1) 487 488 489 = v5.8.2 - 2024-04-06 = 490 * Ignore vendor folder (473c322) 491 * remove vendor folder (cfd41a4) 492 * upgrade actions/checkout (491a4af) 493 * chore: release v5.8.2 (d62c6c9) 494 495 496 = v5.8.1 - 2024-04-05 = 497 * fix expose_on_domain_association_request (95b94ef) 498 * chore: release v5.8.1 (d26a74a) 499 500 501 = v5.8.0 - 2024-04-05 = 502 * - cleanup (7eb0223) 503 * add ! defined( 'ABSPATH' ) check (a67f0e9) 504 * Change plugin name (4bd0b4f) 505 * escape echos (9c651c2) 506 * file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead. (4bee441) 507 * fix translations (b3aa14a) 508 * remove old vendor filed (6abc4e0) 509 * Revert "update version to 6.0.0" (75a0b58) 510 * sanitize $_GETs (9ffecbb) 511 * sanitize $_SERVERs (34e16f9) 512 * sanitize filter_inputs (0af20e3) 513 * update plugin name (c263590) 514 * update readme (7f3679c) 515 * update version to 6.0.0 (dcd3d3c) 516 * update wp_verify_nonce (19d1040) 517 * chore: release v5.8.0 (e6857b1) 518 519 520 = v5.7.2 - 2024-03-20 = 521 * add license (cbac3af) 522 * update WordPress tested up to version (5f12044) 523 * chore: release v5.7.2 (d0c56b7) 524 525 526 = v5.7.1 - 2023-12-11 = 527 * update vendor dependencies (200370c) 528 * update vendor dependencies (2863ba7) 529 * chore: release v5.7.1 (d95a22a) 530 531 532 = v5.7.0 - 2023-11-30 = 533 * update dependencies (f346f86) 534 * chore: release v5.7.0 (fa33f68) 535 536 537 = v5.6.8 - 2023-08-28 = 538 * Update abstract-wc-monei-payment-gateway-hosted.php (df1b8cd) 539 * chore: release v5.6.8 (51ac76c) 540 541 542 = v5.6.7 - 2023-01-13 = 543 * updated versions metadata compatibility (d9abb80) 544 * chore: release v5.6.7 (799b35f) 545 546 547 = v5.6.6 - 2022-03-15 = 548 * Adding PHP requires (58fd3bf) 549 * Bumping woo tested version (cd5838c) 550 * Upgrading monei sdk/guzzle (2f3e845) 551 * chore: release v5.6.6 (ef2675f) 552 553 554 = v5.6.5 - 2022-02-22 = 555 * fix trailing coma (42ffd5b) 556 * chore: release v5.6.5 (e98c1f8) 557 558 559 = v5.6.4 - 2022-02-11 = 560 * hiding/showing payment request button on tokenised card selection (a5ddadf) 561 * chore: release v5.6.4 (cd0cd30) 562 563 564 = v5.6.3 - 2022-02-04 = 565 * adding shipping and billing info. (9f5f04e) 566 * Bump node-fetch from 2.6.1 to 2.6.7 in /build (e46de16) 567 * update readme (aba2b1b) 568 * upgrade dependencies (67341aa) 569 * chore: release v5.6.3 (70c903d) 570 571 572 = v5.6.2 - 2022-01-25 = 573 * Bug fixing for paymentRequest and Cofidis on update checkout event (5832a06) 574 * updating tested up (42fb2cf) 575 * chore: release v5.6.2 (abfd1a0) 576 577 578 = v5.6.1 - 2022-01-12 = 579 * fix typos (f7f15b9) 580 * Updating readme. (ef88921) 581 * chore: release v5.6.1 (4f0cb7f) 582 583 584 = v5.6.0 - 2021-12-15 = 585 * Adding apple verification (c1fdf55) 586 * automatic apple domain registration (f5894e3) 587 * bugfixing (54cf8d4) 588 * bumping monei sdk to 1.0 (0cc70fc) 589 * bumping version (9f93b75) 590 * dont expose file if setting not active (008a795) 591 * fix version (387dfb1) 592 * fixing api keys problem (fc1329a) 593 * google pay (8ef0bd5) 594 * Updating apple pay wording (2da6d39) 595 * chore: release v5.6.0 (45eb814) 596 597 598 = v5.5.0 - 2021-11-22 = 599 * adding free sing ups trial version (0 payment) (5638cf9) 600 * adding subscription payment creation (e35c2a2) 601 * adding subscription support (d8164ad) 602 * Adding support for change payment method in subscription. Enriching payment method name for subs. (e17355f) 603 * allowing multiple subscriptions (3df5f0c) 604 * autoreplace version on build (0508fc1) 605 * bumping wc support (aeb6c8d) 606 * change subscription payment method (d965a18) 607 * fixing bug (bab5f2b) 608 * fixing few bugs (099f3ca) 609 * renewal payment process and retry payment process (94fd503) 610 * saving sequence id on subscription payments (f31f263) 611 * subscription info saved on subscription level (aeccc44) 612 * update version (c13a481) 613 * updating changelog (f933173) 614 * chore: release v5.5.0 (44aa3c1) 615 616 617 = v5.4.0 - 2021-10-13 = 618 * 75 and 1000 included (a6aa160) 619 * Adding custom user agent to api request (0657f2e) 620 * Adding pre auth to cofidis and paypal (edcb14c) 621 * adding preauth to hosted methods (ae66d22) 622 * bumping sdk to 0.1.19 (65246ac) 623 * Bumping version (4662919) 624 * changing order description name (2dadc48) 625 * cleaning old methods (d4cac70) 626 * cleanup of not used payment methods settings (a7b687d) 627 * click to pay integration (b6d1bf9) 628 * cofidis and monei logo width (ca3c596) 629 * cofidis js enqueue variable conflict (a6c77ad) 630 * cofidis tunning (8d2b9d8) 631 * fix version (036d8f4) 632 * fixing bug for manual capture payments (9b3e615) 633 * implementing cofidis payment gatewat (05cc72f) 634 * pre auth for all monei methods (ce7f5ce) 635 * reformating code (8909246) 636 * removing clicktopay (845a459) 637 * update composer (b42f7e5) 638 * Updating readme (c4ec0bc) 639 * widget logic working right. (70fb569) 640 * chore: release v5.4.0 (28ca6f1) 641 642 643 = v5.3.1 - 2021-10-04 = 644 * bump version (a6a65a2) 645 * update hooks (29d26b6) 646 * chore: release v5.3.1 (70d5298) 647 105 648 106 649 = v5.3.0 - 2021-10-04 = … … 304 847 * Version 4.2.1 (933186f) 305 848 306 2025-08-25 - version 6.3.9307 * Fix - Move ApplePay and Google Pay to a separated gateway308 * Fix - Add settings shortcut to plugins page309 * Fix - Add missing space in webhook notice310 311 849 2025-07-02 - version 6.3.7 312 850 * Fix - Send correct useragent version -
monei/tags/6.3.11/vendor/composer/installed.php
r3371147 r3371148 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '6.3. 9',5 'version' => '6.3. 9.0',6 'reference' => ' ff172a32708b1aaec0c868cbe936ca12e28ffe99',4 'pretty_version' => '6.3.11', 5 'version' => '6.3.11.0', 6 'reference' => '85ead568b408b44a3cbd87dabd4d8c312617e4a5', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '6.3. 9',15 'version' => '6.3. 9.0',16 'reference' => ' ff172a32708b1aaec0c868cbe936ca12e28ffe99',14 'pretty_version' => '6.3.11', 15 'version' => '6.3.11.0', 16 'reference' => '85ead568b408b44a3cbd87dabd4d8c312617e4a5', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
monei/tags/6.3.11/woocommerce-gateway-monei.php
r3371147 r3371148 11 11 * Plugin URI: https://wordpress.org/plugins/monei/ 12 12 * Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store. 13 * Version: 6.3. 913 * Version: 6.3.11 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/ -
monei/trunk/README.md
r3371147 r3371148 4 4 **Requires at least:** 5.0 5 5 **Tested up to:** 6.8 6 **Stable tag:** 6.3. 86 **Stable tag:** 6.3.10 7 7 **Requires PHP:** 7.2 8 8 **License:** GPLv2 or later … … 106 106 ## Changelog ## 107 107 108 108 ### v6.3.10 - 2025-10-01 ### 109 * fix: correct changelog template to show actual 6.3.8 release (0efe693) 110 * chore: release v6.3.10 (86d825a) 111 * chore: update CHANGELOG.md with corrected tag hash (f9b0dfa) 112 113 114 ### v6.3.9 - 2025-10-01 ### 115 * Fix amount when checkout data is updated (2013a03) 116 * Fix card input style (6c12a5a) 117 * Remove minified assets from vcs (5a6fd99) 118 * Update monei sdk (38a134a) 119 * Update setUserAgent to include comment (f6d85df) 120 * chore: add auto-generated CHANGELOG.md (50e9983) 121 * chore: auto-remove README.md after generation (b299478) 122 * chore: modernize build and release pipeline (21384f0) 123 * chore: release v6.3.9 (79b2f41) 124 * chore: remove redundant changelog.txt (1703044) 125 * chore: remove unnecessary README.md auto-deletion (86c727e) 126 * chore: setup automated changelog generation (e83b384) 127 * fix: properly configure changelog generation with placeholder (2cefc8c) 128 * fix: remove version limit from changelog generation (cfe33a3) 129 * fix: run changelog generation after tag creation (f9aedb5) 130 * fix: specify main plugin file for generate-wp-readme (f93edd3) 131 * fix: update 6.3.9 changelog entry with correct date and content (6050b35) 132 * refactor: move release-it config to separate file (18bf445) 133 * docs: document changelog generation system (3217a25) 134 135 136 ### v6.3.8 - 2025-09-10 ### 137 * Add 3ds credit card automated tests (0c7faf9) 138 * Add api key and method visibility tests (cf6615a) 139 * Add Bizum processor (d266a94) 140 * Add bizum success and fail (80909a4) 141 * Add cc vaulting tests (a955cb4) 142 * Add data-testid (11abfd9) 143 * Add e2e tests for transactions (ca8c7c5) 144 * Add google tests (ceab68d) 145 * Add missing space in webhook notice (4d4a5a1) 146 * Add order to clean up (0f6d32e) 147 * add pay-order-page tests (1083afc) 148 * Add PayPal processor tests (8ced045) 149 * Add settings shortcut to plugins page (dbcd179) 150 * Add transaction component no 3ds working (3a3f6ff) 151 * Add transaction hosted working (51330f9) 152 * Add user setup (54fe52e) 153 * Call hook directly (fe83d7e) 154 * Extract method (6485670) 155 * Fix incorrect method call and ignored return value (898c83d) 156 * Fix pages and product creation (3846588) 157 * Global setup create products (3a8e0ef) 158 * Improve token creation (7857d47) 159 * Log in case of error (14380b8) 160 * Migrate keys in case no credit card setting was saved (0f9efa0) 161 * Refactor apple-google and cc scripts into react components (fda37d4) 162 * Refactor ApplePay and GooglePay into separate gateway (44fa266) 163 * Refactor to reduce db calls (1b1432d) 164 * Remove automated tests from this PR (302c9af) 165 * Remove log and follow convention (ee74140) 166 * remove logs (9ca86e9) 167 * Remove looking into settings again when updating keys (e484889) 168 * Remove old payment methods transients on activation and update (c1cbad1) 169 * Revert version to 6.3.6 in package.json (6edd048) 170 * Set user agent in client after instantiation (a23d91c) 171 * Update after:bump hook in package.json to remove build command (c1d8f31) 172 * Update changelog (544f709) 173 * Update changelog (4279361) 174 * Update dependencies (d1d8323) 175 * Update package manager version (ab66343) 176 * Update package version to 6.3.6 (859bde9) 177 * Update plugin version for 6.3.7 release (f00178c) 178 * Update tests (6626d08) 179 * Update tests (116fbfb) 180 * Update to 6.3.6 version for release (e60b6ac) 181 * Update version number (4bb2309) 182 * Update version number (9966921) 183 * Update version number (1276822) 184 * Update version to 6.3.7 in readme and package.json (279670b) 185 * Uppercase Key in API Key (1d263b1) 186 * Use rounding (cb79abd) 187 * Use Woo api client (9c5362d) 188 * chore: release v6.3.8 (9bed803) 189 190 191 ### v6.3.5 - 2025-06-04 ### 192 * Add 30 seconds caching (73a4d1a) 193 * Change payment methods check to sdk (5e045eb) 194 * Remove cofidis (fef0d3b) 195 * Require php 7.4 for the package (841acfb) 196 * Update version to 6.3.5 for release (ba2437a) 197 198 199 ### v6.3.4 - 2025-05-30 ### 200 * Copy old keys only when no new keys are there (14b066f) 201 * Declare $handler to avoid dynamic-property deprecation (0a4aa60) 202 * Delete old key options (131f7f8) 203 * Do not load script if there is redirect flow setting (64f7135) 204 * Do not load script if there is redirect flow setting (0265b73) 205 * Fix live account description (aa3005c) 206 * Fix subscription check when no subscription present (c23050e) 207 * Get correct account id for classic checkout (865d23d) 208 * Remove bizum and google/apple when subs (b4c7df6) 209 * Remove redundant parameter() call and simplify factory (404e237) 210 * Return boolean when cart has subscription with yith (5852018) 211 * Send correct token to PayPal component (d0c74fa) 212 * Show API key settings button even no gateway available (fdec15c) 213 * Show CC when subscription in Block (2f851a5) 214 * Update changelog, readme and version (474c3c6) 215 * Update date for release (b2182d5) 216 * Update readme (0432ba0) 217 * Update readme (91ac9bc) 218 * Update tested version (6138a3a) 219 * Update version for release 6.3.4 (636bbda) 220 * Update version to 6.3.3 (0e0c71a) 221 * Use central API key for PayPal method (0132a7c) 222 * Use different accountId depending on selector (712c295) 223 * Use empty string if API option is missing (74d88ca) 224 225 226 ### v6.3.1 - 2025-04-24 ### 227 * Bail on renewal if already processing (718bc42) 228 * Fix change payment method in my account (48e2f07) 229 * Fix CS (b84f8ed) 230 * Refactor to integrate with YITH subscriptions (d94ea68) 231 * Update to release version to 6.3.0 (790b5f6) 232 * Use 2 API keys (97fdd93) 233 234 235 ### v6.2.1 - 2025-04-07 ### 236 * Modify composer dependency installation (a8082b1) 237 * Update plugin version (caf01fb) 238 * Update release action to use composer no-dev (0063b26) 239 * Update SDK version to V2 (5cc7cb8) 240 * Use ramsey/composer-install (8927c67) 241 242 243 ### v6.2.0 - 2025-02-18 ### 244 * Add autoload and container (eb943be) 245 * Add notice if gateway disabled in dashboard (2ad3517) 246 * Add PayPal in blocks (c163d58) 247 * Add Requires php to readme (51a6877) 248 * Add services to handle blocks creation (c79e774) 249 * Add services to handle paymentmethods API call (35174dd) 250 * Add wp cs standard rules and run cbf (d54055c) 251 * Bail if no nonce (c260fee) 252 * Button renders and closes (f460e47) 253 * Check directory is string before using (aba5560) 254 * Check file before including (59af5fb) 255 * Fix card message in hosted (b4fa074) 256 * Fix CS (19d9441) 257 * Fix CS (24e498c) 258 * Fix error when index missing (a5a357e) 259 * Fix errors (95fb7ff) 260 * Fix errors and warnings (f5566cc) 261 * Fix icon url (6f0299a) 262 * Fix place order button locator (1123995) 263 * Fix template path error (46071b0) 264 * Fix webhooks (c10bb15) 265 * Hide settings tab (d58ed31) 266 * Import classes (752a907) 267 * Load css script in admin (f4611f9) 268 * Move to src folders and standard names (7a24a42) 269 * Put review link in header (c8e0fe6) 270 * Remove extra links in banner (cf50738) 271 * Remove includes and use classes and container (a9c2588) 272 * Show correct icon w/ apple google (0bf61ec) 273 * Show method only if enabled (8afcd97) 274 * Update branch with cs fixes (494ec57) 275 * Update changelog in dedicated file (a719a6c) 276 * Update composer to ramain in php7.4 (31c669f) 277 * Update filter input (b4741ba) 278 * Update readme and changelog for release (172b629) 279 * Update version and changelog (dde3109) 280 * Use correct locator for place order button (abb570d) 281 282 283 ### v6.1.2 - 2024-12-26 ### 284 * Add assets to distignore (02644f0) 285 * Add changelog (50ce762) 286 * Add translated strings in moneiData (799179a) 287 * Fix errors (cdd5602) 288 * Fix strings typo (830cb3d) 289 * Move images from assets to public (49f8e3f) 290 * Update plugin version (4300899) 291 * Update readme (0cb5441) 292 * Update readme (a1e6914) 293 * Update stable tag (1f60092) 294 * Update woo tested version (bd3ed53) 295 * Update woo tested version (6a09218) 296 297 298 ### v6.1.1 - 2024-11-27 ### 299 * Release 6.1.0 (c641eaf) 300 * Release 6.1.1 (1d845b8) 301 302 303 ### v6.0.0 - 2024-11-22 ### 304 * Add an action to create build packages (7fd452c) 305 * Build assets in main release action (a9243cf) 306 * change package name to monei (fe96779) 307 * Do not remove filtered before (1195e2f) 308 * Fix name in action (16eded5) 309 * Remove node_modules and filtered from package and rename package (e8d1bbb) 310 * Update version to 6.0.0 (3eb92f3) 311 312 313 ### v5.9.1 - 2024-11-21 ### 314 * Roll back to previous version in .org (fb33d82) 315 316 317 ### v5.9.0 - 2024-11-21 ### 318 * Add apple/google logo and title dinamically (5f3b864) 319 * Add bizum component in classic (698001b) 320 * Add Bizum payment to blocks (c587968) 321 * Add block flag to completePayment for bizum (f652de9) 322 * Add card logo in shortcode checkout (c3d9656) 323 * Add cardholder name input (c042cf8) 324 * Add cardholder name to cc payload (758df4e) 325 * Add fix lint (e5969eb) 326 * Add Google/Apple payment to blocks (2de8b4a) 327 * Add header to plugin settings (f07a37c) 328 * Add link to api key settings from payments (f36f6f3) 329 * Add logos (d78bd92) 330 * add monei sdk in backend (5787aec) 331 * Add plugin settings tab (ad77c12) 332 * Add strings to translate (97aa498) 333 * Add styles to components (54c9d7e) 334 * Add total, currency and language for bizum block (8de2189) 335 * Add validation for cardholder name (46747c5) 336 * Add webpack config (7eab06d) 337 * Add wp scripts to handle assets (e1dc2ea) 338 * Adda Cart and Checkout Blocks (74bf032) 339 * Adds Null Coalescing to settings (f36f9f4) 340 * Allows for translation of Cancelled by MONEI order note (91da56f) 341 * Bail validation if card input empty (ec6fb64) 342 * Better variable names and comments for better understanding of JS files (5525402) 343 * Center logo in blocks (6ad84c7) 344 * Centralize api keys and log (ca9c5e9) 345 * Change version number and wc tested (64a3386) 346 * Check is active on bizum (bb3ac18) 347 * Confirm payment in client if block (01d70e2) 348 * Convert amount to cents in payment request (d1a9736) 349 * Copy apikey from cc so the update is easier (072a638) 350 * Create no apikey disabled notice (4bb5de0) 351 * Default checked to "Save payment information " (7a55a57) 352 * Disable submit button if apple selected (04d5a47) 353 * Enable the button to click (55609aa) 354 * Extract Google/Apple to a different component (b0da166) 355 * file_get_contents() is discouraged. (59fed6b) 356 * Fix bizum component failing (83bb470) 357 * Fix bug with redirection to Hosted Page (79aa67f) 358 * Fix fatal error on new install (9c48602) 359 * Fix google/apple to start transaction on auth (80c5adb) 360 * Fix js lint (827435e) 361 * Fix js lint (68d58c7) 362 * Fixes for process_payment() (865b494) 363 * Follow woo to display errors (d232405) 364 * Follow woo to display errors (1ae8b96) 365 * Hide bizum if not spain (be70bdd) 366 * Hide checkout saved cards (8164170) 367 * Improve css (45fe4da) 368 * Isolate apple logic in monei script (2b9c5b6) 369 * Move settings header to the left (8605241) 370 * Move testmode to central settings (1546f72) 371 * Only allow to be active if settings correct (f9e9a18) 372 * Pass language to components (fe7c3b1) 373 * Redirect to pay page on cc fail (161fa3d) 374 * Remove helper script (ae9a0f0) 375 * Remove helper script (874607b) 376 * Remove logs (6604ef5) 377 * Remove margin-bottom in request block (b601cfe) 378 * Remove unused file (02d3517) 379 * Removes ', you will be redirected to MONEI" (f7473f7) 380 * Rename and update build assets (2dbffc8) 381 * return failure to checkout (e1942ee) 382 * Return whether or not setup is required to function. (d686e48) 383 * Revert "file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead." (9692bc9) 384 * Rewrite cc block script (d5ecb0c) 385 * Save method token also from blocks (3da8e49) 386 * Send correct paymentDetails and redirect (9cf3a51) 387 * Show apple in separated method in classic (fdf6050) 388 * Show correct notice if apikey not found (3094ec9) 389 * Show save method selector (7321d31) 390 * Upadate WC tested up to (a90a4ee) 391 * Update assets build (f2a379d) 392 * Update checkout-monei-cc.js (dc1d897) 393 * Update class-wc-monei-ipn.php (0cd53af) 394 * Update classic checkout (0bff922) 395 * update logos (4995a92) 396 * Update plugin version (25f190a) 397 * Update styles to follow block checkout (7497a68) 398 * Update styles to follow block checkout (6371d07) 399 * Updates WP & WC tested up to headers (a262570) 400 * Use bizum button component in blocks (2ac2042) 401 * use central api keys (075572d) 402 * Use central apikey or bail to cc (a5971cf) 403 * Use central debug (85c40fa) 404 * Use centralized api on cc and bizum (cc4752d) 405 * Use minified script version in public (f4e9bca) 406 * Use the new GoogleAppleGateway only in blocks (24c2ec0) 407 * Write Monei all uppercase (a71ab59) 408 * Chore: release 5.9.0 (27964d2) 409 410 411 ### v5.8.13 - 2024-08-29 ### 412 * Add composer.lock to .distignore (a524318) 413 * add css class to icons (11fd278) 414 * Add css to frame of buttons (12be5bf) 415 * Add js observer on retry page to init field on load (c9645fb) 416 * Add js observer on retry page to init field on load (f41297f) 417 * Add notice on fail, undo changes on cancel (9e34242) 418 * Echo url link (d54f881) 419 * Fix for #56 (420ca38), closes #56 420 * Fix for #56 (3c5434b), closes #56 421 * Log responseBody message on cardholder validation failure (282bc24) 422 * move log condition to class (753f1f2) 423 * return to pay page on failed and put to pending payment (38ae33c) 424 * update .gitignore (67845fa) 425 * Update class-wc-monei-redirect-hooks.php (ae675d3) 426 * Update failed payment message (679b8e1) 427 * Update validation rule (73999db) 428 * Update version and tested versions (8c3da27) 429 * Update yarn pnp after first build (edf27c1) 430 * update yarn version (09b070d) 431 * Use wc validation to show translated errors (1746131) 432 * chore: release v5.8.13 (30b3fff) 433 434 435 ### v5.8.12 - 2024-06-10 ### 436 * Fix webhook validation issue (a1a5e73) 437 * chore: release v5.8.12 (f3063e8) 438 439 440 ### v5.8.11 - 2024-05-30 ### 441 * add WooCommerce HPOS compatibility (0aa738b) 442 * chore: release v5.8.11 (efa6b4a) 443 444 445 ### v5.8.10 - 2024-05-27 ### 446 * update tested up to version (6a589ba) 447 * chore: release v5.8.10 (c0cb9bd) 448 449 450 ### v5.8.9 - 2024-05-22 ### 451 * update apple-developer-merchantid-domain-association (edc594e) 452 * chore: release v5.8.9 (c375859) 453 454 455 ### v5.8.8 - 2024-05-06 ### 456 * Fixes Partial refunds are displayed as full refunds (c66d8e6) 457 * update changelog (f366ad4) 458 * update yarn (e6a2f2c) 459 * chore: release v5.8.8 (05d065b) 460 461 462 ### v5.8.7 - 2024-05-03 ### 463 * - update monei-php-sdk to 2.4.0 (d168ca5) 464 * chore: release v5.8.7 (ce755e4) 465 466 467 ### v5.8.6 - 2024-04-16 ### 468 * dont export files (00d19b4) 469 * dont update body description (65b3e11) 470 * ignore git folder (b81cde3) 471 * update tested up to versions (8166e4a) 472 * chore: release v5.8.6 (3bbd858) 473 474 475 ### v5.8.5 - 2024-04-08 ### 476 * fix build (531a227) 477 * use zip action (23b6199) 478 * chore: release v5.8.5 (00ec6af) 479 480 481 ### v5.8.4 - 2024-04-06 ### 482 * update plugin name (6315f11) 483 * chore: release v5.8.4 (c317a3e) 484 485 486 ### v5.8.3 - 2024-04-06 ### 487 * create release archive (3bb67b0) 488 * chore: release v5.8.3 (4ad05c1) 489 490 491 ### v5.8.2 - 2024-04-06 ### 492 * Ignore vendor folder (473c322) 493 * remove vendor folder (cfd41a4) 494 * upgrade actions/checkout (491a4af) 495 * chore: release v5.8.2 (d62c6c9) 496 497 498 ### v5.8.1 - 2024-04-05 ### 499 * fix expose_on_domain_association_request (95b94ef) 500 * chore: release v5.8.1 (d26a74a) 501 502 503 ### v5.8.0 - 2024-04-05 ### 504 * - cleanup (7eb0223) 505 * add ! defined( 'ABSPATH' ) check (a67f0e9) 506 * Change plugin name (4bd0b4f) 507 * escape echos (9c651c2) 508 * file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead. (4bee441) 509 * fix translations (b3aa14a) 510 * remove old vendor filed (6abc4e0) 511 * Revert "update version to 6.0.0" (75a0b58) 512 * sanitize $_GETs (9ffecbb) 513 * sanitize $_SERVERs (34e16f9) 514 * sanitize filter_inputs (0af20e3) 515 * update plugin name (c263590) 516 * update readme (7f3679c) 517 * update version to 6.0.0 (dcd3d3c) 518 * update wp_verify_nonce (19d1040) 519 * chore: release v5.8.0 (e6857b1) 520 521 522 ### v5.7.2 - 2024-03-20 ### 523 * add license (cbac3af) 524 * update WordPress tested up to version (5f12044) 525 * chore: release v5.7.2 (d0c56b7) 526 527 528 ### v5.7.1 - 2023-12-11 ### 529 * update vendor dependencies (200370c) 530 * update vendor dependencies (2863ba7) 531 * chore: release v5.7.1 (d95a22a) 532 533 534 ### v5.7.0 - 2023-11-30 ### 535 * update dependencies (f346f86) 536 * chore: release v5.7.0 (fa33f68) 537 538 539 ### v5.6.8 - 2023-08-28 ### 540 * Update abstract-wc-monei-payment-gateway-hosted.php (df1b8cd) 541 * chore: release v5.6.8 (51ac76c) 542 543 544 ### v5.6.7 - 2023-01-13 ### 545 * updated versions metadata compatibility (d9abb80) 546 * chore: release v5.6.7 (799b35f) 547 548 549 ### v5.6.6 - 2022-03-15 ### 550 * Adding PHP requires (58fd3bf) 551 * Bumping woo tested version (cd5838c) 552 * Upgrading monei sdk/guzzle (2f3e845) 553 * chore: release v5.6.6 (ef2675f) 554 555 556 ### v5.6.5 - 2022-02-22 ### 557 * fix trailing coma (42ffd5b) 558 * chore: release v5.6.5 (e98c1f8) 559 560 561 ### v5.6.4 - 2022-02-11 ### 562 * hiding/showing payment request button on tokenised card selection (a5ddadf) 563 * chore: release v5.6.4 (cd0cd30) 564 565 566 ### v5.6.3 - 2022-02-04 ### 567 * adding shipping and billing info. (9f5f04e) 568 * Bump node-fetch from 2.6.1 to 2.6.7 in /build (e46de16) 569 * update readme (aba2b1b) 570 * upgrade dependencies (67341aa) 571 * chore: release v5.6.3 (70c903d) 572 573 574 ### v5.6.2 - 2022-01-25 ### 575 * Bug fixing for paymentRequest and Cofidis on update checkout event (5832a06) 576 * updating tested up (42fb2cf) 577 * chore: release v5.6.2 (abfd1a0) 578 579 580 ### v5.6.1 - 2022-01-12 ### 581 * fix typos (f7f15b9) 582 * Updating readme. (ef88921) 583 * chore: release v5.6.1 (4f0cb7f) 584 585 586 ### v5.6.0 - 2021-12-15 ### 587 * Adding apple verification (c1fdf55) 588 * automatic apple domain registration (f5894e3) 589 * bugfixing (54cf8d4) 590 * bumping monei sdk to 1.0 (0cc70fc) 591 * bumping version (9f93b75) 592 * dont expose file if setting not active (008a795) 593 * fix version (387dfb1) 594 * fixing api keys problem (fc1329a) 595 * google pay (8ef0bd5) 596 * Updating apple pay wording (2da6d39) 597 * chore: release v5.6.0 (45eb814) 598 599 600 ### v5.5.0 - 2021-11-22 ### 601 * adding free sing ups trial version (0 payment) (5638cf9) 602 * adding subscription payment creation (e35c2a2) 603 * adding subscription support (d8164ad) 604 * Adding support for change payment method in subscription. Enriching payment method name for subs. (e17355f) 605 * allowing multiple subscriptions (3df5f0c) 606 * autoreplace version on build (0508fc1) 607 * bumping wc support (aeb6c8d) 608 * change subscription payment method (d965a18) 609 * fixing bug (bab5f2b) 610 * fixing few bugs (099f3ca) 611 * renewal payment process and retry payment process (94fd503) 612 * saving sequence id on subscription payments (f31f263) 613 * subscription info saved on subscription level (aeccc44) 614 * update version (c13a481) 615 * updating changelog (f933173) 616 * chore: release v5.5.0 (44aa3c1) 617 618 619 ### v5.4.0 - 2021-10-13 ### 620 * 75 and 1000 included (a6aa160) 621 * Adding custom user agent to api request (0657f2e) 622 * Adding pre auth to cofidis and paypal (edcb14c) 623 * adding preauth to hosted methods (ae66d22) 624 * bumping sdk to 0.1.19 (65246ac) 625 * Bumping version (4662919) 626 * changing order description name (2dadc48) 627 * cleaning old methods (d4cac70) 628 * cleanup of not used payment methods settings (a7b687d) 629 * click to pay integration (b6d1bf9) 630 * cofidis and monei logo width (ca3c596) 631 * cofidis js enqueue variable conflict (a6c77ad) 632 * cofidis tunning (8d2b9d8) 633 * fix version (036d8f4) 634 * fixing bug for manual capture payments (9b3e615) 635 * implementing cofidis payment gatewat (05cc72f) 636 * pre auth for all monei methods (ce7f5ce) 637 * reformating code (8909246) 638 * removing clicktopay (845a459) 639 * update composer (b42f7e5) 640 * Updating readme (c4ec0bc) 641 * widget logic working right. (70fb569) 642 * chore: release v5.4.0 (28ca6f1) 643 644 645 ### v5.3.1 - 2021-10-04 ### 646 * bump version (a6a65a2) 647 * update hooks (29d26b6) 648 * chore: release v5.3.1 (70d5298) 649 650 651 ### v5.3.0 - 2021-10-04 ### 652 * update hooks (469c7b4) 653 * update hooks (deabcc9) 654 * update hooks (20241de) 655 * update hooks (d0c0795) 656 * update readme.txt (369ded9) 657 * chore: release v5.3.0 (6faa01e) 658 659 660 ### v5.2.5 - 2021-10-04 ### 661 * downgrade release-it (dc0b48e) 662 * downgrade release-it (77443b2) 663 * update hook (96f5bc0) 664 * chore: release v5.2.5 (da836c8) 665 666 667 ### v5.2.4 - 2021-10-04 ### 668 * remove minified version (b1ba844) 669 * update hook (d16de80) 670 * update version (d1973c5) 671 * use after init hook (b2a0860) 672 * chore: release v5.2.4 (e26a5cb) 673 674 675 ### v5.2.3 - 2021-10-04 ### 676 * add build script (bbf5c68) 677 * add hooks (83e9cc7) 678 * changes css (45a462e) 679 * fixing confirm payment bug usage case (e26efc2) 680 * fixing container bug (eb1905f) 681 * update readme (532e16b) 682 * chore: release v5.2.3 (e6f6c6f) 683 684 685 ### v5.2.2 - 2021-10-04 ### 686 * remove type declaration for bootstrap80.php (4adbf31) 687 * chore: release v5.2.2 (02744be) 688 689 690 ### v5.2.1 - 2021-10-04 ### 691 * remove type declaration for bootstrap80.php (c8c225e) 692 * upgrade dependencies (75dbff3) 693 * chore: release v5.2.1 (0a50df2) 694 695 696 ### v5.2.0 - 2021-10-04 ### 697 * 2 steps payment (5e7f4fe) 698 * Adding checks on saving settings to see if all data available. (550b2b6) 699 * Adding general CC class (f919374) 700 * adding minified version (b75afae) 701 * adding support to add payment method (d7b8f59) 702 * bug is_monei_saved_token_selected (8c9b869) 703 * bumping monei sdk (bd4f77b) 704 * bumping version (a015897) 705 * bumping version sdk 0.1.16 (ca9a7b9) 706 * do not export github folder (894cd40) 707 * fixing add payment method with component card (5c14b9d) 708 * fixing bug in monei_token_exists (10a2369) 709 * fixing bug on add payment cards when operation is a failure (0f2280f) 710 * fixing bug to tokenise card on its own payment method. (6d8fbb6) 711 * fixing bug with tokenised cards, assigning to the right cc provider. (6263299) 712 * fixing checkout js problems and my account add card issue. (8cc8162) 713 * improving styling (6ef35de) 714 * making compatible hosted and component within same class. (becc65c) 715 * Payment Token and submit (323a15b) 716 * payment with tokenised card in checkout screen. (c8a3f84) 717 * removing warnings (e8d7601) 718 * sdk (11bdd1c) 719 * solving bugs, missing cardname, missing on saved cc, initialize crd (fcc778c) 720 * support to add payment method (20cea64) 721 * update stable tag (716fac8) 722 * updated styles and bumped version to 5.2 (2dd306d) 723 * updating styling (d6ba7c4) 724 * chore: release v5.2.0 (262b5ed) 725 726 727 ### v5.1.2 - 2021-07-28 ### 728 * configure automatic releases (be2ee90) 729 * chore: release v5.1.2 (9bfcd7d) 730 731 732 ### v5.1.1 - 2021-07-28 ### 733 * update stable tag (47783fc) 734 735 736 ### v5.1.0 - 2021-07-28 ### 737 * - check if WooCommerce plugin is activated (5d7b61c) 738 * - decode secret token to get channel credentials (53dae33) 739 * - document code (6bff421) 740 * - move api methods to a separate class (f376cfb) 741 * - refactor all public methods to be uniquely namespaced (4e5f5a9) 742 * - refactor callback logic to use our endpoint (b479f5f) 743 * - replace payon wiget with monei widget (17bb89d) 744 * - save monei transaction status in order (93b5001) 745 * - support basic configurations (5025616) 746 * adapting bizum settings (9b7c4ed) 747 * Add file via upload (6fac72e) 748 * add monei logo to the repo (6d907ce) 749 * add paypal, bitocin, alipay to payment methods (f6cb3f1) 750 * add readme.txt (d47c98e) 751 * Added refunds. (5006311) 752 * adding action to ipn failure (2916a19) 753 * Adding basic API SDK wrapper (0ff57c0) 754 * Adding custom logger wrapper (2fe3c52) 755 * adding empty bizum class (538bca0) 756 * adding new core functions (1bf26a0) 757 * Adding some docs (6f1d322) 758 * Adding tokenisation to checkout (f3ad25c) 759 * Adding tokenisation to checkout form (316db95) 760 * Adding wordpress readme.txt (3d21c40) 761 * assents (ec382e4) 762 * AUTH + IPN (cc56c06) 763 * bumping v (a982f16) 764 * cancel pre-auth orders. (374da8e) 765 * capture payments (b3459eb) 766 * changing order status when refunded. (a7e05c2) 767 * changing redirect filename (cc8cc23) 768 * cleanup (3ab1e18) 769 * components not available yet. (bafd4db) 770 * Create main.yml (bd5a978) 771 * Creating new foundation for the plugin. (568cc01) 772 * Delete .DS_Store (4a548b9) 773 * Delete .DS_Store (7d09a15) 774 * Delete .DS_Store (3b56c3f) 775 * Delete redsys.png (0659238) 776 * first commit to credit card component (e482e7d) 777 * first revision after testing. (f974cb5) 778 * fix action typo (5a95956) 779 * fix param typo (07a9d7c) 780 * fix settings link (5e4fb6d) 781 * fixing logging file name (2adff74) 782 * fixing typo (1597343) 783 * generate a dynamic link to the transaction in admin view (1497eed) 784 * get test_mode from decoded token (2a2a5d3) 785 * handle failUrl from monei. (fb565fc) 786 * Including IPN class to handle callbacks from Monei (7e139fa) 787 * indentation (96ebd26) 788 * Initial commit (d209425) 789 * js errors done right. (e84a098) 790 * minor fixes and code cleanup (a1d81b6) 791 * more bizum (12a3201) 792 * more refactor (5faddfc) 793 * on monei selected, trigger init (5832539) 794 * on user action back to store, we shouldn't cancel, rather redirect them to checkout page. (77e2141) 795 * order on-hold on auth (84212f0) 796 * pass wp locale to widget (50f5303) 797 * password not longer used. (2028088) 798 * paypal payment method (46c3968) 799 * plugin (784b568) 800 * provide shipping address (5a9e5e7) 801 * refactor to hosted payment methods. (6ddd6db) 802 * refactoring gateway constructor, removing unused functionality (914832b) 803 * refactoring on valid IPN (0e16c9d) 804 * refactoring process payment. (9a1e8d1) 805 * refunds done right. (2a0114b) 806 * remove type annotations (ffa7a0e) 807 * removed unnecessary metadata (e6d36bd) 808 * rename decode => woo_monei_decode_token (8c390e6) 809 * rename not allowed function names (fb409d7) 810 * replace monei.net -> monei.com (cd376cd) 811 * replace money logo (f565662) 812 * Revert (7f005fa) 813 * saving expiration date (1416c2b) 814 * sending payment method as card (61670c9) 815 * show ssl error only on monei settings page (50832ce) 816 * some cleanup (1156edb) 817 * some extra refactor en payment gateway (47e0a4a) 818 * some refactoring (5620321) 819 * support most of presentational parameters (b8c191b) 820 * tabs (7def901) 821 * Tokenisation support for "add card" on profile. (4220318) 822 * Update (e255552) 823 * update copy (80c9edd) 824 * update copy (6a0b599) 825 * update copy (243f18e) 826 * Update main.yml (499bb3f) 827 * Update main.yml (b9b32fd) 828 * Update main.yml (b765061) 829 * Update module (dc63a73) 830 * update readme (9a0944a) 831 * update readme (1abd27a) 832 * update readme (ee09f85) 833 * update readme (d32f16a) 834 * Update readme (f2d88a8) 835 * Update readme (0ccce57) 836 * Update Readme (5583e03) 837 * Update README.md (19ab018) 838 * Update README.md (9812a11) 839 * Update README.md (073b1e7) 840 * Update README.md (6e216f4) 841 * update stable tag (3c64e5a) 842 * update version (941093b) 843 * updating php sdk (edfe873) 844 * use chosen.js to make brands selection user friendly (85d9a1e) 845 * Version (e46553a) 846 * Version 2.0.0 (87c48f7) 847 * Version 2.1 (b8de90d) 848 * Version 3.0 (9906102) 849 * Version 4.2.1 (933186f) 850 851 2025-08-25 - version 6.3.8 852 * Fix - Move ApplePay and Google Pay to a separated gateway 853 * Fix - Add settings shortcut to plugins page 854 * Fix - Add missing space in webhook notice 855 856 2025-07-02 - version 6.3.7 857 * Fix - Send correct useragent version 858 * Fix - plugin crashes when updating from older version 859 860 2025-06-05 - version 6.3.7 861 * Fix - Remove old _payment_method transients on activation and update 862 863 2025-06-04 - version 6.3.5 864 * Fix - Remove Cofidis payment method as is not supported 865 * Fix - Reduce caching of payment methods and change to Monei SDK 866 867 2025-05-30 - version 6.3.4 868 * Fix - Redirect flow not working in classic checkout 869 870 2025-05-14 - version 6.3.3 871 * Fix - Error copying old keys that hides the gateway 872 * Fix - Component buttons not showing in classic checkout 873 * Fix - PayPal button not working in block checkout 874 875 2025-05-05 - version 6.3.2 876 * Fix - Error in checkout when no subscription plugin present 877 * Fix - Showing only available payment methods when subscription product in cart 878 * Fix - Error in API key selector expected test/live account id 879 880 2025-04-25 - version 6.3.1 881 * Fix - Checkout errors. Rollback to version 6.2.1 882 883 2025-04-24 - version 6.3.0 884 * Add - Selector for live/test API key, now we save both 885 * Add - Integration for YITH Subscriptions 886 * Fix - Change payment method for subscriptions 887 * Fix - Renewal process in WooCommerce Subscriptions 888 889 2025-04-07 - version 6.2.1 890 * Fix - Update Monei SDK to V2 891 892 2025-02-18 - version 6.2.0 893 * Add - PayPal method in block checkout 894 * Fix - Plugin check issues 895 * Fix - Show only the methods enabled in MONEI dashboard 896 * Fix - Show correct icon for Apple Pay and GooglePay 897 * Fix - Remove MONEI settings tab 898 * Fix - Remove support and review link from banner 899 900 2024-12-26 - version 6.1.2 901 * Fix - Cardholder Name not translated in block checkout 902 * Fix - Plugin check issues 903 * Fix - Move images to public folder 904 905 2024-11-27 - version 6.1.1 906 * Fix - Default css class in container 907 908 2024-11-26 - version 6.1.0 909 * Add - Multibanco payment method 910 * Add - MBWay payment method 911 * Fix - Add default css class for checkout inputs 912 * Fix - Add credit card icons with more cards 913 914 2024-11-22 - version 6.0.0 915 * Fix - Bump release number to 6.0.0 916 917 2024-11-21 - version 5.9.0 918 * Add - Credit card to block checkout 919 * Add - Bizum button to block checkout without redirect 920 * Add - Bizum button to short-code checkout 921 * Add - Apple and Google buttons as independent method to block checkout 922 * Add - Apple and Google buttons as independent method to short-code checkout 923 * Add - Credit card cardholder name in short-code checkout 924 * Add - Monei settings in a separated tab 925 * Add - Central API keys, and logs 926 * Fix - Disable gateways if no API keys 927 * Fix - Credit card fields follows WooCommerce styles 928 * Fix - Gateway disappear if no description provided 929 930 2024-8-29 - version 5.8.13 931 * Fix - Apple Validation file error 932 * Fix - Remove checkout Apple/Google buttons border 933 * Fix - Redirect to cart on fail - now we redirect to retry 934 * Fix - Onboarding message links 935 * Fix - Error message object on invalid Credit Card name 936 * Fix - Card input error message (@greguly) 937 * Fix - Log disabled if credit card logs disabled - now are independent 938 * Fix - Button render issues 939 940 2024-6-10 - version 5.8.12 941 * Update dependencies 942 943 2023-11-30 - version 5.7.0 944 * Update dependencies 945 946 2022-5-15 - version 5.6.6 947 * Monei PHP SDK upgrade. Guzzle 7.x 948 949 2022-2-11 - version 5.6.4 950 * Hide/Show Payment request button on tokenized card selection 951 952 2022-2-4 - version 5.6.3 953 * Pass billing and shipping information when transaction is created 954 955 2022-1-12 - version 5.6.1 956 * Readme Update. 957 958 2021-12-15 - version 5.6 959 * Apple / Google Pay Support. 960 * Minor fixes. 961 * API keys from different payment methods support. 962 963 2021-11-22 - version 5.5 964 * Adding Subscriptions Support. 965 * Minor fixes. 966 967 2021-10-13- version 5.4 968 * Adding Cofidis Support. 969 * Adding Pre-Auth to Paypal. 970 * Bug Fixing. 971 972 2021-10-4 - version 5.2 973 * Adding Component CC and Hosted CC Support. 974 * Fixing Warnings. 975 976 2021-7-27 - version 5.0 977 * Major refactor. -
monei/trunk/class-woocommerce-gateway-monei.php
r3371147 r3371148 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 6.3. 98 * @version 6.3.11 9 9 */ 10 10 … … 26 26 * @var string 27 27 */ 28 public $version = '6.3. 9';28 public $version = '6.3.11'; 29 29 30 30 /** -
monei/trunk/readme.txt
r3371147 r3371148 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 6.3. 96 Stable tag: 6.3.11 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 103 103 104 104 == Changelog == 105 106 = v6.3.11 - 2025-10-01 = 107 * fix: correct changelog template to show actual 6.3.8 release (0efe693) 108 * chore: release v6.3.11 (86d825a) 109 * chore: update CHANGELOG.md with corrected tag hash (f9b0dfa) 110 111 112 = v6.3.9 - 2025-10-01 = 113 * Fix amount when checkout data is updated (2013a03) 114 * Fix card input style (6c12a5a) 115 * Remove minified assets from vcs (5a6fd99) 116 * Update monei sdk (38a134a) 117 * Update setUserAgent to include comment (f6d85df) 118 * chore: add auto-generated CHANGELOG.md (50e9983) 119 * chore: auto-remove README.md after generation (b299478) 120 * chore: modernize build and release pipeline (21384f0) 121 * chore: release v6.3.9 (79b2f41) 122 * chore: remove redundant changelog.txt (1703044) 123 * chore: remove unnecessary README.md auto-deletion (86c727e) 124 * chore: setup automated changelog generation (e83b384) 125 * fix: properly configure changelog generation with placeholder (2cefc8c) 126 * fix: remove version limit from changelog generation (cfe33a3) 127 * fix: run changelog generation after tag creation (f9aedb5) 128 * fix: specify main plugin file for generate-wp-readme (f93edd3) 129 * fix: update 6.3.9 changelog entry with correct date and content (6050b35) 130 * refactor: move release-it config to separate file (18bf445) 131 * docs: document changelog generation system (3217a25) 132 133 134 = v6.3.8 - 2025-09-10 = 135 * Add 3ds credit card automated tests (0c7faf9) 136 * Add api key and method visibility tests (cf6615a) 137 * Add Bizum processor (d266a94) 138 * Add bizum success and fail (80909a4) 139 * Add cc vaulting tests (a955cb4) 140 * Add data-testid (11abfd9) 141 * Add e2e tests for transactions (ca8c7c5) 142 * Add google tests (ceab68d) 143 * Add missing space in webhook notice (4d4a5a1) 144 * Add order to clean up (0f6d32e) 145 * add pay-order-page tests (1083afc) 146 * Add PayPal processor tests (8ced045) 147 * Add settings shortcut to plugins page (dbcd179) 148 * Add transaction component no 3ds working (3a3f6ff) 149 * Add transaction hosted working (51330f9) 150 * Add user setup (54fe52e) 151 * Call hook directly (fe83d7e) 152 * Extract method (6485670) 153 * Fix incorrect method call and ignored return value (898c83d) 154 * Fix pages and product creation (3846588) 155 * Global setup create products (3a8e0ef) 156 * Improve token creation (7857d47) 157 * Log in case of error (14380b8) 158 * Migrate keys in case no credit card setting was saved (0f9efa0) 159 * Refactor apple-google and cc scripts into react components (fda37d4) 160 * Refactor ApplePay and GooglePay into separate gateway (44fa266) 161 * Refactor to reduce db calls (1b1432d) 162 * Remove automated tests from this PR (302c9af) 163 * Remove log and follow convention (ee74140) 164 * remove logs (9ca86e9) 165 * Remove looking into settings again when updating keys (e484889) 166 * Remove old payment methods transients on activation and update (c1cbad1) 167 * Revert version to 6.3.6 in package.json (6edd048) 168 * Set user agent in client after instantiation (a23d91c) 169 * Update after:bump hook in package.json to remove build command (c1d8f31) 170 * Update changelog (544f709) 171 * Update changelog (4279361) 172 * Update dependencies (d1d8323) 173 * Update package manager version (ab66343) 174 * Update package version to 6.3.6 (859bde9) 175 * Update plugin version for 6.3.7 release (f00178c) 176 * Update tests (6626d08) 177 * Update tests (116fbfb) 178 * Update to 6.3.6 version for release (e60b6ac) 179 * Update version number (4bb2309) 180 * Update version number (9966921) 181 * Update version number (1276822) 182 * Update version to 6.3.7 in readme and package.json (279670b) 183 * Uppercase Key in API Key (1d263b1) 184 * Use rounding (cb79abd) 185 * Use Woo api client (9c5362d) 186 * chore: release v6.3.8 (9bed803) 187 188 189 = v6.3.5 - 2025-06-04 = 190 * Add 30 seconds caching (73a4d1a) 191 * Change payment methods check to sdk (5e045eb) 192 * Remove cofidis (fef0d3b) 193 * Require php 7.4 for the package (841acfb) 194 * Update version to 6.3.5 for release (ba2437a) 195 196 197 = v6.3.4 - 2025-05-30 = 198 * Copy old keys only when no new keys are there (14b066f) 199 * Declare $handler to avoid dynamic-property deprecation (0a4aa60) 200 * Delete old key options (131f7f8) 201 * Do not load script if there is redirect flow setting (64f7135) 202 * Do not load script if there is redirect flow setting (0265b73) 203 * Fix live account description (aa3005c) 204 * Fix subscription check when no subscription present (c23050e) 205 * Get correct account id for classic checkout (865d23d) 206 * Remove bizum and google/apple when subs (b4c7df6) 207 * Remove redundant parameter() call and simplify factory (404e237) 208 * Return boolean when cart has subscription with yith (5852018) 209 * Send correct token to PayPal component (d0c74fa) 210 * Show API key settings button even no gateway available (fdec15c) 211 * Show CC when subscription in Block (2f851a5) 212 * Update changelog, readme and version (474c3c6) 213 * Update date for release (b2182d5) 214 * Update readme (0432ba0) 215 * Update readme (91ac9bc) 216 * Update tested version (6138a3a) 217 * Update version for release 6.3.4 (636bbda) 218 * Update version to 6.3.3 (0e0c71a) 219 * Use central API key for PayPal method (0132a7c) 220 * Use different accountId depending on selector (712c295) 221 * Use empty string if API option is missing (74d88ca) 222 223 224 = v6.3.1 - 2025-04-24 = 225 * Bail on renewal if already processing (718bc42) 226 * Fix change payment method in my account (48e2f07) 227 * Fix CS (b84f8ed) 228 * Refactor to integrate with YITH subscriptions (d94ea68) 229 * Update to release version to 6.3.0 (790b5f6) 230 * Use 2 API keys (97fdd93) 231 232 233 = v6.2.1 - 2025-04-07 = 234 * Modify composer dependency installation (a8082b1) 235 * Update plugin version (caf01fb) 236 * Update release action to use composer no-dev (0063b26) 237 * Update SDK version to V2 (5cc7cb8) 238 * Use ramsey/composer-install (8927c67) 239 240 241 = v6.2.0 - 2025-02-18 = 242 * Add autoload and container (eb943be) 243 * Add notice if gateway disabled in dashboard (2ad3517) 244 * Add PayPal in blocks (c163d58) 245 * Add Requires php to readme (51a6877) 246 * Add services to handle blocks creation (c79e774) 247 * Add services to handle paymentmethods API call (35174dd) 248 * Add wp cs standard rules and run cbf (d54055c) 249 * Bail if no nonce (c260fee) 250 * Button renders and closes (f460e47) 251 * Check directory is string before using (aba5560) 252 * Check file before including (59af5fb) 253 * Fix card message in hosted (b4fa074) 254 * Fix CS (19d9441) 255 * Fix CS (24e498c) 256 * Fix error when index missing (a5a357e) 257 * Fix errors (95fb7ff) 258 * Fix errors and warnings (f5566cc) 259 * Fix icon url (6f0299a) 260 * Fix place order button locator (1123995) 261 * Fix template path error (46071b0) 262 * Fix webhooks (c10bb15) 263 * Hide settings tab (d58ed31) 264 * Import classes (752a907) 265 * Load css script in admin (f4611f9) 266 * Move to src folders and standard names (7a24a42) 267 * Put review link in header (c8e0fe6) 268 * Remove extra links in banner (cf50738) 269 * Remove includes and use classes and container (a9c2588) 270 * Show correct icon w/ apple google (0bf61ec) 271 * Show method only if enabled (8afcd97) 272 * Update branch with cs fixes (494ec57) 273 * Update changelog in dedicated file (a719a6c) 274 * Update composer to ramain in php7.4 (31c669f) 275 * Update filter input (b4741ba) 276 * Update readme and changelog for release (172b629) 277 * Update version and changelog (dde3109) 278 * Use correct locator for place order button (abb570d) 279 280 281 = v6.1.2 - 2024-12-26 = 282 * Add assets to distignore (02644f0) 283 * Add changelog (50ce762) 284 * Add translated strings in moneiData (799179a) 285 * Fix errors (cdd5602) 286 * Fix strings typo (830cb3d) 287 * Move images from assets to public (49f8e3f) 288 * Update plugin version (4300899) 289 * Update readme (0cb5441) 290 * Update readme (a1e6914) 291 * Update stable tag (1f60092) 292 * Update woo tested version (bd3ed53) 293 * Update woo tested version (6a09218) 294 295 296 = v6.1.1 - 2024-11-27 = 297 * Release 6.1.0 (c641eaf) 298 * Release 6.1.1 (1d845b8) 299 300 301 = v6.0.0 - 2024-11-22 = 302 * Add an action to create build packages (7fd452c) 303 * Build assets in main release action (a9243cf) 304 * change package name to monei (fe96779) 305 * Do not remove filtered before (1195e2f) 306 * Fix name in action (16eded5) 307 * Remove node_modules and filtered from package and rename package (e8d1bbb) 308 * Update version to 6.0.0 (3eb92f3) 309 310 311 = v5.9.1 - 2024-11-21 = 312 * Roll back to previous version in .org (fb33d82) 313 314 315 = v5.9.0 - 2024-11-21 = 316 * Add apple/google logo and title dinamically (5f3b864) 317 * Add bizum component in classic (698001b) 318 * Add Bizum payment to blocks (c587968) 319 * Add block flag to completePayment for bizum (f652de9) 320 * Add card logo in shortcode checkout (c3d9656) 321 * Add cardholder name input (c042cf8) 322 * Add cardholder name to cc payload (758df4e) 323 * Add fix lint (e5969eb) 324 * Add Google/Apple payment to blocks (2de8b4a) 325 * Add header to plugin settings (f07a37c) 326 * Add link to api key settings from payments (f36f6f3) 327 * Add logos (d78bd92) 328 * add monei sdk in backend (5787aec) 329 * Add plugin settings tab (ad77c12) 330 * Add strings to translate (97aa498) 331 * Add styles to components (54c9d7e) 332 * Add total, currency and language for bizum block (8de2189) 333 * Add validation for cardholder name (46747c5) 334 * Add webpack config (7eab06d) 335 * Add wp scripts to handle assets (e1dc2ea) 336 * Adda Cart and Checkout Blocks (74bf032) 337 * Adds Null Coalescing to settings (f36f9f4) 338 * Allows for translation of Cancelled by MONEI order note (91da56f) 339 * Bail validation if card input empty (ec6fb64) 340 * Better variable names and comments for better understanding of JS files (5525402) 341 * Center logo in blocks (6ad84c7) 342 * Centralize api keys and log (ca9c5e9) 343 * Change version number and wc tested (64a3386) 344 * Check is active on bizum (bb3ac18) 345 * Confirm payment in client if block (01d70e2) 346 * Convert amount to cents in payment request (d1a9736) 347 * Copy apikey from cc so the update is easier (072a638) 348 * Create no apikey disabled notice (4bb5de0) 349 * Default checked to "Save payment information " (7a55a57) 350 * Disable submit button if apple selected (04d5a47) 351 * Enable the button to click (55609aa) 352 * Extract Google/Apple to a different component (b0da166) 353 * file_get_contents() is discouraged. (59fed6b) 354 * Fix bizum component failing (83bb470) 355 * Fix bug with redirection to Hosted Page (79aa67f) 356 * Fix fatal error on new install (9c48602) 357 * Fix google/apple to start transaction on auth (80c5adb) 358 * Fix js lint (827435e) 359 * Fix js lint (68d58c7) 360 * Fixes for process_payment() (865b494) 361 * Follow woo to display errors (d232405) 362 * Follow woo to display errors (1ae8b96) 363 * Hide bizum if not spain (be70bdd) 364 * Hide checkout saved cards (8164170) 365 * Improve css (45fe4da) 366 * Isolate apple logic in monei script (2b9c5b6) 367 * Move settings header to the left (8605241) 368 * Move testmode to central settings (1546f72) 369 * Only allow to be active if settings correct (f9e9a18) 370 * Pass language to components (fe7c3b1) 371 * Redirect to pay page on cc fail (161fa3d) 372 * Remove helper script (ae9a0f0) 373 * Remove helper script (874607b) 374 * Remove logs (6604ef5) 375 * Remove margin-bottom in request block (b601cfe) 376 * Remove unused file (02d3517) 377 * Removes ', you will be redirected to MONEI" (f7473f7) 378 * Rename and update build assets (2dbffc8) 379 * return failure to checkout (e1942ee) 380 * Return whether or not setup is required to function. (d686e48) 381 * Revert "file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead." (9692bc9) 382 * Rewrite cc block script (d5ecb0c) 383 * Save method token also from blocks (3da8e49) 384 * Send correct paymentDetails and redirect (9cf3a51) 385 * Show apple in separated method in classic (fdf6050) 386 * Show correct notice if apikey not found (3094ec9) 387 * Show save method selector (7321d31) 388 * Upadate WC tested up to (a90a4ee) 389 * Update assets build (f2a379d) 390 * Update checkout-monei-cc.js (dc1d897) 391 * Update class-wc-monei-ipn.php (0cd53af) 392 * Update classic checkout (0bff922) 393 * update logos (4995a92) 394 * Update plugin version (25f190a) 395 * Update styles to follow block checkout (7497a68) 396 * Update styles to follow block checkout (6371d07) 397 * Updates WP & WC tested up to headers (a262570) 398 * Use bizum button component in blocks (2ac2042) 399 * use central api keys (075572d) 400 * Use central apikey or bail to cc (a5971cf) 401 * Use central debug (85c40fa) 402 * Use centralized api on cc and bizum (cc4752d) 403 * Use minified script version in public (f4e9bca) 404 * Use the new GoogleAppleGateway only in blocks (24c2ec0) 405 * Write Monei all uppercase (a71ab59) 406 * Chore: release 5.9.0 (27964d2) 407 408 409 = v5.8.13 - 2024-08-29 = 410 * Add composer.lock to .distignore (a524318) 411 * add css class to icons (11fd278) 412 * Add css to frame of buttons (12be5bf) 413 * Add js observer on retry page to init field on load (c9645fb) 414 * Add js observer on retry page to init field on load (f41297f) 415 * Add notice on fail, undo changes on cancel (9e34242) 416 * Echo url link (d54f881) 417 * Fix for #56 (420ca38), closes #56 418 * Fix for #56 (3c5434b), closes #56 419 * Log responseBody message on cardholder validation failure (282bc24) 420 * move log condition to class (753f1f2) 421 * return to pay page on failed and put to pending payment (38ae33c) 422 * update .gitignore (67845fa) 423 * Update class-wc-monei-redirect-hooks.php (ae675d3) 424 * Update failed payment message (679b8e1) 425 * Update validation rule (73999db) 426 * Update version and tested versions (8c3da27) 427 * Update yarn pnp after first build (edf27c1) 428 * update yarn version (09b070d) 429 * Use wc validation to show translated errors (1746131) 430 * chore: release v5.8.13 (30b3fff) 431 432 433 = v5.8.12 - 2024-06-10 = 434 * Fix webhook validation issue (a1a5e73) 435 * chore: release v5.8.12 (f3063e8) 436 437 438 = v5.8.11 - 2024-05-30 = 439 * add WooCommerce HPOS compatibility (0aa738b) 440 * chore: release v5.8.11 (efa6b4a) 441 442 443 = v5.8.10 - 2024-05-27 = 444 * update tested up to version (6a589ba) 445 * chore: release v5.8.10 (c0cb9bd) 446 447 448 = v5.8.9 - 2024-05-22 = 449 * update apple-developer-merchantid-domain-association (edc594e) 450 * chore: release v5.8.9 (c375859) 451 452 453 = v5.8.8 - 2024-05-06 = 454 * Fixes Partial refunds are displayed as full refunds (c66d8e6) 455 * update changelog (f366ad4) 456 * update yarn (e6a2f2c) 457 * chore: release v5.8.8 (05d065b) 458 459 460 = v5.8.7 - 2024-05-03 = 461 * - update monei-php-sdk to 2.4.0 (d168ca5) 462 * chore: release v5.8.7 (ce755e4) 463 464 465 = v5.8.6 - 2024-04-16 = 466 * dont export files (00d19b4) 467 * dont update body description (65b3e11) 468 * ignore git folder (b81cde3) 469 * update tested up to versions (8166e4a) 470 * chore: release v5.8.6 (3bbd858) 471 472 473 = v5.8.5 - 2024-04-08 = 474 * fix build (531a227) 475 * use zip action (23b6199) 476 * chore: release v5.8.5 (00ec6af) 477 478 479 = v5.8.4 - 2024-04-06 = 480 * update plugin name (6315f11) 481 * chore: release v5.8.4 (c317a3e) 482 483 484 = v5.8.3 - 2024-04-06 = 485 * create release archive (3bb67b0) 486 * chore: release v5.8.3 (4ad05c1) 487 488 489 = v5.8.2 - 2024-04-06 = 490 * Ignore vendor folder (473c322) 491 * remove vendor folder (cfd41a4) 492 * upgrade actions/checkout (491a4af) 493 * chore: release v5.8.2 (d62c6c9) 494 495 496 = v5.8.1 - 2024-04-05 = 497 * fix expose_on_domain_association_request (95b94ef) 498 * chore: release v5.8.1 (d26a74a) 499 500 501 = v5.8.0 - 2024-04-05 = 502 * - cleanup (7eb0223) 503 * add ! defined( 'ABSPATH' ) check (a67f0e9) 504 * Change plugin name (4bd0b4f) 505 * escape echos (9c651c2) 506 * file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead. (4bee441) 507 * fix translations (b3aa14a) 508 * remove old vendor filed (6abc4e0) 509 * Revert "update version to 6.0.0" (75a0b58) 510 * sanitize $_GETs (9ffecbb) 511 * sanitize $_SERVERs (34e16f9) 512 * sanitize filter_inputs (0af20e3) 513 * update plugin name (c263590) 514 * update readme (7f3679c) 515 * update version to 6.0.0 (dcd3d3c) 516 * update wp_verify_nonce (19d1040) 517 * chore: release v5.8.0 (e6857b1) 518 519 520 = v5.7.2 - 2024-03-20 = 521 * add license (cbac3af) 522 * update WordPress tested up to version (5f12044) 523 * chore: release v5.7.2 (d0c56b7) 524 525 526 = v5.7.1 - 2023-12-11 = 527 * update vendor dependencies (200370c) 528 * update vendor dependencies (2863ba7) 529 * chore: release v5.7.1 (d95a22a) 530 531 532 = v5.7.0 - 2023-11-30 = 533 * update dependencies (f346f86) 534 * chore: release v5.7.0 (fa33f68) 535 536 537 = v5.6.8 - 2023-08-28 = 538 * Update abstract-wc-monei-payment-gateway-hosted.php (df1b8cd) 539 * chore: release v5.6.8 (51ac76c) 540 541 542 = v5.6.7 - 2023-01-13 = 543 * updated versions metadata compatibility (d9abb80) 544 * chore: release v5.6.7 (799b35f) 545 546 547 = v5.6.6 - 2022-03-15 = 548 * Adding PHP requires (58fd3bf) 549 * Bumping woo tested version (cd5838c) 550 * Upgrading monei sdk/guzzle (2f3e845) 551 * chore: release v5.6.6 (ef2675f) 552 553 554 = v5.6.5 - 2022-02-22 = 555 * fix trailing coma (42ffd5b) 556 * chore: release v5.6.5 (e98c1f8) 557 558 559 = v5.6.4 - 2022-02-11 = 560 * hiding/showing payment request button on tokenised card selection (a5ddadf) 561 * chore: release v5.6.4 (cd0cd30) 562 563 564 = v5.6.3 - 2022-02-04 = 565 * adding shipping and billing info. (9f5f04e) 566 * Bump node-fetch from 2.6.1 to 2.6.7 in /build (e46de16) 567 * update readme (aba2b1b) 568 * upgrade dependencies (67341aa) 569 * chore: release v5.6.3 (70c903d) 570 571 572 = v5.6.2 - 2022-01-25 = 573 * Bug fixing for paymentRequest and Cofidis on update checkout event (5832a06) 574 * updating tested up (42fb2cf) 575 * chore: release v5.6.2 (abfd1a0) 576 577 578 = v5.6.1 - 2022-01-12 = 579 * fix typos (f7f15b9) 580 * Updating readme. (ef88921) 581 * chore: release v5.6.1 (4f0cb7f) 582 583 584 = v5.6.0 - 2021-12-15 = 585 * Adding apple verification (c1fdf55) 586 * automatic apple domain registration (f5894e3) 587 * bugfixing (54cf8d4) 588 * bumping monei sdk to 1.0 (0cc70fc) 589 * bumping version (9f93b75) 590 * dont expose file if setting not active (008a795) 591 * fix version (387dfb1) 592 * fixing api keys problem (fc1329a) 593 * google pay (8ef0bd5) 594 * Updating apple pay wording (2da6d39) 595 * chore: release v5.6.0 (45eb814) 596 597 598 = v5.5.0 - 2021-11-22 = 599 * adding free sing ups trial version (0 payment) (5638cf9) 600 * adding subscription payment creation (e35c2a2) 601 * adding subscription support (d8164ad) 602 * Adding support for change payment method in subscription. Enriching payment method name for subs. (e17355f) 603 * allowing multiple subscriptions (3df5f0c) 604 * autoreplace version on build (0508fc1) 605 * bumping wc support (aeb6c8d) 606 * change subscription payment method (d965a18) 607 * fixing bug (bab5f2b) 608 * fixing few bugs (099f3ca) 609 * renewal payment process and retry payment process (94fd503) 610 * saving sequence id on subscription payments (f31f263) 611 * subscription info saved on subscription level (aeccc44) 612 * update version (c13a481) 613 * updating changelog (f933173) 614 * chore: release v5.5.0 (44aa3c1) 615 616 617 = v5.4.0 - 2021-10-13 = 618 * 75 and 1000 included (a6aa160) 619 * Adding custom user agent to api request (0657f2e) 620 * Adding pre auth to cofidis and paypal (edcb14c) 621 * adding preauth to hosted methods (ae66d22) 622 * bumping sdk to 0.1.19 (65246ac) 623 * Bumping version (4662919) 624 * changing order description name (2dadc48) 625 * cleaning old methods (d4cac70) 626 * cleanup of not used payment methods settings (a7b687d) 627 * click to pay integration (b6d1bf9) 628 * cofidis and monei logo width (ca3c596) 629 * cofidis js enqueue variable conflict (a6c77ad) 630 * cofidis tunning (8d2b9d8) 631 * fix version (036d8f4) 632 * fixing bug for manual capture payments (9b3e615) 633 * implementing cofidis payment gatewat (05cc72f) 634 * pre auth for all monei methods (ce7f5ce) 635 * reformating code (8909246) 636 * removing clicktopay (845a459) 637 * update composer (b42f7e5) 638 * Updating readme (c4ec0bc) 639 * widget logic working right. (70fb569) 640 * chore: release v5.4.0 (28ca6f1) 641 642 643 = v5.3.1 - 2021-10-04 = 644 * bump version (a6a65a2) 645 * update hooks (29d26b6) 646 * chore: release v5.3.1 (70d5298) 647 105 648 106 649 = v5.3.0 - 2021-10-04 = … … 304 847 * Version 4.2.1 (933186f) 305 848 306 2025-08-25 - version 6.3.9307 * Fix - Move ApplePay and Google Pay to a separated gateway308 * Fix - Add settings shortcut to plugins page309 * Fix - Add missing space in webhook notice310 311 849 2025-07-02 - version 6.3.7 312 850 * Fix - Send correct useragent version -
monei/trunk/vendor/composer/installed.php
r3371147 r3371148 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '6.3. 9',5 'version' => '6.3. 9.0',6 'reference' => ' ff172a32708b1aaec0c868cbe936ca12e28ffe99',4 'pretty_version' => '6.3.11', 5 'version' => '6.3.11.0', 6 'reference' => '85ead568b408b44a3cbd87dabd4d8c312617e4a5', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '6.3. 9',15 'version' => '6.3. 9.0',16 'reference' => ' ff172a32708b1aaec0c868cbe936ca12e28ffe99',14 'pretty_version' => '6.3.11', 15 'version' => '6.3.11.0', 16 'reference' => '85ead568b408b44a3cbd87dabd4d8c312617e4a5', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
monei/trunk/woocommerce-gateway-monei.php
r3371147 r3371148 11 11 * Plugin URI: https://wordpress.org/plugins/monei/ 12 12 * Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store. 13 * Version: 6.3. 913 * Version: 6.3.11 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/
Note: See TracChangeset
for help on using the changeset viewer.