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

Commit

Permalink
Merge branch 'release/2.6.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 16, 2019
2 parents 58fa33e + e23496f commit 3a8e851
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

## 2.6.1 - TBD
## 2.6.1 - 2019-10-16

### Added

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,20 @@ usage to exceed the limit you specify, some managed objects are copied to cache
storage outside of memory. In this way, the total memory used by managed objects
does not exceed the limit you need to enforce.

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

Run the following to install this library:

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

## Documentation

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

## Support

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

This file was deleted.

9 changes: 4 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
docs_dir: docs/book
site_dir: docs/html
pages:
- index.md
- Intro: intro.md
nav:
- Home: index.md
- Introduction: intro.md
- Reference:
- "Memory Manager": memory-manager.md
- "Memory Objects": memory-objects.md
site_name: zend-memory
site_description: zend-memory
site_description: "Manage data in an environment with limited memory"
repo_url: 'https://github.com/zendframework/zend-memory'
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 comments on commit 3a8e851

Please sign in to comment.