From 6b4f4c6c386fc5497a6321fd39a22e5c7b69e72f Mon Sep 17 00:00:00 2001 From: kiwi-commerce Date: Tue, 9 Oct 2018 16:52:06 +0530 Subject: [PATCH] Update version to 1.0.5 --- README.md | 11 ++++++----- composer.json | 16 ++++++++++++++-- etc/module.xml | 2 +- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a8c72f4..cfb0d06 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@ - Track fields that have been changed from the backend. - Allow administrator to revert the modification. -## Installation - 1. Composer Installation +## **Installation** +1. Composer Installation - Navigate to your Magento root folder
`cd path_to_the_magento_root_directory` - Then run the following command
`composer require kiwicommerce/module-admin-activity` - Make sure that composer finished the installation without errors. - 2. Command Line Installation +2. Command Line Installation - Backup your web directory and database. - - Download Admin Activity Log installation package from [here](https://github.com/kiwicommerce/magento2-admin-activity/releases/download/v1.0.4/kiwicommerce-admin-activity-v104.zip) + - Download the latest Cron Scheduler installation package kiwicommerce-admin-activity-vvvv.zip [here](https://github.com/kiwicommerce/magento2-admin-activity/releases) - Navigate to your Magento root folder
`cd path_to_the_magento_root_directory`
- - Upload contents of the Admin Activity Log installation package to your Magento root directory. + - Upload contents of the Admin Activity Log installation package to your Magento root directory - Then run the following command
`php bin/magento module:enable KiwiCommerce_AdminActivity`
@@ -70,6 +70,7 @@ Feel free to get in touch with us at https://kiwicommerce.co.uk/get-in-touch/ * [Magento 2 Login As Customer](https://kiwicommerce.co.uk/extensions/magento2-login-as-customer/) * [Magento 2 Inventory Log](https://kiwicommerce.co.uk/extensions/magento2-inventory-log/) * [Magento 2 Enhanced SMTP](https://kiwicommerce.co.uk/extensions/magento2-enhanced-smtp/) +* [Magento 2 Customer Password](https://github.com/kiwicommerce/magento2-customer-password/) ## Contribution Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by: diff --git a/composer.json b/composer.json index e13efe7..4f024c8 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "kiwicommerce/module-admin-activity", - "description": "Magento 2 - Admin Activity", + "description": "The Admin Activity extension makes it easy to track all admin activity and revert the modification.", "type": "magento2-module", - "version": "1.0.4", + "version": "1.0.5", "license": [ "OSL-3.0" ], @@ -15,6 +15,18 @@ "role": "Leader" } ], + "require": { + "magento/framework": ">=100.0.0", + "magento/module-backend": ">=100.0.0" + }, + "keywords": [ + "magento 2", + "magento2", + "admin", + "backend", + "activity", + "log" + ], "autoload": { "files": [ "registration.php" diff --git a/etc/module.xml b/etc/module.xml index f26287d..36491c9 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -14,5 +14,5 @@ */ --> - +