File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212.
1313
14+ ## [ 2.5] 2019-03-27
15+
16+ ### Added
17+
18+ - Added support for authenticating with X509Certificate (#164 , [ @ritzcrackr ] )
19+
20+ ### Fixed
21+
22+ - Conversion of pageID attribute of Attachments to ` [Int] ` (#166 , [ @lipkau ] )
23+ - Fixed generation of headers in tables when using ` ConvertTo-ConfluenceTable ` (#163 , [ @lipkau ] )
24+
1425## [ 2.4] 2018-12-12
1526
1627### Added
@@ -189,4 +200,5 @@ No changelog available for version `1.0` of ConfluencePS. `1.0` was created in l
189200[ @lipkau ] : https://github.com/lipkau
190201[ @lukhase ] : https://github.com/lukhase
191202[ @padgers ] : https://github.com/padgers
203+ [ @ritzcrackr ] : https://github.com/ritzcrackr
192204[ @ThePSAdmin ] : https://github.com/ThePSAdmin
Original file line number Diff line number Diff line change 1212 RootModule = ' ConfluencePS.psm1'
1313
1414 # Version number of this module.
15- ModuleVersion = ' 2.4 '
15+ ModuleVersion = ' 2.5 '
1616
1717 # ID used to uniquely identify this module
1818 GUID = ' 20d32089-48ef-464d-ba73-6ada240e26b3'
You can’t perform that action at this time.
0 commit comments