Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Helpers/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
function openkab_versi()
{
return 'v2512.0.1';
return 'v2601.0.0';
}
}

Expand Down
9 changes: 2 additions & 7 deletions catatan_rilis.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
Di rilis ini, versi 2512.0.1 berisi penambahan dan perbaikan yang diminta pengguna.
Di rilis ini, versi 2601.0.0 berisi penambahan dan perbaikan yang diminta pengguna.

#### Penambahan Fitur

1. [#872](https://github.com/OpenSID/OpenKab/issues/872) Penambahan modul artikel OpenSID.

#### Perbaikan BUG

1. [#873](https://github.com/OpenSID/OpenKab/issues/873) Perbaikan menu laporan data presisi yang hilang.
2. [#879](https://github.com/OpenSID/OpenKab/issues/879) Perbaikan filter tahun pada statistik kependudukan.

#### Perubahan Teknis

1. [#869](https://github.com/OpenSID/OpenKab/issues/869) Upgrade versi moment pada chart.js serta perbaikan halaman website presisi untuk kependudukan dan RTM.
2. [#876](https://github.com/OpenSID/OpenKab/issues/876) Ganti highchart dengan chartjs agar menggunakan satu library saja.
3. [#868](https://github.com/OpenSID/OpenKab/issues/868) Penerapan rate limiting pada OpenKab untuk membantu mencegah serangan DDOS.
1. [](https://github.com/OpenSID/OpenKab/issues/892) Perbaikan tag style agar tidak dianggap error ketika csp aktif.
2 changes: 1 addition & 1 deletion resources/views/auth/2fa-challenge.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
@stop

@section('adminlte_css')
<style>
<style nonce="{{ csp_nonce() }}" >
.auth-body {
padding: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/otp-login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
@stop

@section('adminlte_css')
<style>
<style nonce="{{ csp_nonce() }}" >
.auth-body {
padding: 20px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/dtks/papan/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/dtks/sandang/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/emails/otp-mail.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kode Token OpenKab</title>
<style>
<style nonce="{{ csp_nonce() }}" >
body {
font-family: Arial, sans-serif;
line-height: 1.6;
Expand Down
2 changes: 1 addition & 1 deletion resources/views/lembaga/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@stop

@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.details {
margin-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/master/artikel/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class="btn col-12 btn-primary m-0 rounded-pill">
@endsection

@section('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.widget-user-header {
padding: 20px;
background: #f4f6f9;
Expand Down
2 changes: 1 addition & 1 deletion resources/views/master/artikel/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class="btn col-12 btn-primary m-0 rounded-pill">
@endsection

@section('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.widget-user-header {
padding: 20px;
background: #f4f6f9;
Expand Down
2 changes: 1 addition & 1 deletion resources/views/peta/lokasi/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

@endsection
@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.select2-results__option[aria-disabled=true] {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/peta/point/form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1>{{ $action }} Data Tipe Lokasi</h1>
@stop
@push('css')
<style>
<style nonce="{{ csp_nonce() }}" >
.hidden {
/* display: none; */
}
Expand Down