diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b09935..127329f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.7.0 - TBD +## 2.7.0 - 2019-10-17 ### Added @@ -24,28 +24,6 @@ All notable changes to this project will be documented in this file, in reverse - Nothing. -## 2.6.1 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - ## 2.6.0 - 2018-04-30 ### Added diff --git a/LICENSE.md b/LICENSE.md index d44ab5d..4bc22a4 100644 --- a/LICENSE.md +++ b/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, diff --git a/README.md b/README.md index 1438069..e888191 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,20 @@ one of the multiple adapters. On every update, it takes an absolute value and optionally a status message, and then calls the adapter with some precalculated values like percentage and estimated time left. -- File issues at https://github.com/zendframework/zend-progressbar/issues -- Documentation is at https://docs.zendframework.com/zend-progressbar/ +## Installation + +Run the following to install this library: + +```bash +$ composer require zendframework/zend-progressbar +``` + +## Documentation + +Browse the documentation online at https://docs.zendframework.com/zend-progressbar/ + +## Support + +* [Issues](https://github.com/zendframework/zend-progressbar/issues/) +* [Chat](https://zendframework-slack.herokuapp.com/) +* [Forum](https://discourse.zendframework.com/) diff --git a/composer.json b/composer.json index 05513d9..a77b349 100644 --- a/composer.json +++ b/composer.json @@ -44,8 +44,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.6.x-dev", - "dev-develop": "2.7.x-dev" + "dev-master": "2.7.x-dev", + "dev-develop": "2.8.x-dev" } }, "scripts": { diff --git a/composer.lock b/composer.lock index 7768f1c..cf9a89a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "47dc8c89a53ad90e3bec8ff29a5a71ea", + "content-hash": "e67f19ea2e9d1f057288b4f86b351701", "packages": [ { "name": "zendframework/zend-stdlib", diff --git a/docs/book/index.html b/docs/book/index.html deleted file mode 100644 index 96a7c65..0000000 --- a/docs/book/index.html +++ /dev/null @@ -1,12 +0,0 @@ -
-
-

zend-progressbar

- -

- Create and update progress bars in different environments. -

- -
$ composer require zendframework/zend-progressbar
-
-
- diff --git a/mkdocs.yml b/mkdocs.yml index b1eae4b..f9d112c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,12 +1,11 @@ docs_dir: docs/book site_dir: docs/html -pages: - - index.md +nav: + - Home: index.md - "Progress Bars": - Intro: intro.md - Adapters: adapters.md - "File Upload Handlers": upload.md site_name: zend-progressbar -site_description: zend-progressbar +site_description: "Create and update progress bars in different environments" repo_url: 'https://github.com/zendframework/zend-progressbar' -copyright: 'Copyright (c) 2005-2018 Zend Technologies USA Inc.'