Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier95 committed Mar 26, 2020
1 parent 6edec6b commit 1cf77b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pluginName":"nmaier95/shopify-product-fetcher",
"pluginDescription":"load your shopify-products into your craft3 cms instance",
"pluginVersion":"1.1.0",
"pluginVersion":"1.1.1",
"pluginAuthorName":"niklas maier",
"pluginVendorName":"nmaier95",
"pluginAuthorUrl":"https://maier-niklas.de/",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.1 - 2020-03-26

### Fixed

- GitHub-issue #15
- GitHub-issue #16
- GitHub-issue #11

### Added

- Graphql Support

## 1.1.0 - 2020-03-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nmaier95/shopify-product-fetcher",
"description": "load your shopify-products into your craft3 cms instance",
"type": "craft-plugin",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 1cf77b2

Please sign in to comment.