Bump version to v1.7.1

This commit is contained in:
Oliver 2025-08-28 11:18:30 +02:00
parent a46d919118
commit d65c55d315
No known key found for this signature in database
10 changed files with 1520 additions and 75 deletions

16
.env.example Normal file
View file

@ -0,0 +1,16 @@
# Copy to .env and fill in values
# WordPress base URL (required)
WP_BASE_URL=https://your-site.tld
# Authentication: prefer WP_AUTH_BASE64 OR use USERNAME+PASSWORD (Application Password)
# Example to generate: base64(username:application_password)
WP_AUTH_BASE64=
# Alternatively provide username and application password
WP_USERNAME=
WP_PASSWORD=
# OpenAI API key (optional, enables rewrite)
OPENAI_API_KEY=