Skip to content

Commit

Permalink
Tagging 2.1.4, fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Nov 13, 2020
1 parent 23d0834 commit f34868f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Splashing Images changelog

## 2.1.4 - 2020-11-14
### Fixed
* Fixed another capitalisation issue [#13](https://github.com/studioespresso/craft3-unsplash/issues/13)

## 2.1.3 - 2020-11-12
### Fixed
* Fixed a case issue with the asset bundle path after the last update
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": "studioespresso/craft-splashingimages",
"description": "unsplash.com integration for Craft 3",
"type": "craft-plugin",
"version": "2.1.3",
"version": "2.1.4",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/assetbundles/SplashingImages/SplashingImagesAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SplashingImagesAsset extends AssetBundle
public function init()
{
// define the path that your publishable resources live
$this->sourcePath = "@studioespresso/splashingimages/assetbundles/splashingimages/dist";
$this->sourcePath = "@studioespresso/splashingimages/assetbundles/SplashingImages/dist";

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

0 comments on commit f34868f

Please sign in to comment.