Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v5.0.1 - 11/29/2018

- Changed NodeBB compatibility to enforce version compatibility to v1.11.0 only

## v5.0.0 - 11/29/2018

- Changed to be compatible with NodeBB v1.11.0
- Removed NodeBB Core Emitter dependency

## v4.0.0 - 07/22/2017

- Add an edit mode for multiple awards
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ A system for rewarding forum users. The plugin allows admin to define set of awa

![Version](https://img.shields.io/npm/v/nodebb-plugin-ns-awards.svg)
![Dependencies](https://david-dm.org/NicolasSiver/nodebb-plugin-ns-awards.svg)
[![bitHound Score](https://www.bithound.io/github/NicolasSiver/nodebb-plugin-ns-awards/badges/score.svg?)](https://www.bithound.io/github/NicolasSiver/nodebb-plugin-ns-awards)
![Code Climate](https://img.shields.io/codeclimate/github/NicolasSiver/nodebb-plugin-ns-awards.svg)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodebb-plugin-ns-awards",
"version": "4.0.0",
"version": "5.0.1",
"description": "System for rewarding forum users. It allows admin to define set of awards that could be granted to users for special accomplishments.",
"main": "./plugin/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"winston": "^2.3.1"
},
"nbbpm": {
"compatibility": "^1.5.0"
"compatibility": "~1.11.0"
},
"devDependencies": {
"sass-material-colors": "^0.0.5"
Expand Down
1 change: 0 additions & 1 deletion plugin/nodebb.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Module.exports = {
adminSockets : NodeBB.require('./src/socket.io/admin').plugins,
db : NodeBB.require('./src/database'),
emitter : NodeBB.require('./src/emitter'),
meta : NodeBB.require('./src/meta'),
notifications: NodeBB.require('./src/notifications'),
plugins : NodeBB.require('./src/plugins'),
Expand Down