diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..d69e9d9 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,2 @@ +-0.0.1 + alap alkalmazás \ No newline at end of file diff --git a/common/config/params.php b/common/config/params.php index 4ec9ba6..a7b1ac3 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -3,4 +3,5 @@ return [ 'adminEmail' => 'admin@example.com', 'supportEmail' => 'support@example.com', 'user.passwordResetTokenExpire' => 3600, + 'version' => 'v0.0.2' ]; diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3e09838..3258889 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -67,7 +67,7 @@ AppAsset::register($this);