Bumped: Compatibility with wordpress 6.9 approved.
1.2.8
Fixed: Select tag was gathered with wrong method in bulk edit
1.2.7
Fixed: Select and switch definitively handled in bulk edit
1.2.5
Fixed: Css was overstepping his own scope due to bad condition
1.2.4
Fixed: Ensured “Aucun changement” (No Change) option for select fields in bulk edit correctly prevents unintended updates to fields.
Attempt: Correct Select and Switches behavior in bulk edit mode by passing undetermined states into $_REQUEST instead of deleting names.
1.2.3
**Reverted: New user js was not a progress.
1.2.2
**Improved: Clearer Bulk Interface. The goal is to Bulk Edit right ?
1.2.1
*Fixed: At least two values to choose Select.
1.2
New: Introduced Known Types System – We’ve added a smart system to automatically assign the correct input types (e.g., checkbox, select, number) for custom fields like _tax_status, _wc_average_rating, and _temperature_type. This ensures fields display correctly in Quick Edit (e.g., dropdowns for _tax_status, number inputs for _download_limit). We’re excited to explore making this system community-driven in the future, similar to WordPress translations! Got ideas for fields we should include? Share your suggestions at https://github.com/tlloancy or in the support forum at https://wordpress.org/support/plugin/bulk-content-toolkit/.
New: Reset and Rebuild Field Types – Early users can now fix incorrect field types (e.g., _edit_last showing as a number instead of a checkbox) by removing and re-adding fields in the Bulk Edit settings (Settings > Bulk Edit in your WordPress admin). Simply go to the settings page, delete the misconfigured fields (like _manage_stock or _virtual), and re-add them. The plugin will automatically detect the correct type based on your data or our new Known Types system. No coding required!
Improved: Enhanced AJAX handling for Quick Edit to ensure fields like _temperature_type display the correct values (e.g., freeze for post ID 1944, fresh for 1936) instead of defaulting to incorrect values like 0.
Fixed: Corrected input type detection to handle edge cases where field values are empty or null (e.g., _stock with no values), preventing crashes in the admin interface.
Fixed: Corrected rendering of select fields to include all possible values (e.g., _tax_status now shows taxable, shipping, none) and fixed checkbox fields like _virtual and _bookacti_is_activity to display properly.
Fixed: Resolved issue where some fields (e.g., _manage_stock, _sold_individually) were incorrectly displayed as select or text instead of checkbox.
Updated: Improved compatibility with WooCommerce fields, ensuring _tax_status, _tax_class, and _stock_status use dropdowns, and _manage_stock, _virtual use checkboxes.
Tested: Verified compatibility still ok with WordPress 6.8.2.
1.1
Improved: Enhanced styling for switches and select fields with a subtle neon glow effect, removing solid borders for a cleaner, modern look.
Improved: Added spacing to switches in quick edit to prevent overlap with labels.
Fixed: Corrected rendering of select fields in quick edit to properly display options instead of concatenated values.
Updated: Admin interface styling to align with the neon aesthetic of the quick edit interface.
Tested: Verified compatibility with WordPress 6.8.1.
1.0.5
Vérification et confirmation de la compatibilité avec WordPress 6.8.1.
1.0.4
Improved: better datetime guessing for quick edit fields, and better values gathering.
1.0.3
Added: New feature to handle more inputs for bulk editing.
1.0.2
Fixed: Case custom settings triggered event on other tabs e.g “Category”. Case $settings null fixed when array_columns error.
1.0.1
Fixed: Deprecated FILTER_SANITIZE_STRING
Fixed: Bad condition leading to misleading bulk display information
1.0.0
Initial release with core functionality for bulk content management.