File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this app will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 2.6.0] - 2023-08-11
8+
9+ ### Fixed
10+
11+ - [ #401 ] ( https://github.com/owncloud/files_texteditor/pull/401 ) - fix: use firebase/php-jwt from core
12+
13+
714## [ 2.5.2] - 2023-07-27
815
916### Changed
@@ -73,7 +80,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7380### Updated
7481- Update ace and replace searchbox extension for search support [ #196 ] (https://github.com/owncloud/files_texteditor/pull/196 )
7582
76- [ Unreleased ] : https://github.com/owncloud/files_texteditor/compare/v2.5.1...master
83+ [ Unreleased ] : https://github.com/owncloud/files_texteditor/compare/v2.6.0...master
84+ [ 2.6.0 ] : https://github.com/owncloud/files_texteditor/compare/v2.5.2...v2.6.0
85+ [ 2.5.2 ] : https://github.com/owncloud/files_texteditor/compare/v2.5.1...v2.5.2
7786[ 2.5.1 ] : https://github.com/owncloud/files_texteditor/compare/v2.5.0...v2.5.1
7887[ 2.5.0 ] : https://github.com/owncloud/files_texteditor/compare/v2.4.1...v2.5.0
7988[ 2.4.1 ] : https://github.com/owncloud/files_texteditor/compare/v2.4.0...v2.4.1
Original file line number Diff line number Diff line change 99 </description >
1010 <licence >AGPL</licence >
1111 <author >Tom Needham, Björn Schießle</author >
12- <version >2.5.2 </version >
12+ <version >2.6.0 </version >
1313 <default_enable />
1414 <documentation >
1515 <user >https://github.com/owncloud/files_texteditor/blob/master/README.md</user >
Original file line number Diff line number Diff line change 11# Organization and project keys are displayed in the right sidebar of the project homepage
22sonar.organization =owncloud-1
33sonar.projectKey =owncloud_files_texteditor
4- sonar.projectVersion =2.5.2
4+ sonar.projectVersion =2.6.0
55sonar.host.url =https://sonarcloud.io
66
77# =====================================================
You can’t perform that action at this time.
0 commit comments