Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeliparra committed Aug 1, 2012
1 parent 5d8efa8 commit 2544157
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion readme.md
@@ -1,6 +1,6 @@
# Amazon EC2 plugin for CakePHP #

Version 1.0
Version 1.0 for cake 2.x

This plugin will allow you to interface with [Amazon EC2](http://aws.amazon.com) and perform a subset of the functionality that the EC2 environment offers.

Expand Down Expand Up @@ -96,6 +96,19 @@ For support and feature requests, please use [Github issues](https://github.com/

For more information about our Professional CakePHP Services please visit the [Cake Development Corporation website](http://cakedc.com).

## Branch strategy ##

The master branch holds the STABLE latest version of the plugin.
Develop branch is UNSTABLE and used to test new features before releasing them.

Previous maintenance versions are named after the CakePHP compatible version, for example, branch 1.3 is the maintenance version compatible with CakePHP 1.3.
All versions are updated with security patches.

## Contributing to this Plugin ##

Please feel free to contribute to the plugin with new issues, requests, unit tests and code fixes or new features. If you want to contribute some code, create a feature branch from develop, and send us your pull request. Unit tests for new features and issues detected are mandatory to keep quality high.


## License ##

Copyright 2011, [Cake Development Corporation](http://cakedc.com)
Expand Down

0 comments on commit 2544157

Please sign in to comment.