Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Updated README badge URL
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jan 28, 2017
1 parent c17e1d8 commit 81f8277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: php
branches:
only:
- master
- develop
- 5.x

php:
- 5.6
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# AcMailer

[![Build Status](https://travis-ci.org/acelaya/ZF2-AcMailer.svg?branch=master)](https://travis-ci.org/acelaya/ZF2-AcMailer)
[![Build Status](https://travis-ci.org/acelaya/ZF-AcMailer.svg?branch=master)](https://travis-ci.org/acelaya/ZF-AcMailer)
[![Code Coverage](https://scrutinizer-ci.com/g/acelaya/ZF2-AcMailer/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/acelaya/ZF2-AcMailer/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/acelaya/ZF2-AcMailer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/acelaya/ZF2-AcMailer/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/acelaya/zf2-acmailer/v/stable.png)](https://packagist.org/packages/acelaya/zf2-acmailer)
Expand Down Expand Up @@ -37,7 +37,7 @@ return [
```

> **IMPORTANT! Version notes**
> * Version **6.0.0**: Support for ZF2 has been dropped and this module is now compatible with ZF3. If you need ZF2 support, stick with v5 of this module.
> * Version **6.0.0**: Support for ZF2 has been dropped and this module is now compatible with ZF3 only. If you need ZF2 support, stick with v5 of this module.
> * Version **5.0.0**: Important BC breaks have been introduced, so make sure not to update from earlier versions in production without reading this documentation first. It is possible to autogenerate the new configuration structure from the command line. Read the configuration section at the end of this document for more information.
### Usage
Expand Down

0 comments on commit 81f8277

Please sign in to comment.