Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
ee85c46
Use only is_available from backend and clean
mmaymo Aug 27, 2025
05390f1
Add redux store
mmaymo Aug 29, 2025
5cddd8e
Add redux store
mmaymo Aug 29, 2025
3c9df5a
Extract field components
mmaymo Aug 29, 2025
587a6ac
Connect store
mmaymo Aug 29, 2025
e482aa0
Move PM logic into separate components & add HOC
mmaymo Aug 29, 2025
23ff593
Rename and re-arrange files
mmaymo Aug 29, 2025
1d317a3
Extract registration of different payment methods
mmaymo Sep 2, 2025
98448d6
Add component directly
mmaymo Sep 2, 2025
631c04b
refactor: reorganize JS files and update webpack entry points
mmaymo Sep 8, 2025
cd8d001
add @wordpress/scripts for linting
mmaymo Sep 9, 2025
4977754
Add registration system and utils
mmaymo Sep 9, 2025
a5a0fbb
Merge branch 'develop' into PIWOO-761-block-registration-and-utils
mmaymo Sep 9, 2025
db161d9
Remove filtering methods by country in the frontend
mmaymo Sep 9, 2025
eef190c
Remove previous components block script
mmaymo Sep 9, 2025
83f8d50
Fix some linting
mmaymo Sep 9, 2025
5ebe091
Rewrite components script in block, working version
mmaymo Sep 10, 2025
b10297e
Handle components data in the backend to share with classic
mmaymo Sep 10, 2025
953f6b8
Fix lint
mmaymo Sep 10, 2025
e4da347
Merge branch 'PIWOO-764-refactor-mollie-components-in-blocks' into PI…
mmaymo Sep 10, 2025
687e6f5
Update with other branches
mmaymo Sep 10, 2025
5d37534
Fix loading component data
mmaymo Sep 10, 2025
28b6321
First refactor cleaning up
mmaymo Sep 12, 2025
aca3a76
second refactor cleaning up
mmaymo Sep 12, 2025
58342bd
Remove jquery and add logs (for now)
mmaymo Sep 15, 2025
c427578
Some CS
mmaymo Sep 15, 2025
f27c634
Save components data before unmounting to use if mounting again
mmaymo Sep 15, 2025
895b598
Some CS
mmaymo Sep 15, 2025
b5cb6c9
Rename variables and check logic to show payment fields
mmaymo Sep 15, 2025
af57f20
Improve CSS of phone field
mmaymo Sep 15, 2025
2159d24
Add delay in ManualCapture to ensure paid webhook updates before back…
danielhuesken Sep 16, 2025
5abdb5b
Remove jquery from PaymentFieldsComponent
mmaymo Sep 16, 2025
1bdfcbe
Some CS
mmaymo Sep 16, 2025
a2b0391
Fix apple button in cart and checkout
mmaymo Sep 16, 2025
79a5921
Clean the script a bit
mmaymo Sep 16, 2025
aaf9ba8
Merge branch 'PIWOO-761-redux-store' into PIWOO-752-add-tests-and-doc…
mmaymo Sep 18, 2025
101c555
Merge branch 'PIWOO-761-redux-store' into PIWOO-764-refactor-mollie-c…
mmaymo Sep 18, 2025
60c3296
Use store for payment and reduce hook dependencies
mmaymo Sep 18, 2025
7d02f4b
Remove gulpfile
mmaymo Sep 19, 2025
9900e7d
Merge branch 'refs/heads/PIWOO-764-refactor-mollie-components-in-bloc…
mmaymo Sep 19, 2025
2a5a1eb
Use wp-scripts
mmaymo Sep 19, 2025
1c5a6c7
Import wordpress packages in js
mmaymo Sep 19, 2025
1728738
Merge branch 'PIWOO-761-block-components-hoc' into PIWOO-752-add-wp-s…
mmaymo Sep 19, 2025
8717798
Fix CS
mmaymo Sep 22, 2025
beac071
Fix missing wp.data calls
mmaymo Sep 22, 2025
7fa307a
Bail if the payment store does not exist
mmaymo Sep 22, 2025
fe4217e
Return empty if posted phone is invalid also in shipping address
mmaymo Sep 22, 2025
73ad513
Fix CS
mmaymo Sep 22, 2025
09847bd
Fix docblock
mmaymo Sep 22, 2025
4684aee
Merge pull request #1096 from mollie/PIWOO-733-improve-handling-and-v…
mmaymo Sep 22, 2025
a4aea2e
Merge pull request #1089 from mollie/PIWOO-775-for-manually-captured-…
danielhuesken Sep 22, 2025
bc5b6ed
Add Test and link for signup. Also add a campaign link
danielhuesken Sep 22, 2025
26273a1
PHP cs fix
danielhuesken Sep 22, 2025
80f0347
Grammar fix
danielhuesken Sep 23, 2025
c9c7ffd
Merge pull request #1097 from mollie/PIWOO-778-update-sign-up-cta-on-…
danielhuesken Sep 23, 2025
b87e6ca
Version 8.0.6-beta2
danielhuesken Sep 23, 2025
ba2c355
changed campaign end date
danielhuesken Sep 23, 2025
7519c9b
Refactor icons so we deal with url and not markup
mmaymo Sep 23, 2025
de11968
changed campaign singnup Test
danielhuesken Sep 24, 2025
97c9048
fix phpcs
danielhuesken Sep 24, 2025
8620b58
fix phpcs
danielhuesken Sep 24, 2025
765b908
Update version to 8.0.6 and changelog
mmaymo Sep 24, 2025
cdb7541
Update fallback signup sentence
mmaymo Sep 24, 2025
4433762
fix bug with doubling oder line items
danielhuesken Sep 25, 2025
2713f85
Merge remote-tracking branch 'origin/develop' into develop
danielhuesken Sep 25, 2025
a532ae0
Update version to beta3
mmaymo Sep 25, 2025
c326f36
Update payment gateway library and enable block support
Biont Sep 25, 2025
7e4ab93
Prepare 8.0.6 release
danielhuesken Sep 29, 2025
ccc6522
Fix message check for a campaign
danielhuesken Sep 29, 2025
21e14fa
Fix issue that order id is not used on missing transaction id
danielhuesken Oct 1, 2025
93cba88
Added more logging for checking if a webhook received
danielhuesken Oct 2, 2025
664fd98
Remove setting status code from handlePaidOrderWebhook
danielhuesken Oct 2, 2025
3d7a4eb
Merge branch 'develop' into PIWOO-764-update-gateway-library-for-blocks
mmaymo Oct 6, 2025
84806aa
Wire store with library
mmaymo Oct 7, 2025
a1b0610
Merge branch 'PIWOO-752-remove-components-in-order-success-page' into…
mmaymo Oct 7, 2025
1567446
Use the data from the own script instead of generic library that migh…
mmaymo Oct 8, 2025
1064d9a
Add changes from previous reviews
mmaymo Oct 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ web_environment:
- ADMIN_EMAIL=admin@example.com
- WC_VERSION=dev
- WP_ENVIRONMENT_TYPE=local
nodejs_version: "22"
nodejs_version: "23"

# Key features of ddev's config.yaml:

Expand Down
1 change: 0 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ patchwork.json
*.sh
*.config.*
*.md
gulpfile.js
webpack.config.js
readme.md
changelog.txt
Expand Down
6 changes: 0 additions & 6 deletions .idea/WooCommerce.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading