Releases: Arpad70/woocommerce_ar-design-supplier-csv-import
Releases · Arpad70/woocommerce_ar-design-supplier-csv-import
Release list
v1.0.4
Changelog
[1.0.4] - 2026-07-02
Added
- Czech translations (cs_CZ) — added
ar-design-supplier-csv-import-cs_CZ.poand compiled*.mo. - Compiled and included translation files for English (
en_US) and Slovak (sk_SK).
Fixed
- Settings callbacks were made public so WordPress Settings API can invoke them (previously private methods caused fatal error when opening settings page).
- Ensured CLI-safe import configuration and parsing for
scripts/test-import-config.php(bootstrap/path fixes and parsing robustness). getImportSettings()now works in non-WP CLI contexts by falling back to sensible defaults whenget_option()is unavailable.createImportDir()has a fallback tomkdir()whenwp_mkdir_p()is not available.- Included
includes/Importer.phpin the release commit and rebuilt the release archive.
Other
- Bumped plugin version to
1.0.4. - Built release ZIP:
build/ar-design-supplier-csv-import-v1.0.4.zip.
For details, see commits on the main branch.
AR Design Supplier CSV Import v1.0.2
Removes the non-existent shared support dependency from plugin metadata so the plugin is correctly advertised as WooCommerce-dependent only.
AR Design Supplier CSV Import v1.0.1
Improves WooCommerce attribute compatibility and removes editor-reported Intelephense diagnostics for attribute handling.
AR Design Supplier CSV Import v1.0.0
Initial release of the standalone supplier CSV import plugin for WooCommerce. Includes the import engine, admin settings, and GitHub release packaging.