Skip to content

Commit

Permalink
Update version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-commerce committed Oct 9, 2018
1 parent ecc8669 commit 6b4f4c6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br />
`cd path_to_the_magento_root_directory`
- Then run the following command<br />
`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<br />
`cd path_to_the_magento_root_directory`<br />
- 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<br />
`php bin/magento module:enable KiwiCommerce_AdminActivity`<br />

Expand Down Expand Up @@ -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:
Expand Down
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
],
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="KiwiCommerce_AdminActivity" setup_version="1.0.3"/>
<module name="KiwiCommerce_AdminActivity" setup_version="1.0.5"/>
</config>

0 comments on commit 6b4f4c6

Please sign in to comment.