update version
This commit is contained in:
parent
890f265bb9
commit
1e46fe94ac
5 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$config['version'] = '1.5.0-p3'; // This must be changed manually.
|
$config['version'] = '1.5.0-RC1'; // This must be changed manually.
|
||||||
|
|
||||||
$config['url'] = Config::BASE_URL;
|
$config['url'] = Config::BASE_URL;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "maket/maketrandevu",
|
"name": "maket/maketrandevu",
|
||||||
"description": "MAKET Randevu Portalı",
|
"description": "MAKET Randevu Portalı",
|
||||||
"version": "1.5.0-p3",
|
"version": "1.5.0-RC1",
|
||||||
"homepage": "https://iflpanel.com/about/maketrandevu",
|
"homepage": "https://iflpanel.com/about/maketrandevu",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Approximately 10min (tested with 4vcpu / 8GB RAM / 30Mbps network speed)
|
# Approximately 10min (tested with 4vcpu / 8GB RAM / 30Mbps network speed)
|
||||||
|
|
||||||
# MAKETRANDEVU_VER="test"
|
# MAKETRANDEVU_VER="test"
|
||||||
MAKETRANDEVU_VER="1.5.0-p3" # UPDATE MANUALLY !
|
MAKETRANDEVU_VER="1.5.0-RC1" # UPDATE MANUALLY !
|
||||||
|
|
||||||
_RED='\033[0;31m'
|
_RED='\033[0;31m'
|
||||||
_NC='\033[0m \e[0m' # No Color, No Effect
|
_NC='\033[0m \e[0m' # No Color, No Effect
|
||||||
|
|
|
@ -25,7 +25,7 @@ const zip = require('zip-dir');
|
||||||
// const debug = require('gulp-debug');
|
// const debug = require('gulp-debug');
|
||||||
|
|
||||||
function archive(done) {
|
function archive(done) {
|
||||||
const version = "1.5.0-p3"
|
const version = "1.5.0-RC1"
|
||||||
const filename = 'maketrandevu-' + version + '.zip';
|
const filename = 'maketrandevu-' + version + '.zip';
|
||||||
|
|
||||||
fs.removeSync('build');
|
fs.removeSync('build');
|
||||||
|
|
|
@ -8,7 +8,7 @@ SCRIPT_NAME="nginx_docker_localtest.sh" # name of the *this* file
|
||||||
DEBUG="FALSE"
|
DEBUG="FALSE"
|
||||||
|
|
||||||
### REMOTE RELEASE ###
|
### REMOTE RELEASE ###
|
||||||
LATEST_RELEASE="1.5.0-p3"
|
LATEST_RELEASE="1.5.0-RC1"
|
||||||
FILE_NAME="maketrandevu-$LATEST_RELEASE.zip"
|
FILE_NAME="maketrandevu-$LATEST_RELEASE.zip"
|
||||||
DOWNLOAD_LINK=https://git.aliberksandikci.com.tr/maket/maketrandevu/releases/download/$LATEST_RELEASE/$FILE_NAME
|
DOWNLOAD_LINK=https://git.aliberksandikci.com.tr/maket/maketrandevu/releases/download/$LATEST_RELEASE/$FILE_NAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue