diff --git a/page-changelog.php b/page-changelog.php index 1c320dd7d..bfc7a8563 100644 --- a/page-changelog.php +++ b/page-changelog.php @@ -13,7 +13,50 @@ -
Download: nextcloud-13.0.5.tar.bz2 or nextcloud-13.0.5.zip +Check the file integrity with: +MD5: nextcloud-13.0.5.tar.bz2.md5 or nextcloud-13.0.5.zip.md5 +SHA256: nextcloud-13.0.5.tar.bz2.sha256 or nextcloud-13.0.5.zip.sha256 +SHA512: nextcloud-13.0.5.tar.bz2.sha512 or nextcloud-13.0.5.zip.sha512 +PGP (Key): nextcloud-13.0.5.tar.bz2.asc or nextcloud-13.0.5.zip.asc
+ +Download: nextcloud-13.0.4.tar.bz2 or nextcloud-13.0.4.zip Check the file integrity with: MD5: nextcloud-13.0.4.tar.bz2.md5 or nextcloud-13.0.4.zip.md5 @@ -300,6 +343,21 @@ +
Download: nextcloud-12.0.10.tar.bz2 or nextcloud-12.0.10.zip +Check the file integrity with: +MD5: nextcloud-12.0.10.tar.bz2.md5 or nextcloud-12.0.10.zip.md5 +SHA256: nextcloud-12.0.10.tar.bz2.sha256 or nextcloud-12.0.10.zip.sha256 +SHA512: nextcloud-12.0.10.tar.bz2.sha512 or nextcloud-12.0.10.zip.sha512 +PGP (Key): nextcloud-12.0.10.tar.bz2.asc or nextcloud-12.0.10.zip.asc
+ +Download: nextcloud-12.0.9.tar.bz2 or nextcloud-12.0.9.zip Check the file integrity with: diff --git a/strings.php b/strings.php index 25bce4998..a9499821c 100644 --- a/strings.php +++ b/strings.php @@ -3,7 +3,7 @@ /* VERSIONS */ $VERSIONS_SERVER_MAJOR_STABLE = '13'; -$VERSIONS_SERVER_FULL_STABLE = '13.0.4'; +$VERSIONS_SERVER_FULL_STABLE = '13.0.5'; $VERSIONS_SERVER_MAJOR_DEVELOPMENT = '14.0.0'; $VERSIONS_SERVER_MAJOR_DEV_DOCS = '14'; // Used in dev docs links $VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '2.3.3';