Skip to content

Commit

Permalink
Change developer to Spicy Web
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Feb 22, 2019
1 parent d725391 commit 79980d2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Spicy Web
Copyright (c) 2015 Benjamin Fleming

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ Supports the ability to create fields when building field layouts for block type
#### [Reasons](https://github.com/mmikkel/Reasons-Craft)
Supports the ability to set field conditionals on block types.

#### [Relabel](https://github.com/benjamminf/craft-relabel)
#### [Relabel](https://github.com/spicywebau/craft-relabel)
Supports the ability to relabel fields on block types.

<br>

---

### [Refer to the Wiki](https://github.com/benjamminf/craft-neo/wiki) for documentation on how to use Neo.
### [Refer to the Wiki](https://github.com/spicywebau/craft-neo/wiki) for documentation on how to use Neo.

---

*Created by [Benjamin Fleming](https://github.com/benjamminf)*
<br>
*Maintained by [Spicy Web](https://spicyweb.com.au)*
11 changes: 6 additions & 5 deletions neo/NeoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class NeoPlugin
*
* Thank you for using Craft Neo!
* @see https://github.com/benjamminf/craft-neo
* @see https://github.com/spicywebau/craft-neo
* @package Craft
*/
class NeoPlugin extends BasePlugin
Expand Down Expand Up @@ -42,17 +42,18 @@ public function getSchemaVersion()

public function getDeveloper()
{
return 'Benjamin Fleming';
// Created by Benjamin Fleming https://github.com/benjamminf
return 'Spicy Web';
}

public function getDeveloperUrl()
{
return 'http://benjamminf.github.io';
return 'https://spicyweb.com.au';
}

public function getDocumentationUrl()
{
return 'https://github.com/benjamminf/craft-neo/wiki';
return 'https://github.com/spicywebau/craft-neo/wiki';
}

public function getReleaseFeedUrl()
Expand Down Expand Up @@ -94,7 +95,7 @@ public function init()
* It adds a way to test if some value is an instance of Neo_BlockModel in your templates.
* This is useful when using Twig variables in field settings.
*
* @see https://github.com/benjamminf/craft-neo/wiki/6.-FAQ#why-do-asset-fields-with-slug-as-an-upload-location-break-on-neo-blocks
* @see https://github.com/spicywebau/craft-neo/wiki/6.-FAQ#why-do-asset-fields-with-slug-as-an-upload-location-break-on-neo-blocks
* @return NeoTwigExtension
* @throws \Exception
*/
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,23 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/benjamminf/craft-neo.git"
"url": "git+https://github.com/spicywebau/craft-neo.git"
},
"keywords": [
"craft cms",
"plugin",
"matrix",
"field type"
],
"author": "Benjamin Fleming",
"author": "Spicy Web",
"contributors": [
"Benjamin Fleming"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/benjamminf/craft-neo/issues"
"url": "https://github.com/spicywebau/craft-neo/issues"
},
"homepage": "https://github.com/benjamminf/craft-neo#readme",
"homepage": "https://github.com/spicywebau/craft-neo/tree/craft-2#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
Expand Down

0 comments on commit 79980d2

Please sign in to comment.