Skip to content

Commit

Permalink
(#294) Rilis v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 authored Dec 3, 2022
1 parent 0d92f93 commit c2b80cc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ function sidebarChangelog() {
collapsible: false,
items: [
// { text: "dev (pengembangan)", link: "/changelog/dev" },
{ text: "v4.5.1 (terbaru)", link: "/changelog/451" },
{ text: "v4.5.2 (terbaru)", link: "/changelog/452" },
{ text: "v4.5.1", link: "/changelog/451" },
{ text: "v4.5.0", link: "/changelog/450" },
{ text: "v4.0.0", link: "/changelog/4-0-0" },
{ text: "v3.11.0", link: "/changelog/3-11-0" },
Expand Down
17 changes: 17 additions & 0 deletions docs/changelog/452.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Changelog SID v4.5.2"
---

# SID Versi v4.5.2

Rilis: 3 Desember 2022

## :rocket: Peningkatan
- Menambahkan `robots.txt`
- Menambahkan namespace `App\Libraries`

## :hammer_and_wrench: Perbaikan
- Memperbaiki masalah saat proses install tidak dapat menyimpan kedalam database.

## :link: Link
- [Unduh v4.5.2](https://github.com/ataslangit/sistem-informasi-desa/releases/4.5.2)
3 changes: 0 additions & 3 deletions docs/changelog/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ title: "Changelog SID dev"
Rilis: __belum riilis__

## :rocket: Peningkatan
- Menambahkan `robots.txt`
- Menambahkan namespace `App\Libraries`

## :hammer_and_wrench: Perbaikan
- Memperbaiki masalah saat proses install tidak dapat menyimpan kedalam database.

## :capital_abcd: Lain-lain

Expand Down
2 changes: 2 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Berikut adalah log perubahan dari SID.

- [dev](/changelog/dev)<br>
<small>belum rilis</small>
- [v4.5.2](/changelog/452)<br>
<small>Rilis 3 Desember 2022</small>
- [v4.5.1](/changelog/451)<br>
<small>Rilis 2 Desember 2022</small>
- [v4.5.0](/changelog/450)<br>
Expand Down
2 changes: 1 addition & 1 deletion donjo-app/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
defined('EXIT__AUTO_MIN') || define('EXIT__AUTO_MIN', 9); // lowest automatically-assigned error code
defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code

defined('VERSI_SID') || define('VERSI_SID', '4.5.1');
defined('VERSI_SID') || define('VERSI_SID', '4.5.2');

0 comments on commit c2b80cc

Please sign in to comment.