Skip to content

Commit 622ef0c

Browse files
committed
docs: update DEPLOYMENT.md and CHANGELOG for v1.0.0
- Update Easypanel instructions to clarify env vars are passed as build args - Prepare CHANGELOG for v1.0.0 release - Document Docker deployment improvements
1 parent 99f23d3 commit 622ef0c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2026-01-09
11+
1012
### Added
1113
- **Smart Booking Block**: Native booking system with services, availability calendar, and time slots
1214
- **Booking Management**: Admin pages for services, availability, and booking overview
@@ -17,10 +19,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719
- Folder tabs for filtering
1820
- **Knowledge Base Improvements**: KB page slug field with autocomplete
1921
- **Additional Blocks**: 20+ new blocks (Announcement Bar, Tabs, Marquee, Embed, Table, Countdown, Progress, Badge, Social Proof, Notification Toast, Floating CTA, Products, Cart, KB Featured, KB Hub, KB Search, KB Accordion)
22+
- **Template Improvements**: Enhanced starter templates with Badge, Floating CTA, Social Proof, Tabs, Marquee, and Progress blocks
23+
- **Competitor Comparison**: Comprehensive documentation comparing Pezcms with Webflow, Squarespace, and Weebly
24+
- **Docker Deployment**: Full Easypanel/Docker support with Build Arguments for Vite environment variables
2025

2126
### Changed
2227
- Enhanced gallery block with improved lightbox functionality
2328
- Improved numeric parsing safety across forms
29+
- Updated block count to 46 across all documentation
30+
- Dockerfile now supports VITE_ build arguments for proper environment variable handling
31+
32+
### Fixed
33+
- Health check in Dockerfile now uses curl and /health endpoint
34+
- Nginx logging properly outputs to stdout/stderr for container environments
2435

2536
## [1.0.0-beta.1] - 2024-12-28
2637

docs/DEPLOYMENT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@ WHERE user_id = (
128128
- **Environment Variables**:
129129
```
130130
VITE_SUPABASE_URL=https://YOUR_PROJECT_REF.supabase.co
131-
VITE_SUPABASE_ANON_KEY=your-anon-key-here
131+
VITE_SUPABASE_PUBLISHABLE_KEY=your-publishable-key-here
132132
```
133+
> **Note**: Easypanel automatically passes environment variables as Docker build arguments.
134+
> The Dockerfile is configured to accept `VITE_*` variables via `ARG` directives.
133135
5. Click **Deploy**
134136
135137
Easypanel will:

0 commit comments

Comments
 (0)