This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function getDescription()
31
31
*/
32
32
public function getVersion ()
33
33
{
34
- return '1.0.6 ' ;
34
+ return '1.0.7 ' ;
35
35
}
36
36
37
37
/**
Original file line number Diff line number Diff line change 62
62
"notes" : [
63
63
" [Fixed] Versioning with Craft and Github."
64
64
]
65
+ },
66
+ {
67
+ "version" : " 1.0.7" ,
68
+ "downloadUrl" : " https://github.com/venveo/craft-elixir/archive/v1.0.7.zip" ,
69
+ "date" : " 2016-12-30 11:00:00" ,
70
+ "notes" : [
71
+ " [Fixed] Issue with manifest file." ,
72
+ " Happy New Year!"
73
+ ]
65
74
}
66
75
]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function __construct()
27
27
$ settings = craft ()->plugins ->getPlugin ('elixir ' )->getSettings ();
28
28
$ this ->buildPath = $ settings ->buildPath ;
29
29
$ this ->publicPath = $ settings ->publicPath ;
30
- $ this ->manifest = CRAFT_BASE_PATH . $ this ->publicPath . '/ ' . $ this ->buildPath . '/rev-manifest.json ' ;
30
+ $ this ->manifest = dirname ( CRAFT_BASE_PATH ) . ' / ' . $ this ->publicPath . '/ ' . $ this ->buildPath . '/rev-manifest.json ' ;
31
31
}
32
32
33
33
/**
You can’t perform that action at this time.
0 commit comments