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

Commit 3801caa

Browse files
committed
Merge branch 'release/2.6.1'
2 parents 9fede56 + e0bbc42 commit 3801caa

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

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-
## 2.6.1 - TBD
5+
## 2.6.1 - 2019-09-05
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-2018, 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: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,20 @@ of which one is commonly misapplied. Thus, the zend-escaper component was writte
99
It offers developers a way to escape output and defend from XSS and related
1010
vulnerabilities by introducing contextual escaping based on peer-reviewed rules.
1111

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

docs/book/index.html

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

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
docs_dir: docs/book
22
site_dir: docs/html
33
pages:
4-
- index.md
5-
- Intro: intro.md
4+
- Home: index.md
5+
- Introduction: intro.md
66
- Reference:
77
- "Theory of Operation": theory-of-operation.md
88
- Configuration: configuration.md
@@ -12,6 +12,5 @@ pages:
1212
- "Escaping CSS": escaping-css.md
1313
- "Escaping URLs": escaping-url.md
1414
site_name: zend-escaper
15-
site_description: zend-escaper
15+
site_description: 'Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs'
1616
repo_url: 'https://github.com/zendframework/zend-escaper'
17-
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)