Skip to content

Commit

Permalink
Fixed issue with timezone that was not initialized correctly in Larav…
Browse files Browse the repository at this point in the history
…el framework (see: https://forum.processmaker.com/viewtopic.php?t=730768)

Set version to RE-1.4
  • Loading branch information
tomolimo committed Apr 8, 2019
1 parent 734c2b7 commit 296dcec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'log' => env('APP_LOG', 'single'),
'log_level' => env('APP_LOG_LEVEL', 'debug'),
'cache_lifetime' => env('APP_CACHE_LIFETIME', 60),
'timezone' => date_default_timezone_get(),

'providers' => [
FilesystemServiceProvider::class,
Expand Down
4 changes: 2 additions & 2 deletions workflow/engine/methods/login/version-pmos.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
define("PM_VERSION", "3.3.0-community-RE-1.3");
define("PM_BUILD_VERSION", "3.3.0-community-RE-1.3");
define("PM_VERSION", "3.3.0-community-RE-1.4");
define("PM_BUILD_VERSION", "3.3.0-community-RE-1.4");

0 comments on commit 296dcec

Please sign in to comment.