diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1b90b..94d0bee 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.6.1 - TBD +## 2.6.1 - 2019-09-04 ### 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/docs/book/index.html b/docs/book/index.html deleted file mode 100644 index 3b9ba2a..0000000 --- a/docs/book/index.html +++ /dev/null @@ -1,10 +0,0 @@ -
-
-

zend-loader

- -

Autoloading and plugin loading strategies.

- -
$ composer require zendframework/zend-loader
-
-
- diff --git a/mkdocs.yml b/mkdocs.yml index 6bef36a..1595f8e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ docs_dir: docs/book site_dir: docs/html pages: - - index.md + - Home: index.md - Reference: - AutoloaderFactory: autoloader-factory.md - StandardAutoloader: standard-autoloader.md @@ -13,6 +13,5 @@ pages: - PluginClassLocator: plugin-class-locator.md - "ClassMap Generator": classmap-generator.md site_name: zend-loader -site_description: zend-loader +site_description: 'Autoloading and plugin loading strategies' repo_url: 'https://github.com/zendframework/zend-loader' -copyright: 'Copyright (c) 2005-2018 Zend Technologies USA Inc.'