Skip to content

Commit

Permalink
clarified extension registry, fixes issue spree#48
Browse files Browse the repository at this point in the history
  • Loading branch information
laurens committed Jun 13, 2012
1 parent 58c73bd commit 355409e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/creating_extensions.textile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ s.required_ruby_version = '>= 1.8.7'
# s.rubyforge_project = 'actionmailer'
</ruby>

h4. Registering Your Extension

In order for your extension to show up in the "Extension Registry":http://spreecommerce.com/extensions you need to register it. To do so, sign into your spreecommerce.com account and navigate to the "My Extensions":http://spreecommerce.com/account/extensions page. You may have to create an account first, or you can log-in with GitHub.

h3. Versionfile

Spree is moving at a rapid pace with the code constantly evolving as new releases are being pushed out. These changes sometimes make it difficult to keep track of which version of Spree is compatible with which version of an extension. To solve this problem extension authors are encouraged to add a +Versionfile+ to their extension.
Expand Down

0 comments on commit 355409e

Please sign in to comment.