Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woocart/defaults
Defaults for WooCart store.
https://github.com/woocart/defaults
woocart
Last synced: about 2 months ago
JSON representation
Defaults for WooCart store.
- Host: GitHub
- URL: https://github.com/woocart/defaults
- Owner: woocart
- Created: 2019-02-13T10:08:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T17:26:04.000Z (over 2 years ago)
- Last Synced: 2023-03-02T17:02:44.805Z (almost 2 years ago)
- Topics: woocart
- Language: PHP
- Homepage: https://woocart.com
- Size: 1.03 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://github.com/woocart/defaults/workflows/Tests/badge.svg)](https://github.com/woocart/defaults/actions)
Manage and deploy WooCommerce configuration changes
===================================================WooCart-Defaults lets you copy database configuration to / from the filesystem.
If you want to develop on this plugin check the [Development docs](docs/development.md).
### Plugins Denylist
The denylist contains a list of plugins in the file [denylist.php](https://github.com/woocart/defaults/blob/master/src/classes/class-denylist.php) and the same list also exists on the `minisites` repository in [denylist.json](https://github.com/niteoweb/minisites/blob/master/src/minisites/sites/woocart_com/static/json/denylist.json). Any changes to the denylist needs to be updated in both the files.
On minisites, all plugins on the list need to have one of the below reasons noted:
| Shortened | Reason |
|--------------------------|-----------------------------------------------------------|
| security | Unnecessary, WooCart takes care of security. |
| speed | Unnecessary, WooCart takes care of performance. |
| backup/duplicate/migrate | Unnecessary, WooCart takes care of backups and transfers. |
| legal | Unnecessary, WooCart takes care of legal. |
| use case | Unsupported use case. |
| issues | Causes conflicts or issues. |
| unavailable | Outdated or unsupported plugin. |
| outdated | Outdated or unsupported plugin. |
| vulnerability | Security vulnerability. |