From 7c1e5861fe9ec391ab550547df4cd223372c22ea Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Mon, 11 Apr 2022 11:22:47 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 1 - src/pages/home.php | 6 ++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2e5036fb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- This changelog + +### Changed +- Improved card design + +### Fixed + - Various small bugs diff --git a/README.md b/README.md index 74691e21..2f2b928c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,6 @@ For more information see: https://fomantic-ui.com/introduction/build-tools.html ## :construction: Roadmap | Item | Status | | --------------------------------------------------- | ------------------- | -| Changelog | Planned | | Group wishes by store | Planned | | Option to show/notify when a wish was fulfilled | Planned | | Price field for wishes | Planned | diff --git a/src/pages/home.php b/src/pages/home.php index f6f30499..2a4e7156 100644 --- a/src/pages/home.php +++ b/src/pages/home.php @@ -111,6 +111,12 @@ $page->navigation(); + +
+

+ +

' . __('Changelog') . '') ?>

+