From 7d32fdc3a8a9dbe7eb0147ef4fa536dc0191286c Mon Sep 17 00:00:00 2001 From: xPand4B Date: Tue, 30 Jul 2019 13:01:40 +0200 Subject: [PATCH] Added Changelog + How to update per version --- UPDATE/UPDATE-1.0.md | 11 +++++++++++ UPDATE/UPDATE-1.1.md | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 UPDATE/UPDATE-1.0.md create mode 100644 UPDATE/UPDATE-1.1.md diff --git a/UPDATE/UPDATE-1.0.md b/UPDATE/UPDATE-1.0.md new file mode 100644 index 0000000..c4dea7d --- /dev/null +++ b/UPDATE/UPDATE-1.0.md @@ -0,0 +1,11 @@ +# How to update to v1.0.x +In order to update to version 1.0.x you just have to do `git pull`. + +# Changelog for MiPa-Pool v1.0.x + +## 1.0.1 +[View al changes from v1.0.0...v1.0.1](https://github.com/xPand4B/MiPa-Pool/compare/v1.0...v1.0.1) +* Reorganized translations to better find them in code. + +## 1.0.0 +* Release version 1.0.0 diff --git a/UPDATE/UPDATE-1.1.md b/UPDATE/UPDATE-1.1.md new file mode 100644 index 0000000..a45ef54 --- /dev/null +++ b/UPDATE/UPDATE-1.1.md @@ -0,0 +1,17 @@ +# How to update to v1.1.x +In order to update to version 1.1.x you have to do `git pull`. + +After that typ `php artisan migrate` to add the new migrations and your done. + +# Changelog for MiPa-Pool v1.1.x + +## 1.1.0 +[View al changes from v1.0.1...v1.1.0](https://github.com/xPand4B/MiPa-Pool/compare/v1.0.1...v1.1.0) +* Added checkbox for marking a menu as payed _(Ajax live updater)_ + * app/Http/Controllers/MenuController.php + * app/Http/Models/Menu.php + * database/migrations/2019_07_30_102356_add_payed_field_to_menus.php + * /resources/views/pages/manage/orders/index.blade.php + * /resources/views/pages/manage/orders/show.blade.php + * /resources/views/pages/orders/index.blade.php + * /resources/views/partials/_togglePayed.blade.php