From aa8c4fd004cc8c921e67adfdc77275492c705eb3 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 8 Sep 2014 23:34:33 +1200 Subject: [PATCH] Adding some README badges for downloads, license and stable version. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74905b374..cb14db836 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ## SilverStripe Framework -[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-framework.png?branch=3.1)](https://travis-ci.org/silverstripe/silverstripe-framework) +[![Build Status](https://api.travis-ci.org/silverstripe/silverstripe-framework.svg?branch=3.1)](https://travis-ci.org/silverstripe/silverstripe-framework) +[![Latest Stable Version](https://poser.pugx.org/silverstripe/framework/version.svg)](http://www.silverstripe.org/stable-download/) +[![Latest Unstable Version](https://poser.pugx.org/silverstripe/framework/v/unstable.svg)](https://packagist.org/packages/silverstripe/framework) +[![Total Downloads](https://poser.pugx.org/silverstripe/framework/downloads.svg)](https://packagist.org/packages/silverstripe/framework) +[![License](https://poser.pugx.org/silverstripe/framework/license.svg)](https://github.com/silverstripe/silverstripe-framework#license) PHP5 framework forming the base for the SilverStripe CMS ([http://silverstripe.org](http://silverstripe.org)). Requires a [`silverstripe-installer`](http://github.com/silverstripe/silverstripe-installer) base project. Typically used alongside the [`cms`](http://github.com/silverstripe/silverstripe-cms) module.