Updated Plugin Architecture (markdown)

Ben Goldsworthy 2021-04-25 16:18:08 +01:00
parent d99581270f
commit fab8d6e007

@ -21,7 +21,7 @@ It has been initially produced as part of [Issue #87](https://github.com/markche
| `composer.json` & `composer.lock` | Declares Composer dependencies and scripts. | | `composer.json` & `composer.lock` | Declares Composer dependencies and scripts. |
| `CONTRIBUTING.md` | A guide to contributing to the project. | | `CONTRIBUTING.md` | A guide to contributing to the project. |
| `LICENSE` | The license under which the project is released. | | `LICENSE` | The license under which the project is released. |
| `package.json` & `package-lock.json | Declares NPM dependencies and scripts. | | `package.json` & `package-lock.json` | Declares NPM dependencies and scripts. |
| `README.md` | Provides an overview of the project. | | `README.md` | Provides an overview of the project. |
| `SECURITY.md` | Provides guidance on reporting security-related issues. | | `SECURITY.md` | Provides guidance on reporting security-related issues. |
| `wpml-config.xml` | Used by the [WPML Plugin](https://wpml.org/documentation/support/language-configuration-files/) for translation. | | `wpml-config.xml` | Used by the [WPML Plugin](https://wpml.org/documentation/support/language-configuration-files/) for translation. |