2025-12-21 04:56:50 +01:00
|
|
|
{
|
|
|
|
|
"name": "magdev/wc-tier-package-prices",
|
|
|
|
|
"description": "WooCommerce plugin for tier pricing and package prices with Twig templates",
|
Release version 1.1.13 - Critical class redeclaration fixes
Fixed critical class redeclaration errors affecting all plugin functionality
in version 1.1.12. All plugin component classes now properly guarded.
**CRITICAL FIXES:**
- Plugin completely non-functional in v1.1.12 (no settings, no frontend, no backend)
- Fatal errors for WC_TPP_Admin, WC_TPP_Product_Meta, WC_TPP_Frontend, WC_TPP_Cart, WC_TPP_Settings classes
- All classes now wrapped in class_exists() checks
**Files Modified:**
- includes/class-wc-tpp-admin.php
- includes/class-wc-tpp-product-meta.php
- includes/class-wc-tpp-frontend.php
- includes/class-wc-tpp-cart.php
- includes/class-wc-tpp-settings.php
**Technical Details:**
- Completes comprehensive redeclaration protection started in v1.1.9-1.1.12
- All 2 functions, 4 constants, and 6 classes now protected
- Plugin activates successfully and all features functional
- Settings page, product meta boxes, frontend display, cart integration all working
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-22 19:02:18 +01:00
|
|
|
"version": "1.1.13",
|
2025-12-21 04:56:50 +01:00
|
|
|
"type": "wordpress-plugin",
|
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Marco Graetsch",
|
|
|
|
|
"homepage": "https://src.bundespruefstelle.ch/magdev"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.4",
|
|
|
|
|
"twig/twig": "^3.0"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"includes/"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|