1.0.6
Added Laravel Share option for blogs. You can share the post in Facebook, Google Plus, Twitter and Linkedin.
Added Export options (CSV, Excel, PDF and Print), Column visibility options(show/hide columns) to all the datatables and saved the column visibility status of table.
Changed the functionality of tasks. Added the status option to tasks. You can see the tasks in Kanban mode also and change the status of tasks by drag and drop.
Added ToDo page. It works like a notes which shows the daily work (completed or uncompleted). Todo items can be viewed and modified by the creator ( either user or staff ).
Added 404 page and fixed some security issues. Display's 404 page when user try to get data from another Organization.
Added Sent mail options, You can Send mails using SMTP, SES and Mailgun drivers. You can also send the mails using Elastic mail using smtp driver.
Changed UI in frontend Pages.
Added Files List:
resources/views/user/todo/index.blade.php
resources/views/user/task/show.blade.php
resources/views/user/task/kanban.blade.php
resources/views/user/task/edit.blade.php
resources/views/user/task/delete.blade.php
resources/views/user/task/create.blade.php
resources/views/user/task/create.blade.php
resources/views/user/task/_form.blade.php
resources/views/user/task/_details.blade.php
resources/views/errors/404.blade.php
resources/lang/en/todo.php
resources/assets/js/jquery-ui/jquery-ui.js
resources/assets/js/share.js
resources/assets/js/404.js
resources/assets/img/night.jpg
resources/assets/img/404.png
resources/assets/front/images/logo_white.png
resources/assets/front/images/location.png
resources/assets/css/tasks.css
resources/assets/css/404.css
database/seeds/AddStatusToOptionSeeder.php
database/migrations/2018_05_11_070353_create_todos_table.php
database/migrations/2018_05_08_132245_add_columns_to_tasks_table.php
config/laravel-share.php
app/Repositories/TodoRepositoryEloquent.php
app/Repositories/TodoRepository.php
app/Models/Todo.php
app/Http/Controllers/Users/TodoController.php
Modified Files List:
routes/web.php
resources/views/user/task/index.blade.php
resources/views/user/subscription/index.blade.php
resources/views/user/subscription/change.blade.php
resources/views/user/staff/invite.blade.php
resources/views/user/staff/invite-cancel.blade.php
resources/views/user/staff/index.blade.php
resources/views/user/salesteam/index.blade.php
resources/views/user/salesorder_delete_list/index.blade.php
views/user/sales_order/salesorder_invoice_list.blade.php
resources/views/user/sales_order/index.blade.php
resources/views/user/sales_order/draft_salesorders.blade.php
resources/views/user/quotation_delete_list/index.blade.php
resources/views/user/quotation/quotation_invoice_list.blade.php
resources/views/user/quotation/index.blade.php
resources/views/user/quotation/draft_quotations.blade.php
resources/views/user/quotation/converted_list.blade.php
resources/views/user/qtemplate/index.blade.php
resources/views/user/product/index.blade.php
resources/views/user/paypal_transaction/index.blade.php
resources/views/user/payment/status.blade.php
resources/views/user/opportunitymeeting/index.blade.php
resources/views/user/opportunitycall/index.blade.php
resources/views/user/opportunity_delete_list/index.blade.php
resources/views/user/opportunity_archive/index.blade.php
resources/views/user/opportunity/index.blade.php
resources/views/user/opportunity/converted_list.blade.php
resources/views/user/meeting/index.blade.php
resources/views/user/leadcall/index.blade.php
resources/views/user/lead/index.blade.php
resources/views/user/invoices_payment_log/index.blade.php
resources/views/user/invoice_delete_list/index.blade.php
resources/views/user/invoice/paid_invoice.blade.php
resources/views/user/invoice/index.blade.php
resources/views/user/email_template/index.blade.php
resources/views/user/customer/index.blade.php
resources/views/user/company/index.blade.php
resources/views/user/category/index.blade.php
resources/views/user/call/index.blade.php
resources/views/user/index.blade.php
resources/views/layouts/left_menu/_user.blade.php
resources/views/layouts/user.blade.php
resources/views/layouts/header/_assets.blade.php
resources/views/layouts/frontend/user.blade.php
resources/views/layouts/frontend/_header.blade.php
resources/views/layouts/frontend/_footer.blade.php
resources/views/layouts/_assets_footer.blade.php
resources/views/install/mail_settings.blade.php
resources/views/frontend/register.blade.php
resources/views/frontend/privacy.blade.php
resources/views/frontend/index.blade.php
resources/views/frontend/contactus.blade.php
resources/views/frontend/blogitem.blade.php
resources/views/frontend/blog.blade.php
resources/views/frontend/about_us.blade.php
resources/views/customers/sales_order/index.blade.php
resources/views/customers/quotation/index.blade.php
resources/views/customers/payment/pay.blade.php
resources/views/customers/invoices_payment_log/index.blade.php
resources/views/customers/invoice/index.blade.php
resources/views/admin/subscription/trialing.blade.php
resources/views/admin/subscription/show.blade.php
resources/views/admin/subscription/index.blade.php
resources/views/admin/subscription/expired_trial.blade.php
resources/views/admin/subscription/expired_subscription.blade.php
resources/views/admin/subscription/change.blade.php
resources/views/admin/subscription/active.blade.php
resources/views/admin/setting/index.blade.php
resources/views/admin/setting/email.blade.php
resources/views/admin/payplan/index.blade.php
resources/views/admin/payment/index.blade.php
resources/views/admin/organizations/transaction_details.blade.php
resources/views/admin/organizations/show.blade.php
resources/views/admin/organizations/index.blade.php
resources/views/admin/option/index.blade.php
resources/views/admin/email_template/index.blade.php
resources/views/admin/contactus/index.blade.php
resources/views/admin/blog_category/index.blade.php
resources/views/admin/blog/index.blade.php
resources/views/admin/index.blade.php
resources/views/reset.blade.php
resources/views/invite.blade.php
resources/lang/en/todo.php
resources/lang/en/task.php
resources/lang/en/table.php
resources/lang/en/subscription.php
resources/lang/en/settings.php
resources/lang/en/left_menu.php
resources/lang/en/frontend.php
resources/lang/en/errors.php
resources/assets/sass/custom_new.scss
resources/assets/front/sass/header.scss
resources/assets/front/sass/footer.scss
resources/assets/front/sass/custom.scss
resources/assets/front/js/homepage.js
resources/assets/front/css/contact_page1_styles.css
resources/assets/front/css/blog_list_styles.css
resources/assets/css/login_register.css
database/seeds/DatabaseSeeder.php
config/services.php
config/app.php
app/Repositories/UserRepositoryEloquent.php
app/Repositories/UserRepository.php
app/Repositories/TaskRepositoryEloquent.php
app/Repositories/TaskRepository.php
app/Repositories/SalesTeamRepositoryEloquent.php
app/Repositories/LeadRepositoryEloquent.php
app/Repositories/InvoiceRepositoryEloquent.php
app/Repositories/CompanyRepositoryEloquent.php
app/Providers/RepositoryServiceProvider.php
app/Providers/AppServiceProvider.php
app/Models/Task.php
app/Models/Organization.php
app/Models/Company.php
app/Http/Requests/TaskRequest.php
app/Http/Requests/SettingRequest.php
app/Http/Requests/InstallSettingsEmailRequest.php
app/Http/Controllers/ (All controllers)
yarn.lock
package.json
composer.lock
composer.json
back-end.mix.js
.env.example
Deleted Files List:
resources/views/layouts/frontend/headers/home_headercontent.blade.php
resources/views/layouts/frontend/headers/contact_headercontent.blade.php
resources/views/layouts/frontend/headers/about_headercontent.blade.php
resources/views/layouts/frontend/_header_custom.blade.php
Last updated