Skip to content

Commit

Permalink
modules versions updated (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Yair Garcia <[email protected]>
  • Loading branch information
wagator and yagator authored Nov 2, 2021
1 parent ffad038 commit 9271ddd
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 21 deletions.
11 changes: 6 additions & 5 deletions AbandonedCart/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magento/active-campaign-abandoned-cart",
"description": "N/A",
"name": "activecampaign/abandonedcart",
"description": "ActiveCampaign Abandoned Cart",
"type": "magento2-module",
"license": [
"OSL-3.0",
Expand All @@ -9,16 +9,17 @@
"config": {
"sort-packages": true
},
"version": "104.0.2",
"version": "2.0.0",
"require": {
"php": "~7.3.0||~7.4.0"
"php": "~7.3.0||~7.4.0",
"activecampaign/core": "2.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\Catalog\\": ""
"ActiveCampaign\\AbandonedCart\\": ""
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion AbandonedCart/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="ActiveCampaign_AbandonedCart">
<module name="ActiveCampaign_AbandonedCart" setup_version="2.0.0">
<sequence>
<module name="Magento_Product"/>
<module name="Magento_Sales"/>
Expand Down
14 changes: 9 additions & 5 deletions Core/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "activecampaign/core",
"description": "ActiveCampaign Core",
"require": {
"php": "^7.1.0"
},
"type": "magento2-module",
"version": "2.0.0",
"license": [
"Commercial"
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "2.0.0",
"require": {
"php": "~7.3.0||~7.4.0"
},
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion Core/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="ActiveCampaign_Core" setup_version="1.0.0"/>
<module name="ActiveCampaign_Core" setup_version="2.0.0"/>
</config>
16 changes: 10 additions & 6 deletions Customer/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "activecampaign/customer",
"description": "ActiveCampaign Customer",
"require": {
"php": "^7.1.0",
"amasty/base": ">=1.0.0"
},
"type": "magento2-module",
"version": "1.0.0",
"license": [
"Commercial"
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "2.0.0",
"require": {
"php": "~7.3.0||~7.4.0",
"activecampaign/core": "2.0.*"
},
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion Customer/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="ActiveCampaign_Customer" setup_version="1.0.0">
<module name="ActiveCampaign_Customer" setup_version="2.0.0">
<sequence>
<module name="ActiveCampaign_Core"/>
</sequence>
Expand Down
25 changes: 25 additions & 0 deletions Order/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "activecampaign/order",
"description": "ActiveCampaign Order",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "2.0.0",
"require": {
"php": "~7.3.0||~7.4.0",
"activecampaign/core": "2.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"ActiveCampaign\\Order\\": ""
}
}
}
2 changes: 1 addition & 1 deletion Order/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="ActiveCampaign_Order" setup_version="1.0.0">
<module name="ActiveCampaign_Order" setup_version="2.0.0">
<sequence>
<module name="ActiveCampaign_Core" />
</sequence>
Expand Down
25 changes: 25 additions & 0 deletions SyncLog/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "activecampaign/synclog",
"description": "ActiveCampaign SyncLog",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "2.0.0",
"require": {
"php": "~7.3.0||~7.4.0",
"activecampaign/core": "2.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"ActiveCampaign\\SyncLog\\": ""
}
}
}
2 changes: 1 addition & 1 deletion SyncLog/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="ActiveCampaign_SyncLog" setup_version="1.0.0" />
<module name="ActiveCampaign_SyncLog" setup_version="2.0.0" />
</config>

0 comments on commit 9271ddd

Please sign in to comment.