We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca780d commit aa4ceceCopy full SHA for aa4cece
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: ci
17
uses: craftcms/.github/.github/workflows/ci.yml@v3
18
with:
19
- craft_version: '5'
+ craft_version: "5"
20
jobs: '["ecs", "phpstan", "prettier"]'
21
notify_slack: true
22
slack_subteam: <!subteam^S01CWPYH9D5>
.prettierignore
@@ -0,0 +1,3 @@
1
+src/web/assets/stripecp/dist
2
+composer.lock
3
+README.md
CHANGELOG.md
@@ -1,8 +1,10 @@
# Release Notes for Stripe
## 1.0.1 - 2024-05-07
4
+
5
- Fixed an error that could occur on the My Account page, due to a plugin conflict. ([#4](https://github.com/craftcms/stripe/issues/4))
6
- Fixed a SQL error that could occur on MariaDB. ([#5](https://github.com/craftcms/stripe/pull/5))
7
8
## 1.0.0 - 2024-04-30
9
10
- Initial release
0 commit comments