An open API service indexing awesome lists of open source software.

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

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