Skip to content

Commit

Permalink
Merge all CHANGELOG files
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Oct 17, 2019
1 parent c51665d commit 462851d
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 99 deletions.
15 changes: 0 additions & 15 deletions CHANGELOG-1.1.md

This file was deleted.

15 changes: 0 additions & 15 deletions CHANGELOG-1.2.md

This file was deleted.

15 changes: 0 additions & 15 deletions CHANGELOG-1.3.md

This file was deleted.

15 changes: 0 additions & 15 deletions CHANGELOG-1.4.md

This file was deleted.

15 changes: 0 additions & 15 deletions CHANGELOG-1.5.md

This file was deleted.

24 changes: 0 additions & 24 deletions CHANGELOG-1.6.md

This file was deleted.

109 changes: 109 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# CHANGELOG

## CHANGELOG FOR `1.6.x`

### v1.6.3 (2019-10-10)

- [#16](https://github.com/Sylius/SyliusGridBundle/issues/16) Support for Symfony 3.4 / 4.3+ ([@pamil](https://github.com/pamil))

### v1.6.2 (2019-10-10)

- [#8](https://github.com/Sylius/SyliusGridBundle/issues/8) Use expression type from options if set ([@vvasiloi](https://github.com/vvasiloi))
- [#15](https://github.com/Sylius/SyliusGridBundle/issues/15) Introduce Psalm ([@pamil](https://github.com/pamil))

### v1.6.1 (2019-08-28)

- [#13](https://github.com/Sylius/SyliusGridBundle/issues/13) [HotFix] Fixed joins for declared declared relations ([@lchrusciel](https://github.com/lchrusciel))
- [#14](https://github.com/Sylius/SyliusGridBundle/issues/14) Add a test for the hotfix ([@pamil](https://github.com/pamil))

### v1.6.0 (2019-08-28)

- [#3](https://github.com/Sylius/SyliusGridBundle/issues/3) [ORM] Refactor expresssion builder to add joins when needed ([@GSadee](https://github.com/GSadee))
- [#6](https://github.com/Sylius/SyliusGridBundle/issues/6) Fix default datetime format ([@Zales0123](https://github.com/Zales0123))
- [#7](https://github.com/Sylius/SyliusGridBundle/issues/7) Fix the build by creating better tests ([@pamil](https://github.com/pamil))
- [#10](https://github.com/Sylius/SyliusGridBundle/issues/10) README Symfony version fix ([@Zales0123](https://github.com/Zales0123))
- [#11](https://github.com/Sylius/SyliusGridBundle/issues/11) Add functional tests for GridBundle ([@pamil](https://github.com/pamil))
- [#12](https://github.com/Sylius/SyliusGridBundle/issues/12) Improve tests for sorting ([@pamil](https://github.com/pamil))


## CHANGELOG FOR `1.5.x`

### v1.5.1 (2019-05-21)

#### TL;DR

**Security release!**

[CVE-2019-12186](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12186): XSS vulnerability in string field type when rendering objects implementing `__toString` method returning injected code.

### v1.5.0 (2019-05-01)

#### TL;DR

- Released GridBundle as a standalone package, containing a subtree split of Grid component.

## CHANGELOG FOR `1.4.x`

### v1.4.5 (2019-05-21)

#### TL;DR

**Security release!**

[CVE-2019-12186](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12186): XSS vulnerability in string field type when rendering objects implementing `__toString` method returning injected code.

### v1.4.4 (2019-04-30)

#### TL;DR

- Released GridBundle as a standalone package, containing a subtree split of Grid component.

## CHANGELOG FOR `1.3.x`

### v1.3.13 (2019-05-21)

#### TL;DR

**Security release!**

[CVE-2019-12186](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12186): XSS vulnerability in string field type when rendering objects implementing `__toString` method returning injected code.

### v1.3.12 (2019-04-30)

#### TL;DR

- Released GridBundle as a standalone package, containing a subtree split of Grid component.


## CHANGELOG FOR `1.2.x`

### v1.2.18 (2019-05-21)

#### TL;DR

**Security release!**

[CVE-2019-12186](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12186): XSS vulnerability in string field type when rendering objects implementing `__toString` method returning injected code.

### v1.2.17 (2019-04-30)

#### TL;DR

Released GridBundle as a standalone package, containing a subtree split of Grid component.


## CHANGELOG FOR `1.1.x`

### v1.1.19 (2019-05-21)

#### TL;DR

**Security release!**

[CVE-2019-12186](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12186): XSS vulnerability in string field type when rendering objects implementing `__toString` method returning injected code.

### v1.1.18 (2019-04-30)

#### TL;DR

Released GridBundle as a standalone package, containing a subtree split of Grid component.

0 comments on commit 462851d

Please sign in to comment.