https://github.com/littlebizzy/anonymous-bbpress
Anonymous bbPress guest posting
https://github.com/littlebizzy/anonymous-bbpress
bbpress wordpress wordpress-plugin
Last synced: 11 months ago
JSON representation
Anonymous bbPress guest posting
- Host: GitHub
- URL: https://github.com/littlebizzy/anonymous-bbpress
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2022-09-07T08:54:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T08:57:03.000Z (11 months ago)
- Last Synced: 2025-08-07T09:33:31.521Z (11 months ago)
- Topics: bbpress, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/anonymous-bbpress
- Size: 82 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Anonymous bbPress
Anonymous bbPress guest posting
## Changelog
### 1.2.0
- moved user array to file scope to avoid redeclaring on every request
- added global index to track selected identity across filters
- removed redundant global passing in init functions
- ensured global variables are only declared where used
- cleaned up code spacing and improved comments
### 1.1.1
- tweaked plugin headers order
- improved `gu_override_dot_org` snippet
- added "prevent direct access" snippet for better security
### 1.1.0
- removed namespaces
- simpler functions approach (no more classes)
- minor other improvements
- supports PHP 7.0 to PHP 8.3
- supports Multisite
### 1.0.3
- added sanitize to inputs
- minor code cleanup
- bumped minimum PHP to 7.0
### 1.0.2
- added disable wordpress.org snippet
- improved plugin headers for Git Updater compatibility
### 1.0.1
- added support for Git Updater
### 1.0.0
- initial release