Skip to content

Commit

Permalink
Preparing for 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Brisse committed Jul 13, 2016
1 parent 873d20e commit ff70b0e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,31 @@

## [Unreleased](https://github.com/maestrano/mno-enterprise/tree/master)

[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v3.0.3...HEAD)

## [v3.1.0](https://github.com/maestrano/mno-enterprise/tree/v3.1.0) (2016-07-13)

[Full Changelog](https://github.com/maestrano/mno-enterprise/compare/v3.0.2..v3.0.3)

**Implemented enhancements:**

- Add SparkPost support for transactional emails. You can now choose either Mandrill or SparkPost.
- CI setup [\#37](https://github.com/maestrano/mno-enterprise/pull/37) ([ouranos](https://github.com/ouranos))
- \[MNOE-65\] / \[MNOE-87\] - Implemented staff manager page [\#35](https://github.com/maestrano/mno-enterprise/pull/35) ([clemthenem](https://github.com/clemthenem))
- Use price instead of price\_tag [\#34](https://github.com/maestrano/mno-enterprise/pull/34) ([x4d3](https://github.com/x4d3))
- \[MNOE-91\] Native possibility to set a background picture on the login page [\#40](https://github.com/maestrano/mno-enterprise/pull/40) ([claire00](https://github.com/claire00))
- \[MNOE-56\] Google Tag Manager Container [\#48](https://github.com/maestrano/mno-enterprise/pull/48) ([claire00](https://github.com/claire00))
- \[MNOE-97\] Add missing value in rails template [\#47](https://github.com/maestrano/mno-enterprise/pull/47) ([winnietan](https://github.com/winnietan))
- \[MNOE-98\] Display App Pricing [\#43](https://github.com/maestrano/mno-enterprise/pull/43) ([winnietan](https://github.com/winnietan))
- UAT should be pointing to production as well. [\#42](https://github.com/maestrano/mno-enterprise/pull/42) ([x4d3](https://github.com/x4d3))

**Fixed bugs:**

- Fixed bugs in the staff page and added improvments [\#46](https://github.com/maestrano/mno-enterprise/pull/46) ([clemthenem](https://github.com/clemthenem))
- [MNOE-84] Fixed app ranking on express instances [\#45](https://github.com/maestrano/mno-enterprise/pull/45) ([hedudelgado](https://github.com/hedudelgado))

**Deprecated:**

- `MnoEnteprise.config.mandrill_key` is replaced with `ENV['MANDRILL_API_KEY']`
- `MandrillClient` is replaced with `MnoEnterprise::MailClient`

Expand Down Expand Up @@ -87,3 +108,5 @@
## [v2.0.0](https://github.com/maestrano/mno-enterprise/tree/v2.0.0) (2016-04-05)
- Split in multiple gems (api, core, frontend)
- Add admin frontend

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion MNOE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.1.0

0 comments on commit ff70b0e

Please sign in to comment.