File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ 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- ## [ Unreleased ] - XXXX
7+ ## [ 2.5.2 ] - 2023-07-27
88
9+ ### Changed
10+
11+ - Need PHP minversion 7.1 since version 2.5.1, we bump to php minversion 7.4
912
1013
1114## [ 2.5.1] - 2023-03-27
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.1 </version >
12+ <version >2.5.2 </version >
1313 <default_enable />
1414 <documentation >
1515 <user >https://github.com/owncloud/files_texteditor/blob/master/README.md</user >
2222 <repository type =" git" >https://github.com/owncloud/files_texteditor.git</repository >
2323 <screenshot >https://raw.githubusercontent.com/owncloud/screenshots/a068ff44c439aa4969ea37b60e45bed875bbbb98/files_texteditor/texteditor.png</screenshot >
2424 <dependencies >
25- <owncloud min-version =" 10" max-version =" 10" />
25+ <owncloud min-version =" 10.11" max-version =" 10" />
26+ <php min-version =" 7.4" />
2627 </dependencies >
2728</info >
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.1
4+ sonar.projectVersion =2.5.2
55sonar.host.url =https://sonarcloud.io
66
77# =====================================================
You can’t perform that action at this time.
0 commit comments