From 929bf30ea5c4103730e457813b9265a0c43887f1 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 19 Nov 2015 13:28:08 +1300 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 +++- composer.json | 5 +++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..64c19ac --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](http://semver.org/). + +## [1.0.3] + +* Changelog added. +* Update translations. diff --git a/README.md b/README.md index 55ce224..9bae495 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The external links module is a task and ModelAdmin to track and to report on bro ## Maintainer Contact - * Kirk Mayo kirk (at) silverstripe (dot) com + * Damian Mooyman (@tractorcow) ## Requirements @@ -19,6 +19,8 @@ The external links module is a task and ModelAdmin to track and to report on bro * Add external links to broken links reports * Add a task to track external broken links +See the [changelog](CHANGELOG.md) for version history. + ## Installation 1. If you have composer you can use `composer require silverstripe/externallinks:*`. Otherwise, diff --git a/composer.json b/composer.json index 4f01240..e358e3c 100644 --- a/composer.json +++ b/composer.json @@ -20,5 +20,10 @@ }, "suggest": { "silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report" + }, + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } } }