https://github.com/littlebizzy/multisite-billing-manager
Billing for Multisite networks
https://github.com/littlebizzy/multisite-billing-manager
multisite-network wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
Billing for Multisite networks
- Host: GitHub
- URL: https://github.com/littlebizzy/multisite-billing-manager
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2022-12-21T13:42:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T19:55:58.000Z (about 1 year ago)
- Last Synced: 2025-06-12T17:49:20.727Z (about 1 year ago)
- Topics: multisite-network, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/multisite-billing-manager
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Multisite Billing Manager
Billing for Multisite networks
## Changelog
### 1.2.3
- adjusted CSS selector to more reliably hide billing submenu
- replaced one use of `$_REQUEST` with `$_GET` for clarity
- removed one ternary operator for consistency
- added `Tested up to` plugin header
- added `Update URI` plugin header
- added `Text Domain` plugin header
- changed default GitHub branch to `master` not `main`
### 1.2.2
- added `Requires PHP` plugin header
### 1.2.1
- fixed Billing tab link in Edit Site (Network Admin) interface
- adding basic Billing setting page for child sites under `/wp-admin/index.php?page=billing`
- standardized billing plan labels for consistency
### 1.2.0
- improved security with sanitization, nonces, escapes, etc.
- better handling of site IDs
- various code cleanup
- added disable wordpress.org snippet
### 1.1.0
- added VIP level
### 1.0.0
- support for Git Updater
- Free, Basic, Premium levels
- payments not supported yet (hopefully soon)