You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Deleted M1 references from a bunch of places in Marketplace docs (#8127)
* Removed M1 references from Extension review guidelines
also fixed links from 2.3 to 2.4
* Removed M1 packaging article
* Fixed links to point to 2.4 release line
* Update src/marketplace/sellers/technical-review-guidelines.md
Co-authored-by: Barny Shergold <barny.shergold@vaimo.com>
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
Co-authored-by: Barny Shergold <barny.shergold@vaimo.com>
Copy file name to clipboardExpand all lines: src/marketplace/sellers/technical-review-guidelines.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,9 @@ Package submissions must contain a Magento module, theme, language pack, or meta
37
37
-`magento/product-community-edition`
38
38
-`magento/magento2-ee-base`
39
39
-`magento/product-enterprise-edition`
40
+
40
41
1. The package does not use `*` as a version restriction for Magento packages (packages with `magento` vendor). You must specify version restriction according to the [recommendations]({{ site.baseurl }}/guides/v2.4/extension-dev-guide/versioning/dependencies.html#determine-module-dependency) in the _Magento PHP Developer Guide_.
42
+
41
43
1.[Require inline aliases](https://getcomposer.org/doc/articles/aliases.md#require-inline-alias) are not used in the `composer.json` file.
42
44
43
45
Additional requirements for package declarations are applied based on the package type:
All code and marketing content that is submitted to Magento Marketplace is checked for plagiarism to ensure that it has not been copied from existing Marketplace extensions or from the Magento codebase.
70
72
71
-
If the extension contains source code from the Community Edition of Magento, the extension must be licensed under [Open Source License v. 3.0][3] and properly credit Adobe, Inc.
73
+
If the extension contains source code from the Open Source Edition, the extension must be licensed under [Open Source License v. 3.0][3] and properly credit Adobe, Inc.
0 commit comments