Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyouell committed Dec 6, 2018
1 parent bc7418b commit 731e0c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 1.2.1 - 2018-12-06

## Fixed
- Updated composer.json to reflect new branch name

## 1.2.0 - 2018-12-06

## Added
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "lukeyouell/craft-salesforceleads",
"description": "Generate Salesforce leads from form submissions.",
"type": "craft-plugin",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"craft",
"cms",
Expand All @@ -12,7 +12,7 @@
"salesforce leads"
],
"support": {
"docs": "https://github.com/lukeyouell/craft-salesforceleads/blob/v1/README.md",
"docs": "https://github.com/lukeyouell/craft-salesforceleads/blob/master/README.md",
"issues": "https://github.com/lukeyouell/craft-salesforceleads/issues"
},
"license": "MIT",
Expand All @@ -36,10 +36,7 @@
"schemaVersion": "1.1.0",
"hasCpSettings": true,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/lukeyouell/craft-salesforceleads/v1/CHANGELOG.md",
"components": {
"salesforceLeadsService": "lukeyouell\\salesforceleads\\services\\SalesforceLeadsService"
},
"changelogUrl": "https://raw.githubusercontent.com/lukeyouell/craft-salesforceleads/master/CHANGELOG.md",
"class": "lukeyouell\\salesforceleads\\SalesforceLeads"
}
}

0 comments on commit 731e0c7

Please sign in to comment.