Skip to content

Commit

Permalink
Update extension version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-commerce committed Aug 24, 2018
1 parent bd003ae commit d625d2f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

2. Command Line Installation
- Backup your web directory and database.
- Download Cron Scheduler installation package from <a href="https://github.com/kiwicommerce/magento2-cron-scheduler/releases/download/v1.0.1/kiwicommerce-cron-scheduler-v101.zip">here</a>.
- Download Cron Scheduler installation package from <a href="https://github.com/kiwicommerce/magento2-cron-scheduler/releases/download/v1.0.2/kiwicommerce-cron-scheduler-v102.zip">here</a>.
- Upload contents of the Cron Scheduler Log installation package to your Magento root directory.
- Navigate to your Magento root folder<br />
`cd path_to_the_magento_root_directory`<br />
Expand Down
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kiwicommerce/module-cron-scheduler",
"description": "Magento 2 - Cron Scheduler",
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"OSL-3.0"
],
Expand All @@ -15,6 +15,15 @@
"role": "Leader"
}
],
"keywords": [
"magento 2",
"magento2",
"admin",
"backend",
"cron",
"scheduler",
"cronscheduler"
],
"autoload": {
"files": [
"registration.php"
Expand Down
4 changes: 2 additions & 2 deletions 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_CronScheduler" setup_version="1.0.1" active="true" />
</config>
<module name="KiwiCommerce_CronScheduler" setup_version="1.0.2" active="true" />
</config>

0 comments on commit d625d2f

Please sign in to comment.