From 79980d282ac5a3c59fc57b1c4854ea423592e710 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Fri, 22 Feb 2019 20:05:27 +1100 Subject: [PATCH] Change developer to Spicy Web --- LICENSE | 1 + README.md | 10 ++++++++-- neo/NeoPlugin.php | 11 ++++++----- package.json | 11 +++++++---- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index a457b850..03f78eff 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index dd3b773d..3b6716a2 100644 --- a/README.md +++ b/README.md @@ -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.
--- -### [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)* +
+*Maintained by [Spicy Web](https://spicyweb.com.au)* diff --git a/neo/NeoPlugin.php b/neo/NeoPlugin.php index bbbf32a4..ecaf4743 100644 --- a/neo/NeoPlugin.php +++ b/neo/NeoPlugin.php @@ -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 @@ -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() @@ -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 */ diff --git a/package.json b/package.json index cca6cf33..7b0893d1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/benjamminf/craft-neo.git" + "url": "git+https://github.com/spicywebau/craft-neo.git" }, "keywords": [ "craft cms", @@ -16,12 +16,15 @@ "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",