Skip to content

Commit

Permalink
Updated composer.json, readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanwalek committed Sep 19, 2022
1 parent de05565 commit 9454c84
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 36 deletions.
6 changes: 0 additions & 6 deletions Api/SfxStoreConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?php
/**
* SFX Store Config interface
*
* Copyright © MageXo, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

namespace StorefrontX\SfxStoreConfig\Api;

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [1.0.1] - 2022-09-19
### Added
- changelog.

### Changed
- module renamed.
- updated composer.json.
- updated README.

## [1.0.0] - 2022-09-14
### Added
- created new module.

4 changes: 0 additions & 4 deletions Model/SfxStoreConfigFields.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php
/**
* Copyright © MageXo, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace StorefrontX\SfxStoreConfig\Model;
Expand Down
7 changes: 1 addition & 6 deletions Model/Url.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

declare(strict_types=1);

namespace MageXo\SfxStoreConfig\Model;
namespace StorefrontX\SfxStoreConfig\Model;

use Magento\Framework\App\ObjectManager;
use Magento\Framework\Serialize\Serializer\Json;
Expand Down
4 changes: 0 additions & 4 deletions Plugin/CustomerRegistryPlugin.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php
/**
* Copyright © MageXo, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace StorefrontX\SfxStoreConfig\Plugin;
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ Module for Magento 2

**StorefrontX_SfxStoreConfig** for configuration new SFX store config fields in Magento and get their values

## License

The module is licensed under the MIT license.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "storefrontx/module-sfx-store-config",
"name": "storefront-x/magento-module-sfx-store-config",
"description": "Magento 2 module for configuration new SFX store config fields in Magento and get their values",
"type": "magento2-module",
"homepage": "https://github.com/storefront-x/magento-module-sfx-store-config",
"require": {
"magento/framework": "*",
"magento/module-email": "*"
"magento/framework": "^103.0.2",
"magento/module-email": "^101.1.2"
},
"license": [
"Proprietary"
"MIT"
],
"autoload": {
"files": [
Expand Down
6 changes: 0 additions & 6 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © MageXo, All rights reserved.
* See LICENSE bundled with this library for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="web" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down
6 changes: 0 additions & 6 deletions etc/di.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="StorefrontX\SfxStoreConfig\Model\Url">
<arguments>
Expand Down

0 comments on commit 9454c84

Please sign in to comment.