# Cart Lift #


### Installation ###

Clone the plugin repository in a WordPress plugin directory:
```bash
composer install
```

### Tagging a new version ###
```bash
git tag -a v{NEW_TAGGING_VERSION} -m "{COMMIT_MESSAGE}"
```