Skip to content

Commit

Permalink
Merge back Release 10.13.1 (#40975)
Browse files Browse the repository at this point in the history
* prepare 10.13.1
branched from master,
 - taking 5 small well understood easily testable fixes (for php8 forward compatibility)
 - but before #40961 gets merged to master.

* Improve images (#40963)

* Revamped the onlyoffice.png in gimp: cleaner and smaller PNG, ugly checkerboard background removed. (It was actually a 200k jpeg)
Replaced wopi.png with the logo found at github.com/OfficeDev/PnP-WOPI (it was a copy of the onlyoffic jpeg)

* added transparent round corners to the new icons.
drawio.png and richdocuments.png already have transparency.

* fix: disallow pre-signed url access if the signing key is not initialized

* bump Changelog

* bump version.php for final

* prepare merge back.

* prepare merge back, using 10.13.2 prealpha ...

---------

Co-authored-by: Juergen Weigert <jnweiger@gmail.com>
Co-authored-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 11, 2023
1 parent f321f14 commit 930a72a
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file modified core/img/app-registry/onlyoffice.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/img/app-registry/wopi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_core
sonar.projectVersion=10.13.0
sonar.projectVersion=10.13.1
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down
4 changes: 2 additions & 2 deletions version.php
Expand Up @@ -25,10 +25,10 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = [10, 13, 1, 0];
$OC_Version = [10, 13, 2, 0];

// The human-readable string
$OC_VersionString = '10.13.1 prealpha';
$OC_VersionString = '10.13.2 prealpha';

$OC_VersionCanBeUpgradedFrom = [[8, 2, 11],[9, 0, 9],[9, 1]];

Expand Down

0 comments on commit 930a72a

Please sign in to comment.