From faeae30a5fbea1272eb6913781afa92e5ff6d6e2 Mon Sep 17 00:00:00 2001 From: gamonoid Date: Thu, 7 Sep 2017 23:52:28 +0200 Subject: [PATCH] Update readme and release notes --- readme | 18 ------------------ readme.md | 6 +++--- release.md | 13 +++++++++++-- 3 files changed, 14 insertions(+), 23 deletions(-) delete mode 100644 readme diff --git a/readme b/readme deleted file mode 100644 index 008e00b9..00000000 --- a/readme +++ /dev/null @@ -1,18 +0,0 @@ -Add Sub module --------------- -git submodule add https://github.com/thilinah/isotope-core.git src - -Remove Sub Module ------------------ -git submodule deinit src -git rm src -git rm --cached src -rm -rf .git/modules/src - -//TODO - Add other modules also - -Errors while pushing code for sub module - -git remote set-url origin https://@github.com/thilinah/isotope-core.git - - must have rights to push code to the repo diff --git a/readme.md b/readme.md index c072f657..6e3abaf8 100644 --- a/readme.md +++ b/readme.md @@ -42,10 +42,10 @@ Setup IceHrm Development Environment ------------------------------------ IceHrm development environment is packaged as a Vagrant box. I includes php7, nginx, phpunit and other -software required for runing icehrm +software required for running icehrm -Preparing development VM ------------------------- +Preparing development VM with Vagrant +------------------------------------- - Clone icehrm from https://github.com/gamonoid/icehrm.git or download the source diff --git a/release.md b/release.md index a6ac9b10..802ffc1f 100644 --- a/release.md +++ b/release.md @@ -1,7 +1,16 @@ -Release note v19.0 +Release note v20.0 ------------------ ### Features * Payroll Module + * Compatible with MySQL 5.7 Strict Mode + * Name spaced Classes + +### Fixes + * Fix: limiting selectable countries via Settings + +Release note v19.0 +------------------ +### Features * Development environment * Overtime module * Department heads who can manage all employees attached to a company structure @@ -354,4 +363,4 @@ Release note v4.1 * Fix company structure graph issues * Allow icehrm client to work without an internet connection * Fix installer incorrect base url issue -* Fix empty user creation issue \ No newline at end of file +* Fix empty user creation issue