Commit 3d54eb97 authored by Simon's avatar Simon

Merge branch 'release-1.20.2'

parents 9ec0f089 9506985b
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
## Production ## Production
- build CSS & JS assets - `C:\web\dev.biuro\ npm run build` - build CSS & JS assets - `C:\web\dev.biuro\ npm run build`
- build new image `docker build -t biuro/web:1.20.1 .` (update version number) - build new image `docker build -t biuro/web:1.20.2 .` (update version number)
- login to biuro docker account `docker login --username=biuro --password=9Ndtjd2vKsLvGuFOeFq1KdJs` - login to biuro docker account `docker login --username=biuro --password=9Ndtjd2vKsLvGuFOeFq1KdJs`
- push image to docker repository - `docker push biuro/web:1.20.1` - push image to docker repository - `docker push biuro/web:1.20.2`
## Production ## Production
- update biuro/web image version in .env file (staging or www) - update biuro/web image version in .env file (staging or www)
......
...@@ -689,7 +689,7 @@ add_action( 'rest_api_init', function () { ...@@ -689,7 +689,7 @@ add_action( 'rest_api_init', function () {
function setup_mailer( PHPMailer $phpmailer ) { function setup_mailer( PHPMailer\PHPMailer\PHPMailer $phpmailer ) {
$phpmailer->Host = 'smtp.office365.com'; $phpmailer->Host = 'smtp.office365.com';
$phpmailer->Port = 587; // could be different $phpmailer->Port = 587; // could be different
$phpmailer->Username = 'no-reply@biuro.lt'; // if required $phpmailer->Username = 'no-reply@biuro.lt'; // if required
......
...@@ -3,6 +3,6 @@ Theme Name: Biuro ...@@ -3,6 +3,6 @@ Theme Name: Biuro
Author: Biuro Author: Biuro
Author URI: https://www.biuro.lt/ Author URI: https://www.biuro.lt/
Description: Biuro multiregion theme Description: Biuro multiregion theme
Version: 1.20.1 Version: 1.20.2
Text Domain: biuro Text Domain: biuro
*/ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment