Skip to content

Commit

Permalink
fixed asset bundle sourcePath declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-adigital committed Nov 4, 2020
1 parent 817c10d commit d46fc98
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pluginName":"Zendesk","pluginDescription":"Creates a new support ticket in Zendesk using the JSON API","pluginVersion":"1.0.8","pluginAuthorName":"Matt Shearing","pluginVendorName":"a-digital","pluginAuthorUrl":"https://adigital.agency","pluginAuthorGithub":"","codeComments":"yes","pluginComponents":["controllers","services","settings","widgets"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
{"pluginName":"Zendesk","pluginDescription":"Creates a new support ticket in Zendesk using the JSON API","pluginVersion":"1.0.9","pluginAuthorName":"Matt Shearing","pluginVendorName":"a-digital","pluginAuthorUrl":"https://adigital.agency","pluginAuthorGithub":"","codeComments":"yes","pluginComponents":["controllers","services","settings","widgets"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Zendesk Changelog

## 1.0.9 - 2020-11-04
### Fixed
- Asset bundle sourcePath not correctly defined since 1.0.7


## 1.0.8 - 2020-11-03
### Changed
- Merged [devinellis](https://github.com/devinellis) pull request - Zendesk error response now throws an exception
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": "adigital/zendesk",
"description": "Creates a new support ticket in Zendesk using the JSON API",
"type": "craft-plugin",
"version": "1.0.8",
"version": "1.0.9",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/assetbundles/Zendesk/ZendeskAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ZendeskAsset extends AssetBundle
public function init()
{
// define the path that your publishable resources live
$this->sourcePath = "@adigital/zendesk/assetbundles/zendesk/dist";
$this->sourcePath = "@adigital/zendesk/assetbundles/Zendesk/dist";

// define the dependencies
$this->depends = [
Expand Down

0 comments on commit d46fc98

Please sign in to comment.