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

Commit 3e94135

Browse files
author
Pavel Vyskočil
committed
Fixed the syntax of CHANGELOG
1 parent 746db98 commit 3e94135

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

CHANGELOG.md

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,90 +2,93 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5-
[Changed]
5+
#### Changed
66
- Using of short array syntax (from array() to [])
77

8+
#### Fixed
9+
- Fixed the syntax of CHANGELOG
10+
811
## [v3.0.0]
9-
[Added]
12+
#### Added
1013
- Added file phpcs.xml
1114

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

15-
[Changed]
18+
#### Changed
1619
- Changed code style to PSR-2
1720
- Module uses namespaces
1821

1922
## [v2.1.0]
20-
[Added]
23+
#### Added
2124
- Every successfully log in is logged with notice level
2225

2326
## [v2.0.0]
24-
[Added]
27+
#### Added
2528
- Added details with statistics for individually SPs and IdPs
2629
- Added script for migrate data to new version of database structure
2730

2831
## [v1.5.0]
29-
[Added]
32+
#### Added
3033
- Added legends to charts
3134
- Instance name in header is taken from config file
3235

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

3639
## [v1.4.1]
37-
[Fixed]
40+
#### Fixed
3841
- Statistics will be now full screen
3942
- Fixed bad checks before insert translation to db
4043

4144
## [v1.4.0]
42-
[Added]
45+
#### Added
4346
- Possibility to change the time range of displayed data
4447

45-
[Changed]
48+
#### Changed
4649
- DB commands work with apostrophes in IdP/SP names
4750
- New visual form of the site
4851
- Draw tables without month
4952

50-
[Fixed]
53+
#### Fixed
5154
- Draws tables data by selected time range
5255

53-
[Removed]
56+
#### Removed
5457
- Removed unused functions
5558

5659
## [v1.3.0]
57-
[Added]
60+
#### Added
5861
- Added mapping tables for mapping identifier to name
5962

60-
[Changed]
63+
#### Changed
6164
- Storing entityIds instead of SpName/IdPName.
6265

63-
[Fixed]
66+
#### Fixed
6467
- Used only tabs for indentations
6568

6669
## [v1.2.1]
67-
[Fixed]
70+
#### Fixed
6871
- Fixed the problem with getting utf8 chars from database
6972

7073
## [v1.2.0]
71-
[Added]
74+
#### Added
7275
- Classes SimpleSAML_Logger and SimpleSAML_Module renamed to SimpleSAML\Logger and SimpleSAML\Module
7376
- Dictionary
7477
- Czech translation
7578

76-
[Changed]
79+
#### Changed
7780
- Database commands use prepared statements
7881
- Saving SourceIdPName instead of EntityId
7982

8083
## [v1.1.0]
81-
[Added]
84+
#### Added
8285
- Added average and maximal count of logins per day into summary table
8386

84-
[Changed]
87+
#### Changed
8588
- Fixed overqualified element in statisticsproxy.css
8689

8790
## [v1.0.0]
88-
[Added]
91+
#### Added
8992
- Changelog
9093

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

0 commit comments

Comments
 (0)