nodebb-plugin-ezoic-infinite 1.8.14 → 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 -1
  2. package/package.json +2 -2
package/library.js CHANGED
@@ -39,7 +39,6 @@ async function getAllGroups() {
39
39
  }
40
40
 
41
41
  let _settingsCache = null;
42
- _excludedCache.clear();
43
42
  let _settingsCacheAt = 0;
44
43
  const SETTINGS_TTL = 30000; // 30s
45
44
 
@@ -105,6 +104,7 @@ plugin.onSettingsSet = function (data) {
105
104
  }
106
105
  };
107
106
 
107
+
108
108
  plugin.addAdminNavigation = async (header) => {
109
109
  header.plugins = header.plugins || [];
110
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.14",
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
+ }