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

Commit e9ddb11

Browse files
committed
Merge branch 'release/3.1.2'
2 parents fc9b191 + 2c305e7 commit e9ddb11

9 files changed

Lines changed: 29 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 3.1.2 - TBD
5+
## 3.1.2 - 2019-10-09
66

77
### Added
88

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2017, Zend Technologies USA, Inc.
1+
Copyright (c) 2005-2019, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,21 @@
77
decoding JSON to native PHP. For more information on JSON, visit the JSON
88
[project site](http://www.json.org/).
99

10-
- File issues at https://github.com/zendframework/zend-json/issues
11-
- Documentation is at https://docs.zendframework.com/zend-json/
10+
11+
## Installation
12+
13+
Run the following to install this library:
14+
15+
```bash
16+
$ composer require zendframework/zend-json
17+
```
18+
19+
## Documentation
20+
21+
Browse the documentation online at https://docs.zendframework.com/zend-json/
22+
23+
## Support
24+
25+
* [Issues](https://github.com/zendframework/zend-json/issues/)
26+
* [Chat](https://zendframework-slack.herokuapp.com/)
27+
* [Forum](https://discourse.zendframework.com/)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"issues": "https://github.com/zendframework/zend-json/issues",
1313
"source": "https://github.com/zendframework/zend-json",
1414
"rss": "https://github.com/zendframework/zend-json/releases.atom",
15-
"slack": "https://zendframework-slack.herokuapp.com",
15+
"chat": "https://zendframework-slack.herokuapp.com",
1616
"forum": "https://discourse.zendframework.com/c/questions/components"
1717
},
1818
"require": {

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ read/subscribe to the following resources:
77

88
- [Coding Standards](https://github.com/zendframework/zend-coding-standard)
99
- [Forums](https://discourse.zendframework.com/c/contributors)
10-
- [Slack](https://zendframework-slack.herokuapp.com)
10+
- [Chat](https://zendframework-slack.herokuapp.com)
1111
- [Code of Conduct](CODE_OF_CONDUCT.md)
1212

1313
If you are working on new features or refactoring

docs/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- [ ] I was not able to find an [open](https://github.com/zendframework/zend-json/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-json/issues?q=is%3Aclosed) issue matching what I'm seeing.
2-
- [ ] This is not a question. (Questions should be asked on [slack](https://zendframework.slack.com/) ([Signup for Slack here](https://zendframework-slack.herokuapp.com/)) or our [forums](https://discourse.zendframework.com/).)
2+
- [ ] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/) ([Signup here](https://zendframework-slack.herokuapp.com/)) or our [forums](https://discourse.zendframework.com/).)
33

44
Provide a narrative description of what you are trying to accomplish.
55

docs/SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Zend Framework offers three support channels:
44

55
- For real-time questions, use our
6-
[Slack](https://zendframework-slack.herokuapp.com)
6+
[chat](https://zendframework-slack.herokuapp.com)
77
- For detailed questions (e.g., those requiring examples) use our
88
[forums](https://discourse.zendframework.com/c/questions/components)
99
- To report issues, use this repository's
1010
[issue tracker](https://github.com/zendframework/zend-json/issues/new)
1111

12-
**DO NOT** use the issue tracker to ask questions; use Slack or the forums for
12+
**DO NOT** use the issue tracker to ask questions; use chat or the forums for
1313
that. Questions posed to the issue tracker will be closed.
1414

1515
When reporting an issue, please include the following details:

docs/book/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

mkdocs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
docs_dir: docs/book
22
site_dir: docs/html
3-
pages:
4-
- index.md
5-
- Intro: intro.md
3+
nav:
4+
- Home: index.md
5+
- Introduction: intro.md
66
- Reference:
77
- "Basic Usage": basics.md
88
- "Advanced Usage": advanced.md
99
- Migration:
1010
- "From v2 to v3": migration/v2-to-v3.md
1111
site_name: zend-json
12-
site_description: Zend\Json
12+
site_description: "De/Serialize JSON in PHP, including JavaScript expressions"
1313
repo_url: 'https://github.com/zendframework/zend-json'
14-
copyright: 'Copyright (c) 2005-2017 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)