Skip to content

Commit

Permalink
susulan upgrade v7.0 (#460)
Browse files Browse the repository at this point in the history
* upgrade v7.0

* update

* Update catatan_rilis.md

* Update catatan_rilis.md

Co-authored-by: Afila <[email protected]>
  • Loading branch information
scqolbu24 and apidong authored Aug 3, 2022
1 parent 0e9ccce commit 5005e24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions catatan_rilis.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
#### [v22.08.01]

Di rilis v22.08.01, menyediakan Widget Sidebar Foto Camat. Rilis ini juga berisi perbaikan lain yang diminta Komunitas OpenDK.
Di rilis v22.08.01, menyediakan [...]. Rilis ini juga berisi perbaikan lain yang diminta Komunitas OpenDK.

Terima kasih pada totoprayogo1916 yang terus berkontribusi. Terima kasih pula pada vickyrolanda yang baru mulai berkontribusi.
Terima kasih pada [...] yang terus berkontribusi. Terima kasih pula pada [...] yang baru mulai berkontribusi.

#### Penambahan Fitur

1. [#360](https://github.com/OpenSID/OpenDK/issues/360) Tampilkan berita desa yang berurutan berdasarkan tanggal penerbitan artikel.

#### Perbaikan BUG

1. [#450](https://github.com/OpenSID/OpenDK/issues/450) Memperbaiki module keluarga error ketika kepala keluarga tidak ada.

#### TEKNIS
1. [#318](https://github.com/OpenSID/OpenDK/pull/318) Update Ke Laravel 7.x
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"laracasts/flash": "^3.0",
"laravel/framework": "^7.0",
"laravel/helpers": "^1.3",
"laravel/ui": "2",
"laravel/ui": "^2.0",
"laravelcollective/html": "^6.2",
"maatwebsite/excel": "^3.1",
"mews/captcha": "^3.2",
Expand All @@ -44,7 +44,7 @@
"friendsofphp/php-cs-fixer": "^3.0",
"laravel/tinker": "^2.5",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "~6.0",
"phpunit/phpunit": "^8.5",
"symfony/thanks": "^1.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
|
*/

'secure' => env('SESSION_SECURE_COOKIE'),
'secure' => env('SESSION_SECURE_COOKIE', null),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 5005e24

Please sign in to comment.