Skip to content

Commit c8a51c7

Browse files
committed
0.0.1
1 parent 5357d37 commit c8a51c7

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.craftplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"pluginName":"Imgix Url","pluginDescription":"Build imgix urls, including secure images.","pluginVersion":"0.0.0","pluginAuthorName":"Sprokets","pluginAuthorUrl":"http://sprokets.net","pluginAuthorGithub":"","codeComments":"yes","pluginComponents":["variables"],"controllerName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","widgetName":"","apiVersion":"api_version_2_5"}
1+
{"pluginName":"Imgix Url","pluginDescription":"Build imgix urls, including secure images.","pluginVersion":"0.0.1","pluginAuthorName":"Sprokets","pluginAuthorUrl":"http://sprokets.net","pluginAuthorGithub":"","codeComments":"yes","pluginComponents":["variables"],"controllerName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","widgetName":"","apiVersion":"api_version_2_5"}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Imgix Url Changelog
22

3+
## 0.0.1 -- 2017-08-23
4+
5+
* Change `s3` property name to `original` in config
6+
7+
38
## 0.0.0 -- 2017-08-22
49

510
* Initial release

ImgixUrlPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getReleaseFeedUrl()
9494
*/
9595
public function getVersion()
9696
{
97-
return '0.0.0';
97+
return '0.0.1';
9898
}
9999

100100
/**

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"version": "0.0.1",
4+
"downloadUrl": "https://github.com/Sprokets/imgixurl/archive/master.zip",
5+
"date": "2017-08-23T08:28:21.257Z",
6+
"notes": [
7+
"Changed `s3` property name to `original` in config"
8+
]
9+
},
210
{
311
"version": "0.0.0",
412
"downloadUrl": "https://github.com/Sprokets/imgixurl/archive/master.zip",

0 commit comments

Comments
 (0)