wc-plugin-update-server/includes
Aleksei Tikhomirov 3f7e648fc2 fix: guard undefined meta keys in LicHelper::get_package
PHP 8+ warnings "Undefined array key name/version/type/last_updated/
file_name/file_size/file_last_modified/slug" when read() returns
empty or partial data.

Match existing ?? '' pattern from tested/change_log/description keys;
guard file_size and file_last_modified formatters with isset() to
avoid math on null; fall back to input $slug for slug itself.
2026-07-02 13:16:10 +03:00
..
LicHelper.php fix: guard undefined meta keys in LicHelper::get_package 2026-07-02 13:16:10 +03:00
LicOrder.php download fix 2025-09-04 23:27:29 +03:00
LicOrderMetaBox.php feat: ️Update to WooCommerce and UpdatePulse Server capability 2025-06-19 00:26:33 +03:00
LicPlugin.php feat: ️Add helper - shortcode for theme usage 2025-06-19 13:51:54 +03:00
LicProduct.php feat: ️Update to WooCommerce and UpdatePulse Server capability 2025-06-19 00:26:33 +03:00
LicProlongation.php feat: ️Update to WooCommerce and UpdatePulse Server capability 2025-06-19 00:26:33 +03:00