-
Notifications
You must be signed in to change notification settings - Fork 11
Address PR #57 review comments: fix SQL injection, simplify CI #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| <a href="https://github.com/justbetter/magento2-akeneo-bundle" title="JustBetter Magento 2 Akeneo Bundle"> | ||
| <img src="./.github/assets/banner.svg" alt="JustBetter Magento 2 Akeneo Bundle - Essential features the Akeneo Connector is missing"> | ||
| </a> | ||
| <h1>JustBeter - Magento 2 Akeneo Bundle</h1> | ||
| <h1>JustBetter - Magento 2 Akeneo Bundle</h1> | ||
| <a id="readme-top"></a> | ||
|
|
||
| [![Latest Version on Packagist][packagist-version-shield]][packagist-version-url] | ||
|
|
@@ -18,7 +18,7 @@ | |
| <img src="https://raw.githubusercontent.com/justbetter/art/master/justbetter-logo.png" alt="JustBetter Logo" width="200"> | ||
| </a> | ||
|
|
||
| <h3 align="center">JustBeter - Magento 2 Akeneo Bundle</h3> | ||
| <h3 align="center">JustBetter - Magento 2 Akeneo Bundle</h3> | ||
|
|
||
| <p align="center"> | ||
| Extends the official <a href="https://github.com/akeneo/magento2-connector-community">Akeneo Connector</a> with several features and optimizations. | ||
|
|
@@ -75,7 +75,6 @@ Thanks to all the people who have contributed to this project: | |
| <img src="https://contrib.rocks/image?repo=justbetter/magento2-akeneo-bundle" alt="Contributors" /> | ||
| </a> | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did you remove all the back-to-top links? I'd like to keep this.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Restored the "back to top" links in commit bb98adc. The README now keeps all navigation links while fixing the typos. |
||
|
|
||
| ## Getting Started | ||
|
|
||
|
|
@@ -96,7 +95,6 @@ Thanks to all the people who have contributed to this project: | |
| bin/magento setup:upgrade && bin/magento cache:flush | ||
| ``` | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| ## Features | ||
|
|
||
|
|
@@ -126,7 +124,6 @@ For configuration instructions and best practices, see **[Configuration Guide](F | |
| | **<a href="FEATURES.md#notification-features">Notifications</a>** | <a href="FEATURES.md#slack-notifications">Slack Notifications</a> | JustBetter Akeneo > Slack | | ||
| | **<a href="FEATURES.md#event-system">Events</a>** | <a href="FEATURES.md#import-finished-events">Import Finished Events</a> | - | | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| ## Configuration | ||
|
|
||
|
|
@@ -136,23 +133,20 @@ All features are configured in the Magento Admin Panel: | |
|
|
||
| For detailed configuration instructions, grid mappings, and best practices, see **[FEATURES.md - Configuration Guide](FEATURES.md#configuration-guide)**. | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| ## Usage | ||
|
|
||
| The bundle extends the Akeneo Connector with additional features that can be configured in the Magento Admin Panel. Some features also provide CLI commands for manual execution. | ||
|
|
||
| For detailed usage instructions and CLI commands, see **[FEATURES.md](FEATURES.md)**. | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| ## Events | ||
|
|
||
| The bundle dispatches custom events after import completion to enable custom post-processing. | ||
|
|
||
| For available events, implementation examples and use cases, see **[FEATURES.md - Event System](FEATURES.md#event-system)**. | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| ## Contributing | ||
| Please read our [Contributing Guide](.github/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests. | ||
|
|
@@ -174,26 +168,22 @@ composer grumphp | |
|
|
||
| For security vulnerabilities, please see our [Security Policy](.github/SECURITY.md). | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| ## License | ||
|
|
||
| Distributed under the GPL-3.0 License. See `LICENSE` for more information. Please see [License File](LICENSE) for more information. | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| ## Contact | ||
|
|
||
| [JustBetter B.V.](https://justbetter.nl/contact) | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
|
|
||
| <a href="https://justbetter.nl" title="JustBetter - Innovative Magento Development Agency"> | ||
| <img src="./.github/assets/footer.svg" alt="JustBetter - We're an innovative development agency from The Netherlands building better Magento solutions"> | ||
| </a> | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| <!-- MARKDOWN LINKS & IMAGES --> | ||
| [packagist-version-shield]: https://img.shields.io/packagist/v/justbetter/magento2-akeneo-bundle.svg?style=for-the-badge | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment is unnecessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the comment in commit bb98adc.