Skip to content

Commit af79b51

Browse files
committed
prep 260
1 parent 6d7e9c2 commit af79b51

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this app will be documented in this file.
44

55
The 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

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_files_texteditor
4-
sonar.projectVersion=2.5.2
4+
sonar.projectVersion=2.6.0
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)