Skip to content

Commit 96f2b7a

Browse files
author
Aaron Judd
committed
Merge pull request #930 from reactioncommerce/release-v0.12
Release v0.12
2 parents 22b3bb1 + f08eb08 commit 96f2b7a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Reaction is a modern reactive, real-time event driven ecommerce platform.
44
Reaction is built with JavaScript (ES6), Meteor, Node.js and works nicely with Docker.
55

66
## Status
7-
- 0.11.1 Master
8-
- 0.12.0 Development (new feature release)
7+
- 0.12.0 Master
8+
- 0.13.0 Development (new feature release)
99

1010
Currently good for contributing/observing progress, testing. It goes without saying that we're constantly refactoring, even things that are functionally done. We'd encourage due diligence in production usage, be very comfortable with the code, and risk tolerant. There are still many parts in development!
1111

@@ -45,6 +45,8 @@ For grouping of development channels by feature, review the [project milestones]
4545
And finally for the kanban-esque, hardcore real time progress overview of Reaction, take a look our [waffle board](https://waffle.io/reactioncommerce/reaction)
4646

4747
## Feedback
48-
**GitHub Issues** on the [Reaction](https://github.com/reactioncommerce/reaction) project are the best way to let us know about a feature request, or to report an issue.
48+
**Create a GitHub Issue** on the [Reaction project ](https://github.com/reactioncommerce/reaction) to report an issue.
4949

50-
Join us on our **[Gitter chat room](https://gitter.im/reactioncommerce/reaction)** to discuss, communicate, and share community support.
50+
Visit the **[Reaction discourse forum](http://discourse.reactioncommerce.com/)** to engage with the core team and community on new feature requests, or get community support with customization of Reaction.
51+
52+
Join us on our **[Gitter chat room](https://gitter.im/reactioncommerce/reaction)** to engage with other Meteor and Reaction users.

packages/reaction-core/server/registry/assignRoles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ReactionRegistry.assignOwnerRoles = (shopId, pkgName, registry) => {
6363
}
6464
}
6565
} else {
66-
ReactionCore.Log.info(`No routes loaded for ${pkgName}`);
66+
ReactionCore.Log.debug(`No routes loaded for ${pkgName}`);
6767
}
6868
// only unique roles
6969
const defaultOwnerRoles = _.uniq(defaultRoles);

0 commit comments

Comments
 (0)