diff --git a/app/service/ConfigService.go b/app/service/ConfigService.go index ee9b957..9885114 100644 --- a/app/service/ConfigService.go +++ b/app/service/ConfigService.go @@ -606,5 +606,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool { } func (this *ConfigService) GetVersion() string { - return "2.4" + return "2.5" } diff --git a/app/views/admin/setting/export_pdf.html b/app/views/admin/setting/export_pdf.html index 0686eb3..8268308 100644 --- a/app/views/admin/setting/export_pdf.html +++ b/app/views/admin/setting/export_pdf.html @@ -3,16 +3,16 @@
-
+
- + Leanote use wkhtmltopdf to export pdf. You should install it on your server.
- Please input the path that wkhtmltopdf installed, e.g. /usr/local/bin/wkhtmltopdf on mac os/linux or on windows. + Please input the path that wkhtmltopdf installed, e.g. /usr/local/bin/wkhtmltopdf on mac os/linux or C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe on windows.
diff --git a/bin/release.sh b/bin/release.sh index 99bbaab..993564e 100644 --- a/bin/release.sh +++ b/bin/release.sh @@ -9,7 +9,7 @@ SP=$(cd "$(dirname "$0")"; pwd) tmp="/Users/life/Desktop/leanote_release" # version -V="v2.4" +V="v2.5" ##================================= # 1. 先build 成 3个平台, 2种bit = 6种