diff --git a/LICENSE.md b/LICENSE.md index 1f118a5..040a4a8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, Symbiote +Copyright (c) 2018, Symbiote. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met: this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the copyright holder nor the names of its +* Neither the name of the organisation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index cd2d182..77f2568 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # [Silverstripe Content Replace] -[![Build Status](https://api.travis-ci.org/jason-symbiote/silverstripe-contentreplace.svg?branch=master)](https://travis-ci.org/jason-symbiote/silverstripe-contentreplace) -[![Latest Stable Version](https://poser.pugx.org/jason-symbiote/silverstripe-contentreplace/version.svg)](https://github.com/jason-symbiote/silverstripe-contentreplace/releases) -[![Latest Unstable Version](https://poser.pugx.org/jason-symbiote/silverstripe-contentreplace/v/unstable.svg)](https://packagist.org/packages/jason-symbiote/silverstripe-contentreplace) -[![Total Downloads](https://poser.pugx.org/jason-symbiote/silverstripe-contentreplace/downloads.svg)](https://packagist.org/packages/jason-symbiote/silverstripe-contentreplace) -[![License](https://poser.pugx.org/jason-symbiote/silverstripe-contentreplace/license.svg)](https://github.com/jason-symbiote/silverstripe-contentreplace/blob/master/LICENSE.md) +[![Build Status](https://api.travis-ci.org/symbiote/silverstripe-contentreplace.svg?branch=master)](https://travis-ci.org/symbiote/silverstripe-contentreplace) +[![Latest Stable Version](https://poser.pugx.org/symbiote/silverstripe-contentreplace/version.svg)](https://github.com/symbiote/silverstripe-contentreplace/releases) +[![Latest Unstable Version](https://poser.pugx.org/symbiote/silverstripe-contentreplace/v/unstable.svg)](https://packagist.org/packages/symbiote/silverstripe-contentreplace) +[![Total Downloads](https://poser.pugx.org/symbiote/silverstripe-contentreplace/downloads.svg)](https://packagist.org/packages/symbiote/silverstripe-contentreplace) +[![License](https://poser.pugx.org/symbiote/silverstripe-contentreplace/license.svg)](https://github.com/symbiote/silverstripe-contentreplace/blob/master/LICENSE.md) This module replaces certain tags in WYSIWYG content with SilverStripe templates. @@ -15,7 +15,7 @@ Currently supports: ## Composer Install ``` -composer require jason-symbiote/silverstripe-contentreplace:~1.0.0 +composer require symbiote/silverstripe-contentreplace:~2.0 ``` ## Requirements diff --git a/composer.json b/composer.json index d1e4473..bc965dc 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "jason-symbiote/silverstripe-contentreplace", + "name": "symbiote/silverstripe-contentreplace", "description": "This module replaces certain tags in WYSIWYG content with SilverStripe templates.", "type": "silverstripe-vendormodule", "keywords": [ @@ -36,12 +36,15 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" }, "expose": [ "client/images" ] }, + "replace": { + "jason-symbiote/silverstripe-contentreplace": "self.version" + }, "prefer-stable": true, "minimum-stability": "dev" } \ No newline at end of file