Skip to content

Commit

Permalink
Added Changelog + How to update per version
Browse files Browse the repository at this point in the history
  • Loading branch information
xPand4B committed Jul 30, 2019
1 parent 478598e commit 7d32fdc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UPDATE/UPDATE-1.0.md
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions UPDATE/UPDATE-1.1.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7d32fdc

Please sign in to comment.