Releases: db-EV/ZoePHP
Releases · db-EV/ZoePHP
20260520
20260520 (testing/beta)
Changed Gigya API key for Europe.
20260222 (testing/beta)
Overview
This is a substantial refactoring of ZoePHP with help of Claude AI. The changes modernize the codebase without adding new user-facing features.
Migrating from old codebase
Don't overwrite your old config.php. After uploading all other files, run migration.php and delete it afterwards.
New file src/functions.php
Central library of helper functions extracted from the main scripts:
- Session management
- HTTP/cURL wrappers
- Gigya key resolution
- Utility helpers
New file src/migration.php
One-time migration script for users upgrading from the old format:
- Converts config.php boolean flags from 'Y'/'N' strings → PHP true/false
- Migrates the session file from pipe-separated indexed format → JSON with named keys
- Adds $timezone to config if missing
New files src/templates/dashboard.php and src/templates/history.php
- HTML templates extracted from index.php and history.php to separate presentation from logic
20240809
20240101
20230418
Updated Kamereon API key (thanks to @TheReiner)