nodebb-plugin-ezoic-infinite 1.8.15 → 1.8.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/library.js +1 -0
  2. package/package.json +2 -2
package/library.js CHANGED
@@ -104,6 +104,7 @@ plugin.onSettingsSet = function (data) {
104
104
  }
105
105
  };
106
106
 
107
+
107
108
  plugin.addAdminNavigation = async (header) => {
108
109
  header.plugins = header.plugins || [];
109
110
  header.plugins.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.8.15",
3
+ "version": "1.8.16",
4
4
  "description": "Production-ready Ezoic infinite ads integration for NodeBB 4.x",
5
5
  "main": "library.js",
6
6
  "license": "MIT",
@@ -18,4 +18,4 @@
18
18
  "compatibility": "^4.0.0"
19
19
  },
20
20
  "private": false
21
- }
21
+ }