Skip to content

Commit

Permalink
Merge pull request #101 from openeuropa/release-1.0.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md for release 1.0.0.
  • Loading branch information
ademarco authored Dec 16, 2019
2 parents 212e00f + c5e2789 commit f7b8ef2
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,39 @@
# Change Log

## [1.0.0](https://github.com/openeuropa/oe_authentication/tree/1.0.0) (2019-12-16)
[Full Changelog](https://github.com/openeuropa/oe_authentication/compare/1.0.0-beta1...1.0.0)

**Implemented enhancements:**

- Why only superuser is able to cancel accounts with deletion? [\#79](https://github.com/openeuropa/oe_authentication/issues/79)

**Closed issues:**

- Replace master branch with 8.x-1.x [\#91](https://github.com/openeuropa/oe_authentication/issues/91)
- missing modules oe\_authentication [\#77](https://github.com/openeuropa/oe_authentication/issues/77)
- Improve documentation [\#53](https://github.com/openeuropa/oe_authentication/issues/53)
- Rendering user information [\#50](https://github.com/openeuropa/oe_authentication/issues/50)

**Merged pull requests:**

- OPENEUROPA-0000: Separate cache folder on drone. [\#100](https://github.com/openeuropa/oe_authentication/pull/100) ([voidtek](https://github.com/voidtek))
- OPENEUROPA-2502: Add param groups to validation path. [\#99](https://github.com/openeuropa/oe_authentication/pull/99) ([dxvargas](https://github.com/dxvargas))
- OPENEUROPA-2258: Undo use of PHP 7.2. [\#98](https://github.com/openeuropa/oe_authentication/pull/98) ([dxvargas](https://github.com/dxvargas))
- OPENEUROPA-2464: Use PHP 7.1 in docker-compose. [\#97](https://github.com/openeuropa/oe_authentication/pull/97) ([dxvargas](https://github.com/dxvargas))
- OPENEUROPA-2258: Use PHP 7.2 in drone and docker image. [\#96](https://github.com/openeuropa/oe_authentication/pull/96) ([dxvargas](https://github.com/dxvargas))
- OPENEUROPA-1897: Removed drone permission fix. [\#76](https://github.com/openeuropa/oe_authentication/pull/76) ([imanoleguskiza](https://github.com/imanoleguskiza))

## [1.0.0-beta1](https://github.com/openeuropa/oe_authentication/tree/1.0.0-beta1) (2019-05-15)
[Full Changelog](https://github.com/openeuropa/oe_authentication/compare/1.0.0-alpha7...1.0.0-beta1)

**Closed issues:**

- Create release 1.0.0-beta1 [\#75](https://github.com/openeuropa/oe_authentication/issues/75)

**Merged pull requests:**

- OPENEUROPA-1864: Create release 1.0.0-beta1. [\#74](https://github.com/openeuropa/oe_authentication/pull/74) ([imanoleguskiza](https://github.com/imanoleguskiza))

## [1.0.0-alpha7](https://github.com/openeuropa/oe_authentication/tree/1.0.0-alpha7) (2019-05-07)
[Full Changelog](https://github.com/openeuropa/oe_authentication/compare/1.0.0-alpha6...1.0.0-alpha7)

Expand Down Expand Up @@ -73,6 +100,7 @@
- OPENEUROPA-1322: Use the proper Docker way of overriding docker-composer.yml file. [\#36](https://github.com/openeuropa/oe_authentication/pull/36) ([drupol](https://github.com/drupol))
- OPENEUROPA-1299: Override proxyCallback for ECAS. [\#35](https://github.com/openeuropa/oe_authentication/pull/35) ([voidtek](https://github.com/voidtek))
- OPENEUROPA-1300: Ensure config changes in hook\_install don't happen if the config is being synced and show disclaimer [\#33](https://github.com/openeuropa/oe_authentication/pull/33) ([nagyad](https://github.com/nagyad))
- OPENEUROPA-627: Avoid touching default.settings.php \#31. [\#32](https://github.com/openeuropa/oe_authentication/pull/32) ([dxvargas](https://github.com/dxvargas))
- OPENEUROPA-1249: Allow access for Drupal users on oe\_authentication [\#30](https://github.com/openeuropa/oe_authentication/pull/30) ([imanoleguskiza](https://github.com/imanoleguskiza))
- OPENEUROPA-1260: Fix authentication logout redirect for the demo server. [\#29](https://github.com/openeuropa/oe_authentication/pull/29) ([drupol](https://github.com/drupol))
- OPENEUROPA-1197: Add missing configuration for emails. [\#28](https://github.com/openeuropa/oe_authentication/pull/28) ([imanoleguskiza](https://github.com/imanoleguskiza))
Expand All @@ -91,7 +119,6 @@

**Merged pull requests:**

- OPENEUROPA-627: Avoid touching default.settings.php \#31. [\#32](https://github.com/openeuropa/oe_authentication/pull/32) ([dxvargas](https://github.com/dxvargas))
- Update CHANGELOG.md for 1.0.0-alpha1 [\#24](https://github.com/openeuropa/oe_authentication/pull/24) ([ademarco](https://github.com/ademarco))
- OPENEUROPA-1227: EULogin validation service path is wrong [\#23](https://github.com/openeuropa/oe_authentication/pull/23) ([upchuk](https://github.com/upchuk))
- OPENEUROPA-1209: Change settings for CAS and module [\#22](https://github.com/openeuropa/oe_authentication/pull/22) ([dxvargas](https://github.com/dxvargas))
Expand Down

0 comments on commit f7b8ef2

Please sign in to comment.