update versions

This commit is contained in:
Aliberk Sandıkçı 2024-01-09 23:47:14 +03:00
parent b06d335271
commit b311a9b59e
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
6 changed files with 8 additions and 5 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"php.version": "8.2"
}

View File

@ -9,7 +9,7 @@
|
*/
$config['version'] = '1.5.0-RC1'; // This must be changed manually.
$config['version'] = '1.5.0-RC2'; // This must be changed manually.
$config['url'] = Config::BASE_URL;

View File

@ -1,7 +1,7 @@
{
"name": "maket/maketrandevu",
"description": "MAKET Randevu Portalı",
"version": "1.5.0-RC1",
"version": "1.5.0-RC2",
"homepage": "https://iflpanel.com/about/maketrandevu",
"type": "project",
"license": "GPL-3.0",

View File

@ -5,7 +5,7 @@
# Approximately 10min (tested with 4vcpu / 8GB RAM / 30Mbps network speed)
# MAKETRANDEVU_VER="test"
MAKETRANDEVU_VER="1.5.0-RC1" # UPDATE MANUALLY !
MAKETRANDEVU_VER="1.5.0-RC2" # UPDATE MANUALLY !
_RED='\033[0;31m'
_NC='\033[0m \e[0m' # No Color, No Effect

View File

@ -25,7 +25,7 @@ const zip = require('zip-dir');
// const debug = require('gulp-debug');
function archive(done) {
const version = "1.5.0-RC1"
const version = "1.5.0-RC2"
const filename = 'maketrandevu-' + version + '.zip';
fs.removeSync('build');

View File

@ -8,7 +8,7 @@ SCRIPT_NAME="nginx_docker_localtest.sh" # name of the *this* file
DEBUG="FALSE"
### REMOTE RELEASE ###
LATEST_RELEASE="1.5.0-RC1"
LATEST_RELEASE="1.5.0-RC2"
FILE_NAME="maketrandevu-$LATEST_RELEASE.zip"
DOWNLOAD_LINK=https://git.aliberksandikci.com.tr/maket/maketrandevu/releases/download/$LATEST_RELEASE/$FILE_NAME