Skip to content

Commit

Permalink
Merge branch 'servicing' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapmarcus committed Aug 24, 2023
2 parents 322cd39 + df38781 commit 8c55ac6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.8.7] - Service release

### Bugfixes

- Fix typo in v-update-whitelabel-logo

## [1.8.6] - Service release

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

<h2 align="center">A lightweight and powerful control panel for the modern web</h2>

<p align="center"><strong>Latest stable release:</strong> Version 1.8.6 | <a href="https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md">View Changelog</a></p>
<p align="center"><strong>Latest stable release:</strong> Version 1.8.7 | <a href="https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md">View Changelog</a></p>

<p align="center">
<a href="https://www.hestiacp.com/">HestiaCP.com</a> |
Expand Down
4 changes: 2 additions & 2 deletions bin/v-update-white-label-logo
Expand Up @@ -37,7 +37,7 @@ elif [ ! -f "$HESTIA/web/images/custom/logo.svg" ] && [ "$download" = "yes" ]; t
fi

if [ -f "$HESTIA/web/images/custom/logo.png" ]; then
cp -f $"HESTIA/web/images/custom/logo.png" "$HESTIA/web/images/logo.png"
cp -f "$HESTIA/web/images/custom/logo.png" "$HESTIA/web/images/logo.png"
elif [ ! -f "$HESTIA/web/images/custom/logo.png" ] && [ "$download" = "yes" ]; then
download_file "https://raw.githubusercontent.com/hestiacp/hestiacp/release/web/images/logo.png" "$HESTIA/web/images/logo.png"
fi
Expand All @@ -49,7 +49,7 @@ elif [ ! -f "$HESTIA/web/images/custom/logo-header.svg" ] && [ "$download" = "ye
fi

if [ -f "$HESTIA/web/images/custom/favicon.png" ]; then
cp -f" $HESTIA/web/images/custom/favicon.png" "$HESTIA/web/images/favicon.png"
cp -f "$HESTIA/web/images/custom/favicon.png" "$HESTIA/web/images/favicon.png"
elif [ ! -f "$HESTIA/web/images/custom/favicon.png" ] && [ "$download" = "yes" ]; then
download_file "https://raw.githubusercontent.com/hestiacp/hestiacp/release/web/images/favicon.png" "$HESTIA/web/images/favicon.png"
fi
Expand Down
2 changes: 1 addition & 1 deletion install/hst-install-debian.sh
Expand Up @@ -31,7 +31,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
VERBOSE='no'

# Define software versions
HESTIA_INSTALL_VER='1.8.6'
HESTIA_INSTALL_VER='1.8.7'
# Dependencies
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
fpm_v="8.2"
Expand Down
2 changes: 1 addition & 1 deletion install/hst-install-ubuntu.sh
Expand Up @@ -31,7 +31,7 @@ HESTIA_COMMON_DIR="$HESTIA/install/common"
VERBOSE='no'

# Define software versions
HESTIA_INSTALL_VER='1.8.6'
HESTIA_INSTALL_VER='1.8.7'
# Dependencies
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
fpm_v="8.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "hestia",
"private": true,
"version": "1.8.6",
"version": "1.8.7",
"description": "An open-source Linux web server control panel.",
"repository": "https://github.com/hestiacp/hestiacp",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion src/deb/hestia/control
@@ -1,7 +1,7 @@
Source: hestia
Package: hestia
Priority: optional
Version: 1.8.6
Version: 1.8.7
Section: admin
Maintainer: HestiaCP <info@hestiacp.com>
Homepage: https://www.hestiacp.com
Expand Down
2 changes: 1 addition & 1 deletion src/rpm/hestia/hestia.spec
Expand Up @@ -2,7 +2,7 @@
%global _hardened_build 1

Name: hestia
Version: 1.8.6
Version: 1.8.7
Release: 1%{dist}
Summary: Hestia Control Panel
Group: System Environment/Base
Expand Down

0 comments on commit 8c55ac6

Please sign in to comment.