set version string and changelog for v0.1.12
This commit is contained in:
parent
55a6d14dbd
commit
58d1f756e8
3
.gitignore
vendored
3
.gitignore
vendored
@ -43,3 +43,6 @@ phpunit.phar
|
|||||||
!/backend/web/giro/megbizas/.gitkeep
|
!/backend/web/giro/megbizas/.gitkeep
|
||||||
/backend/web/giro/valasz/**
|
/backend/web/giro/valasz/**
|
||||||
!/backend/web/giro/valasz/.gitkeep
|
!/backend/web/giro/valasz/.gitkeep
|
||||||
|
|
||||||
|
/rest/web/assets/**
|
||||||
|
!/rest/web/assets/.gitkeep
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
-0.1.13
|
||||||
|
- change gitignore
|
||||||
-0.1.12
|
-0.1.12
|
||||||
- add ticket installment request reopen
|
- add ticket installment request reopen
|
||||||
- inventory no inactive products
|
- inventory no inactive products
|
||||||
|
|||||||
@ -5,7 +5,7 @@ return [
|
|||||||
'supportEmail' => 'rocho02@gmail.com',
|
'supportEmail' => 'rocho02@gmail.com',
|
||||||
'infoEmail' => 'info@rocho-net.hu',
|
'infoEmail' => 'info@rocho-net.hu',
|
||||||
'user.passwordResetTokenExpire' => 3600,
|
'user.passwordResetTokenExpire' => 3600,
|
||||||
'version' => 'v0.1.12',
|
'version' => 'v0.1.13',
|
||||||
'company' => 'movar',//gyor
|
'company' => 'movar',//gyor
|
||||||
'company_name' => "Freimann Kft.",
|
'company_name' => "Freimann Kft.",
|
||||||
'product_visiblity' => 'account',// on reception which products to display. account or global
|
'product_visiblity' => 'account',// on reception which products to display. account or global
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user