Skip to content

Commit 9bedf0e

Browse files
committed
Bumped version
1 parent 025ba58 commit 9bedf0e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@ Test cards can be located here: https://stripe.com/docs/testing
1616
When a order is complete, it can be viewed in admin with shipping details and completion status.
1717

1818
##Changelog
19-
20-
19+
### [1.0.1] - 2016-07-12
20+
#### Added
21+
- Error logging and error pages
22+
- Error message when api key is missing
23+
- Smaller images for faster loading
24+
#### Fixed
25+
- Application meta data display name
26+
#### Changed
27+
- Cart button now has fixed positioning
28+
#### Removed
29+
- Cart connection from Order
30+
- Stripe API-keys from import
2131
##Roadmap
2232

2333
- Validation of checkout form

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project settings
33
#
44
group = no.iskald
5-
version = 1.0.0
5+
version = 1.0.1
66
projectName = store
77
appName = no.iskald.payup
88
displayName = PayUp! Store

0 commit comments

Comments
 (0)