Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Removed Magento 1 reference from Create an Extension page; made Packaging an Extension a link to packaging guide #8100

Merged
merged 3 commits into from
Oct 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/marketplace/sellers/extension-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Magento Marketplace does not support encrypted extensions at this time.

Testing your extension in advance reduces the time it takes to pass Technical Review. For a list of code sniffer rules, see [Magento Extension Quality Program Coding Standard][2].

1. Prepare, validate, and zip your extension as described in Packaging a Component for Magento version [2.x]({{ site.baseurl }}/guides/v2.3/extension-dev-guide/package/package_module.html) or [1.x]({{ site.baseurl }}/marketplace/sellers/packaging-v1x-extensions.html).
1. Prepare, validate, and zip your extension as described in [Packaging a Component]({{site.baseurl}}/guides/v2.4/extension-dev-guide/package/package_module.html).

1. Prepare the following preliminary documentation:

Expand Down