Skip to content

Commit 99d4e45

Browse files
committed
rename repo
1 parent c8a51c7 commit 99d4e45

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
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.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"}
1+
{"pluginName":"Imgix Url","pluginDescription":"Build imgix urls, including secure images.","pluginVersion":"0.0.2","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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Imgix Url Changelog
22

3+
## 0.0.2 -- 2017-08-23
4+
- Rename repository
5+
36
## 0.0.1 -- 2017-08-23
47

5-
* Change `s3` property name to `original` in config
8+
- Change `s3` property name to `original` in config
69

710

811
## 0.0.0 -- 2017-08-22
912

10-
* Initial release
13+
- Initial release
1114

ImgixUrlPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getDescription()
7272
*/
7373
public function getDocumentationUrl()
7474
{
75-
return 'https://github.com/Sprokets/imgixurl/blob/master/README.md';
75+
return 'https://github.com/Sprokets/craft-imgixurl/blob/master/README.md';
7676
}
7777

7878
/**
@@ -84,7 +84,7 @@ public function getDocumentationUrl()
8484
*/
8585
public function getReleaseFeedUrl()
8686
{
87-
return 'https://raw.githubusercontent.com/Sprokets/imgixurl/master/releases.json';
87+
return 'https://raw.githubusercontent.com/Sprokets/craft-imgixurl/master/releases.json';
8888
}
8989

9090
/**

releases.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
[
2+
{
3+
"version": "0.0.2",
4+
"downloadUrl": "https://github.com/Sprokets/craft-imgixurl/archive/master.zip",
5+
"date": "2017-08-23T08:28:21.257Z",
6+
"notes": [
7+
"Rename repository"
8+
]
9+
},
210
{
311
"version": "0.0.1",
4-
"downloadUrl": "https://github.com/Sprokets/imgixurl/archive/master.zip",
12+
"downloadUrl": "https://github.com/Sprokets/craft-imgixurl/archive/master.zip",
513
"date": "2017-08-23T08:28:21.257Z",
614
"notes": [
715
"Changed `s3` property name to `original` in config"
816
]
917
},
1018
{
1119
"version": "0.0.0",
12-
"downloadUrl": "https://github.com/Sprokets/imgixurl/archive/master.zip",
20+
"downloadUrl": "https://github.com/Sprokets/craft-imgixurl/archive/master.zip",
1321
"date": "2017-08-22T20:43:21.257Z",
1422
"notes": [
1523
"[Added] Initial release"

0 commit comments

Comments
 (0)