diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..e1764cfa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "php.version": "8.2" +} diff --git a/application/config/app.php b/application/config/app.php index aa852817..93318f12 100644 --- a/application/config/app.php +++ b/application/config/app.php @@ -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; diff --git a/composer.json b/composer.json index 671f2bb9..6a1c376b 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/docker/build/docker.sh b/docker/build/docker.sh index c094d633..74ff609d 100755 --- a/docker/build/docker.sh +++ b/docker/build/docker.sh @@ -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 diff --git a/gulpfile.js b/gulpfile.js index ed65bacb..16fecec3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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'); diff --git a/nginx_docker_localtest.sh b/nginx_docker_localtest.sh index 1534fc6b..6f12a66a 100755 --- a/nginx_docker_localtest.sh +++ b/nginx_docker_localtest.sh @@ -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