Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Fixed the syntax of CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Vyskočil committed Jul 8, 2019
1 parent 746db98 commit 3e94135
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,90 +2,93 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
[Changed]
#### Changed
- Using of short array syntax (from array() to [])

#### Fixed
- Fixed the syntax of CHANGELOG

## [v3.0.0]
[Added]
#### Added
- Added file phpcs.xml

[Fixed]
#### Fixed
- Fixed the problem with generating error, when some of attributes 'eduPersonUniqueId', 'sourceIdPEppn', 'sourceIdPEntityId' is null

[Changed]
#### Changed
- Changed code style to PSR-2
- Module uses namespaces

## [v2.1.0]
[Added]
#### Added
- Every successfully log in is logged with notice level

## [v2.0.0]
[Added]
#### Added
- Added details with statistics for individually SPs and IdPs
- Added script for migrate data to new version of database structure

## [v1.5.0]
[Added]
#### Added
- Added legends to charts
- Instance name in header is taken from config file

[Fixed]
#### Fixed
- set default value of lastDays and tab in index.php: no error logs when user open statistics for the first time

## [v1.4.1]
[Fixed]
#### Fixed
- Statistics will be now full screen
- Fixed bad checks before insert translation to db

## [v1.4.0]
[Added]
#### Added
- Possibility to change the time range of displayed data

[Changed]
#### Changed
- DB commands work with apostrophes in IdP/SP names
- New visual form of the site
- Draw tables without month

[Fixed]
#### Fixed
- Draws tables data by selected time range

[Removed]
#### Removed
- Removed unused functions

## [v1.3.0]
[Added]
#### Added
- Added mapping tables for mapping identifier to name

[Changed]
#### Changed
- Storing entityIds instead of SpName/IdPName.

[Fixed]
#### Fixed
- Used only tabs for indentations

## [v1.2.1]
[Fixed]
#### Fixed
- Fixed the problem with getting utf8 chars from database

## [v1.2.0]
[Added]
#### Added
- Classes SimpleSAML_Logger and SimpleSAML_Module renamed to SimpleSAML\Logger and SimpleSAML\Module
- Dictionary
- Czech translation

[Changed]
#### Changed
- Database commands use prepared statements
- Saving SourceIdPName instead of EntityId

## [v1.1.0]
[Added]
#### Added
- Added average and maximal count of logins per day into summary table

[Changed]
#### Changed
- Fixed overqualified element in statisticsproxy.css

## [v1.0.0]
[Added]
#### Added
- Changelog

[Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master
Expand Down

0 comments on commit 3e94135

Please sign in to comment.