This commit is contained in:
erwanlr
2022-10-08 10:43:04 +02:00
parent be7437d117
commit f08158342a
42 changed files with 40536 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
# Changelog
## 1.0.1
- (chore): file cleanup
## 1.0.0
- (init): first release of the plugin

View File

@@ -0,0 +1,39 @@
{
"name": "verdant-studio/forum-permissions-bbpress",
"description": "Restrict the forum permissions per user role",
"version": "1.0.1",
"minimum-stability": "stable",
"prefer-stable": true,
"type": "wordpress-plugin",
"homepage": "https://verdant.studio",
"autoload": {
"psr-4": {
"ForumPermissionsBbpress\\": "src/"
}
},
"scripts": {
"phpcs": "./vendor/bin/phpcs"
},
"require": {
"php": ">=7.1",
"micropackage/requirements": "^1.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wp-coding-standards/wpcs": "*",
"automattic/phpcs-neutron-ruleset": "^3.3",
"phpcompatibility/phpcompatibility-wp": "^2.1"
},
"keywords": [
"wordpress",
"plugin",
"boilerplate",
"framework"
],
"authors": [
{
"name": "Verdant Studio",
"homepage": "https://verdant.studio"
}
]
}