Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/2.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 7, 2019
2 parents 6053be4 + 51a5467 commit bfc4a5b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.7.1 - TBD
## 2.7.1 - 2019-10-07

### Added

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,4 +1,4 @@
Copyright (c) 2005-2018, Zend Technologies USA, Inc.
Copyright (c) 2005-2019, Zend Technologies USA, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
19 changes: 17 additions & 2 deletions README.md
Expand Up @@ -8,5 +8,20 @@ zend-uri aids in manipulating and validating Uniform Resource Identifiers
assist other components, such as zend-http, but is also useful as a standalone
utility.

- File issues at https://github.com/zendframework/zend-uri/issues
- Documentation is at https://docs.zendframework.com/zend-uri/
## Installation

Run the following to install this library:

```bash
$ composer require zendframework/zend-uri
```

## Documentation

Browse the documentation online at https://docs.zendframework.com/zend-uri/

## Support

* [Issues](https://github.com/zendframework/zend-uri/issues/)
* [Chat](https://zendframework-slack.herokuapp.com/)
* [Forum](https://discourse.zendframework.com/)
10 changes: 0 additions & 10 deletions docs/book/index.html

This file was deleted.

9 changes: 4 additions & 5 deletions mkdocs.yml
@@ -1,10 +1,9 @@
docs_dir: docs/book
site_dir: docs/html
pages:
- index.md
- Intro: intro.md
nav:
- Home: index.md
- Introduction: intro.md
- Usage: usage.md
site_name: zend-uri
site_description: zend-uri
site_description: "Object oriented interface to URIs, with facilities for validation"
repo_url: 'https://github.com/zendframework/zend-uri'
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 comments on commit bfc4a5b

Please sign in to comment.