Skip to content

Commit

Permalink
Fixed: References to asset bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo committed Nov 11, 2020
1 parent b74e098 commit 9dae6c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Strava Sync Changelog

## 1.0.16 - 2020-11-11
### Fixed
- References to asset bundle

## 1.0.15 - 2020-11-11
### Fixed
- Loading asset bundle
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": "bymayo/strava-sync",
"description": "Connect to Strava with oAuth and sync activities etc to Craft CMS ",
"type": "craft-plugin",
"version": "1.0.15",
"version": "1.0.16",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/StravaSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use bymayo\stravasync\variables\StravaSyncVariable;
use bymayo\stravasync\models\Settings;
use bymayo\stravasync\assetbundles\stravasync\StravaSyncAsset;
use bymayo\stravasync\assetbundles\StravaSync\StravaSyncAsset;

use Craft;
use craft\base\Plugin;
Expand Down
3 changes: 2 additions & 1 deletion src/templates/settings.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% import "_includes/forms" as forms %}
{% do view.registerAssetBundle("bymayo\\stravasync\\assetbundles\\stravasync\\StravaSyncAsset") %}

{% do view.registerAssetBundle("bymayo\\stravasync\\assetbundles\\StravaSync\\StravaSyncAsset") %}

{{ forms.textField({
label: 'Client ID',
Expand Down

0 comments on commit 9dae6c8

Please sign in to comment.