PHP Classes

File: dps/work.md

Recommend this page to a friend!
  Packages of Nemeth Zoltan   Cards API PHP   dps/work.md   Download  
File: dps/work.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Cards API PHP
Manage trading cards, decks, games, and creators
Author: By
Last change:
Date: 2 months ago
Size: 1,004 bytes
 

Contents

Class file image Download

Work Queue

All tasks completed! ?

Completed Tasks (2025-12-24)

Public Changelog Page

  • ? Created public changelog page at `/changelog`
  • ? ChangelogController parses CHANGELOG.md into structured data
  • ? Changelog view uses Cards Forge homepage design (gradient, card suits, matching nav)
  • ? Version info sourced from `config/app_config.php`
  • ? Current version badge with release date
  • ? Color-coded sections (Added=green, Changed=blue, Fixed=amber, Removed=red)
  • ? Changelog link added to main navigation

Version Management

  • ? Created `config/app_config.php` for centralized version tracking
  • ? Stores: version (1.1.0), version_date (2025-12-24), build number
  • ? CHANGELOG.md uses version format that matches config

Project Memory

Config Location: config/app_config.php - version: Application version number - version_date: Release date - build: Optional build number

To update version: Edit config/app_config.php and CHANGELOG.md header