Changeset 3371150
- Timestamp:
- 10/01/2025 02:10:17 PM (6 months ago)
- Location:
- monei
- Files:
-
- 10 edited
- 1 copied
-
tags/6.3.12 (copied) (copied from monei/trunk)
-
tags/6.3.12/README.md (modified) (3 diffs)
-
tags/6.3.12/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
tags/6.3.12/readme.txt (modified) (2 diffs)
-
tags/6.3.12/vendor/composer/installed.php (modified) (2 diffs)
-
tags/6.3.12/woocommerce-gateway-monei.php (modified) (1 diff)
-
trunk/README.md (modified) (3 diffs)
-
trunk/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 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.12/README.md
r3371148 r3371150 4 4 **Requires at least:** 5.0 5 5 **Tested up to:** 6.8 6 **Stable tag:** 6.3.1 06 **Stable tag:** 6.3.11 7 7 **Requires PHP:** 7.2 8 8 **License:** GPLv2 or later … … 107 107 108 108 ### v6.3.10 - 2025-10-01 ### 109 * fix: add changelog length limit to show all versions (c135b7c) 109 110 * fix: correct changelog template to show actual 6.3.8 release (0efe693) 110 111 * chore: release v6.3.10 (86d825a) … … 849 850 * Version 4.2.1 (933186f) 850 851 851 2025-08-25 - version 6.3.8852 * Fix - Move ApplePay and Google Pay to a separated gateway853 * Fix - Add settings shortcut to plugins page854 * Fix - Add missing space in webhook notice855 856 852 2025-07-02 - version 6.3.7 857 853 * Fix - Send correct useragent version -
monei/tags/6.3.12/class-woocommerce-gateway-monei.php
r3371148 r3371150 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 6.3.1 18 * @version 6.3.12 9 9 */ 10 10 … … 26 26 * @var string 27 27 */ 28 public $version = '6.3.1 1';28 public $version = '6.3.12'; 29 29 30 30 /** -
monei/tags/6.3.12/readme.txt
r3371148 r3371150 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 6.3.1 16 Stable tag: 6.3.12 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 #56418 * Fix for #56 (3c5434b), closes #56419 * 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 648 105 649 106 = v5.3.0 - 2021-10-04 = -
monei/tags/6.3.12/vendor/composer/installed.php
r3371148 r3371150 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '6.3.1 1',5 'version' => '6.3.1 1.0',6 'reference' => ' 85ead568b408b44a3cbd87dabd4d8c312617e4a5',4 'pretty_version' => '6.3.12', 5 'version' => '6.3.12.0', 6 'reference' => 'af4cda6db5c220eb676f2023476dee98473d1973', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '6.3.1 1',15 'version' => '6.3.1 1.0',16 'reference' => ' 85ead568b408b44a3cbd87dabd4d8c312617e4a5',14 'pretty_version' => '6.3.12', 15 'version' => '6.3.12.0', 16 'reference' => 'af4cda6db5c220eb676f2023476dee98473d1973', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
monei/tags/6.3.12/woocommerce-gateway-monei.php
r3371148 r3371150 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.1 113 * Version: 6.3.12 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/ -
monei/trunk/README.md
r3371148 r3371150 4 4 **Requires at least:** 5.0 5 5 **Tested up to:** 6.8 6 **Stable tag:** 6.3.1 06 **Stable tag:** 6.3.11 7 7 **Requires PHP:** 7.2 8 8 **License:** GPLv2 or later … … 107 107 108 108 ### v6.3.10 - 2025-10-01 ### 109 * fix: add changelog length limit to show all versions (c135b7c) 109 110 * fix: correct changelog template to show actual 6.3.8 release (0efe693) 110 111 * chore: release v6.3.10 (86d825a) … … 849 850 * Version 4.2.1 (933186f) 850 851 851 2025-08-25 - version 6.3.8852 * Fix - Move ApplePay and Google Pay to a separated gateway853 * Fix - Add settings shortcut to plugins page854 * Fix - Add missing space in webhook notice855 856 852 2025-07-02 - version 6.3.7 857 853 * Fix - Send correct useragent version -
monei/trunk/class-woocommerce-gateway-monei.php
r3371148 r3371150 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 6.3.1 18 * @version 6.3.12 9 9 */ 10 10 … … 26 26 * @var string 27 27 */ 28 public $version = '6.3.1 1';28 public $version = '6.3.12'; 29 29 30 30 /** -
monei/trunk/readme.txt
r3371148 r3371150 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 6.3.1 16 Stable tag: 6.3.12 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 #56418 * Fix for #56 (3c5434b), closes #56419 * 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 648 105 649 106 = v5.3.0 - 2021-10-04 = -
monei/trunk/vendor/composer/installed.php
r3371148 r3371150 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '6.3.1 1',5 'version' => '6.3.1 1.0',6 'reference' => ' 85ead568b408b44a3cbd87dabd4d8c312617e4a5',4 'pretty_version' => '6.3.12', 5 'version' => '6.3.12.0', 6 'reference' => 'af4cda6db5c220eb676f2023476dee98473d1973', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '6.3.1 1',15 'version' => '6.3.1 1.0',16 'reference' => ' 85ead568b408b44a3cbd87dabd4d8c312617e4a5',14 'pretty_version' => '6.3.12', 15 'version' => '6.3.12.0', 16 'reference' => 'af4cda6db5c220eb676f2023476dee98473d1973', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
monei/trunk/woocommerce-gateway-monei.php
r3371148 r3371150 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.1 113 * Version: 6.3.12 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/
Note: See TracChangeset
for help on using the changeset viewer.