Compare commits

..

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

View File

@ -60,30 +60,30 @@ Transform your WordPress site into a complete OAuth2 provider:
--- ---
## 📦 Installation ## 📋 Installation
**Latest release:** [v1.0.0](https://git.supported.systems/tigerstyle/tigerstyle-scent/releases/tag/v1.0.0) · [All releases](https://git.supported.systems/tigerstyle/tigerstyle-scent/releases)
### Prerequisites ### Prerequisites
- WordPress 5.0+ - WordPress 5.0 or higher
- PHP 7.4+ - PHP 7.4 or higher
- MySQL 5.7+ - MySQL 5.7 or higher
- HTTPS strongly recommended (required for production OAuth2 flows) - HTTPS enabled (recommended for production)
### Via WordPress Admin (GUI) ### Quick Setup
1. Download [tigerstyle-scent-1.0.0.zip](https://git.supported.systems/tigerstyle/tigerstyle-scent/releases/download/v1.0.0/tigerstyle-scent-1.0.0.zip) 1. **Clone the repository:**
2. In WordPress admin: **Plugins → Add New → Upload Plugin**, pick the ZIP ```bash
3. Click **Activate Plugin** — settings appear under **TigerStyle Scent** in the sidebar git clone https://github.com/tigerstyle/scent.git wp-content/plugins/tigerstyle-scent
4. Configure your territory: navigate to **TigerStyle Scent → Scent Profiles → Add New** ```
### Via WP-CLI (terminal) 2. **Activate the plugin:**
- Go to WordPress Admin → Plugins
- Find "🐯 TigerStyle Scent"
- Click "Activate"
```bash 3. **Configure your territory:**
wp plugin install \ - Navigate to **TigerStyle Scent** in admin menu
https://git.supported.systems/tigerstyle/tigerstyle-scent/releases/download/v1.0.0/tigerstyle-scent-1.0.0.zip \ - Set your territory preferences
--activate - Create your first scent profile (OAuth2 client)
```
--- ---