update versions
This commit is contained in:
parent
b06d335271
commit
b311a9b59e
6 changed files with 8 additions and 5 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"php.version": "8.2"
|
||||
}
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue