Skip to content

Commit

Permalink
Updated for S2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Dunn committed Mar 12, 2012
1 parent da29340 commit 1b5917e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
17 changes: 1 addition & 16 deletions extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,7 @@
* @author Nick Dunn
*/
Class extension_email_aws_ses extends Extension{

/**
* Extension information
*/
public function about(){
return array(
'name' => 'Email Gateway: Amazon Simple Email Service',
'version' => '1.0',
'release-date' => '2011-03-09',
'author' => array(
'name' => 'Nick Dunn',
'website' => 'https://nick-dunn.co.uk',
)
);
}


/**
* Function to be executed on uninstallation
*/
Expand Down
3 changes: 2 additions & 1 deletion extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</author>
</authors>
<releases>
<release version="1.0" date="2011-12-18" min="2.2" />
<release version="1.1" date="2012-03-12" min="2.3.x" />
<release version="1.0" date="2011-12-18" min="2.2" max="2.2.x" />
</releases>
</extension>

0 comments on commit 1b5917e

Please sign in to comment.