From 10f600c1544d856d7827eedbd0d201b23b632157 Mon Sep 17 00:00:00 2001 From: Arun Date: Mon, 25 May 2020 12:15:46 +0530 Subject: [PATCH] Updated init and README --- LICENSE | 2 +- README.rdoc | 9 +++++++-- init.rb | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index a9f155157..24a481194 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ ERPmine - ERP for service industry -Copyright (C) 2011-2018 Adhi software pvt ltd +Copyright (C) 2011-2020 Adhi software pvt ltd This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/README.rdoc b/README.rdoc index 13ac3d59e..54e048fe1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -76,9 +76,14 @@ If an apache passenger module is used then make sure the following settings are b) RailsAppSpawnerIdleTime 0 c) PassengerPreStart http://rails-app-url/ -Release Notes for v3.9.2 +Release Notes for v3.9.3 - - Fixed some bugs. + Features: + - Mobile App + + Bug Fixes: + - Sidebar theme condition issue + - Generate payroll issue Customization: diff --git a/init.rb b/init.rb index a6b6d53b6..8d4b91a8d 100644 --- a/init.rb +++ b/init.rb @@ -603,7 +603,7 @@ def getSupervisorCondStr name 'ERPmine' author 'Adhi Software Pvt Ltd' description 'ERPmine is an ERP for Service Industries. It has the following modules: Time & Expense, Attendance, Payroll, CRM, Billing, Accounting, Purchasing, Inventory, Asset , Reports, Dashboards and Survey' - version '3.9.2' + version '3.9.3' url 'http://www.redmine.org/plugins/wk-time' author_url 'http://www.adhisoftware.co.in/'