Added mandrill to features list, updated changelog
This commit is contained in:
11
README.md
11
README.md
@ -1,5 +1,5 @@
|
|||||||

|

|
||||||
Hackathon Starter 2.0.3 [](https://david-dm.org/sahat/hackathon-starter) [](https://travis-ci.org/sahat/hackathon-starter) [](https://github.com/igrigorik/ga-beacon)
|
Hackathon Starter 2.0.4 [](https://david-dm.org/sahat/hackathon-starter) [](https://travis-ci.org/sahat/hackathon-starter) [](https://github.com/igrigorik/ga-beacon)
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
<a href="https://github.com/sahat/hackathon-starter/zipball/master">
|
<a href="https://github.com/sahat/hackathon-starter/zipball/master">
|
||||||
@ -8,7 +8,7 @@ Hackathon Starter 2.0.3 [
|
Jump to [What's new in 2.0.4?](#changelog)
|
||||||
|
|
||||||
A boilerplate for **Node.js** web applications.
|
A boilerplate for **Node.js** web applications.
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ Features
|
|||||||
- Rails 3.1-style asset pipeline by connect-assets (See FAQ)
|
- Rails 3.1-style asset pipeline by connect-assets (See FAQ)
|
||||||
- LESS stylesheets (auto-compiled without any Gulp/Grunt hassle)
|
- LESS stylesheets (auto-compiled without any Gulp/Grunt hassle)
|
||||||
- Bootstrap 3 + Flat UI + iOS7
|
- Bootstrap 3 + Flat UI + iOS7
|
||||||
- Contact Form (powered by Mailgun or Sendgrid)
|
- Contact Form (powered by Mailgun, Sendgrid or Mandrill)
|
||||||
- **Account Management**
|
- **Account Management**
|
||||||
- Gravatar
|
- Gravatar
|
||||||
- Profile Details
|
- Profile Details
|
||||||
@ -1118,9 +1118,12 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
|
|||||||
- To push your changes simply run `git push azure master`
|
- To push your changes simply run `git push azure master`
|
||||||
- **Note:** *You will be prompted for the password you created earlier*
|
- **Note:** *You will be prompted for the password you created earlier*
|
||||||
- On **Deployments** tab of your Windows Azure Web Site, you will see the deployment history
|
- On **Deployments** tab of your Windows Azure Web Site, you will see the deployment history
|
||||||
|
Add
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
### 2.0.4 (April 26, 2014)
|
||||||
|
- Added Mandrill e-mail service (via generator)
|
||||||
|
|
||||||
### 2.0.3 (April 25, 2014)
|
### 2.0.3 (April 25, 2014)
|
||||||
- LinkedIn API: Fixed an error if a user did not specify education on LinkedIn
|
- LinkedIn API: Fixed an error if a user did not specify education on LinkedIn
|
||||||
- Removed email constraint when linking OAuth accounts in order to be able to merge accounts that use the same email address
|
- Removed email constraint when linking OAuth accounts in order to be able to merge accounts that use the same email address
|
||||||
|
Reference in New Issue
Block a user