We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71b9d0 commit c8b9a61Copy full SHA for c8b9a61
readme.md
@@ -4,6 +4,13 @@ Anonymous bbPress guest posting
4
5
## Changelog
6
7
+### 1.2.0
8
+- moved user array to file scope to avoid redeclaring on every request
9
+- added global index to track selected identity across filters
10
+- removed redundant global passing in init functions
11
+- ensured global variables are only declared where used
12
+- cleaned up code spacing and improved comments
13
+
14
### 1.1.1
15
- tweaked plugin headers order
16
- improved `gu_override_dot_org` snippet
0 commit comments