-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: ✨ Wordpress Blocks #114
Conversation
BurnedChris
commented
Jul 29, 2024
•
edited
Loading
edited
- Rebuilt Donation button to be more flexible with customisation and no longer break with WordPress's new Gutenberg editor.
- Rebuilt Donation form, to move settings to wordpress sideback for a more consistent interface
- Refactored codebase from javascript to typescript
- Updated Wordpress Assets
- Updated Dashboard with new design and more docs
…ot more in line with the wordpress way allowing better customization in a whizzy wig way
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 45e167e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to see screen shots of how it looks in WP
packages/wp-sdk/package.json
Outdated
"name": "@everfund/wp-sdk", | ||
"version": "3.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a major version bump as its breaking changes
packages/wp-sdk/readme.txt
Outdated
* Added support for multichannel campaigns | ||
* Improved dashboard analytics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand this, neither are related to the widget
Added comments and cleaned up code directorys for clearer understanding of how thing work