Skip to content

Commit b20bebb

Browse files
committed
Prep for v1.0.0 release
1 parent 3f875ed commit b20bebb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
# v1.0.0
4+
5+
+ All features implemented and tested for which includes:
6+
- [x] Provide assistance in developing Shopify apps with Laravel
7+
- [x] Integration with Shopify API
8+
- [x] Authentication & installation for shops
9+
- [x] Auto install app webhooks and scripttags thorugh background jobs
10+
- [x] Provide basic ESDK views
11+
- [x] Handles and processes incoming webhooks
12+
313
## v0.1.1
414

515
+ Fixed issue with build causing 500 error

src/ShopifyApp/resources/views/home/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
buttons: {
7979
secondary: {
8080
label: 'Documentation',
81-
href: 'http://docs.shopify.com/embedded-app-sdk',
81+
href: 'https://github.com/ohmybrew/laravel-shopify',
8282
target: 'new'
8383
}
8484
}

0 commit comments

Comments
 (0)