Version 1
PREVNEXTVERSION 1.3.1PREVNEXT
2021-01-05
- Add Shipping Class and Expired Stock fields.
- Added 'is bom' field.
- Use the new AtumAdminNotices component when showing notices.
- Refactoring.
- Fixed all the jQuery deprecations until version 3.5.
VERSION 1.2.9PREVNEXT
2020-11-13
- Allow filtering each exported row.
- Set min node version to 14 and added jquery as webpack external.
- Added no cache to the SSE calls.
- Added needed getters for some classes.
- Added support for ES2017 to tsconfig.json.
VERSION 1.2.8PREVNEXT
2020-10-08
- Fixed popover arrow CSS.
- Fixed datepicker not showing translated weekdays according to the users' locale.
- Refactoring.
VERSION 1.2.7PREVNEXT
2020-09-23
- Added support for variables' multiple price meta.
- Allow exporting refund orders.
- Added several refund fields' labels.
- Refactoring.
VERSION 1.2.6PREVNEXT
2020-08-27
- Make MultiInventoryMeta ID not required.
- Ensure file transient is set in DEBUG mode.
- Updated minimum required versions.
VERSION 1.2.5PREVNEXT
2020-07-10
- Performance Improvement: prevent seeking for each entity meta data fields when accessing the Getting Started screen.
- Refactoring.
VERSION 1.2.4PREVNEXT
2020-06-19
- Refactoring.
- Fixed styling issue on Select2 components.
- Prevent sending the uploaded filename to the browser.
VERSION 1.2.2PREVNEXT
2020-05-08
- Update products' calculated fields after an inventory is imported.
- Changed POs default template.
- Add ATUM classes to HTML select elements.
- Store all templates in an array.
- Added compatibility with latest field changes.
- Added new parameter after the template deleting hook.
- Add result counters to "after_import_rows" action.
- Prevent unwanted columns if no meta is selected.
- Fixed starting and ending double quotes not being imported.
- Typo fix.
- Minor CSS fixes.
- Allow taxonomies with hyphens within the slug.
VERSION 1.2.1PREVNEXT
2020-04-03
- Added Main Inventory exporting to Multi-Inventory template.
- Identify undefined meta when importing.
- Added support for importing JSON-encoded fields.
- Added products info to MI exports.
- Added JSON compatibility for products' attributes.
- Added editorconfig.
- Added "is_taxonomy" method to be able to identify the taxonomy entities.
- Add the remaining required fields to the message when the import fails.
- Allow skipping template entities when importing.
- Prevent processing non-array product attributes.
- Changed the CSV escape character to the standard.
- Changed serialized values to JSON when exporting.
- Merge selected fields' default settings with field's preset settings.
- Remove required fields if the subentity isn't importable.
- Remove unwanted MI subentities from Order exports.
- Added new custom hooks to be able to create ATUM Logs.
- Add Featured Image as known meta.
- Improved the image importing script.
- Fixed some errors happening sometimes when importing inventories.
- Fixed some errors happening sometimes when importing Inventory Logs or Purchase Orders.
- Prevent the WC Orders importing from failing if the products were not previosuly created.
- Refactory.
- Removed forbidden PL fields from queries.
- Fixed empty serialized values weren't unserialized.
- Prevent product import error when processing some meta that have null values.
VERSION 1.2.0PREVNEXT
2020-03-06
- Added capability to access ATUM export.
- Added support for converting dates when importing.
- Remove POs from entity list and from templates when the module is disabled.
- Remove suppliers from ATUM Product Data subentities when the module is disabled.
- Remove PO info from the Inventories data when the module is disabled.
- Remove IL module fields from export if disabled.
- Change default Orders template when upgrading.
- Fixed non working forbidden fields.
- Fixed wrong ATUM MI Meta's hook.
- Refresh product calculated fields after importing an order.
- Refresh product calculated fields after IL and PO imports.
- Avoid importing order MI items for no-MI products.
- CSS fixes.
VERSION 1.1.9PREVNEXT
2020-02-25
- Moved the plugin desc links to ATUM.
- Added new Supplier model's fields support.
- Changed default Suppliers' template.
- Fixed wrong supplier fields' names.
- Refactory.
VERSION 1.1.8PREVNEXT
2020-01-28
- Updated JS dependencies versions.
- Added error catching to template preview.
- Get rid of the ATUM_PREFIX constant from db table names to avoid issues.
- Added the premium support link to the plugin details on the plugins page.
- Allow exporting when a CRON is being executed from the frontend.
- Fixed known entities not properly created if MI is activated when executing CRON jobs.
- Avoid the same template to be exported if two CRON jobs are executed at the same time.
- Fixed non working export preview for non-existing templates.
- Prevent template from being called before assigning it.
- Fixed Datetime zone not being recognized if set as an offset.
- Refactory.
- CSS fixes.
VERSION 1.1.7PREVNEXT
2019-12-13
- Upgraded to TypeScript 3.7.3.
- Hide fields marked as "do not import" in import log table.
- Overall responsive CSS adjustments.
- Template list now show dates in the server's timezone.
- Adjust template export settings to WP's timezone.
- Adjusted responsive styles for Import Log.
- Prevent not included defined meta from treated as new meta.
- Fixed wrong info in import log table when non mapped fields were set.
- CSS fixes.
- Refactory.
VERSION 1.1.6.1PREVNEXT
2019-12-05
- Added price calculation after product import if needed.
- Added missing classes to composer's autoload.
- Added default value for nullable fields.
- Template list fixes for mobile view.
- Refactory.
- CSS fixes.
VERSION 1.1.6PREVNEXT
2019-11-14
- Added several improvements to the export's UI on mobiles and tablets.
- CSS changes for accessibility (following WordPress 5.3 new styling).
- Prevent duplicated default templates added when upgrading.
- Fixed "Remove rule" button tooltip that was not removed when clicked.
- Fixed loaded template that wasn't respecting the required fields' order.
- Fixed non importable templates were showed in the import dropdown.
- Fixed non hierarchical taxonomies not allowing imports with only the name specified.
VERSION 1.1.5PREVNEXT
2019-10-31
- Allow importing custom templates.
- Added forceUTF8 dependency. Now it supports any single byte encoding format and UFT-16, UTF-32 only as multi-byte format (with a valid BOM header).
- Added Multi Inventory's supplier name to MI export.
- Fixed wrong result in "Sales will last".
- Fixed upsells not working.
- Fixed non-taxonomy attribute values were not saved.
- Fixed images not imported when ID was specified.
- Fixed wrong join when filtering taxonomies.
- Added limit to table index when creating the templates table to avoid issue on some systems.
- Refactory.
VERSION 1.1.4PREVNEXT
2019-10-11
- Allow exporting post images.
- Allow importing post images.
- Allow exporting calculated fields (stock will last).
- Templates exporting functionality (template importing still in progress).
- Keep a list of fields to import.
- Skip subentities without data and prevent to throw warnings.
- Added warnings if tax was not imported.
- Added supplier export (only the name) to ATUMProductData.
- Prevent errors if post type is not included in the Export.
- Prevent deleting default templates.
- Fixed duplicated field name that was causing wrong results.
- Prevent return surplus non imported fields.
- Fixed required parent entity fields not added on import.
- Fixed post content set empty when "updating" was not specified.
- Fixed inventory meta not saving the correct inventory id.
- Fixed negative conditions not applied properly in taxonomies.
- Fixed "in" and "not_in" filters where no being applied correctly.
- Refactory.
VERSION 1.1.3PREVNEXT
2019-09-20
- The ATUM Import module is now available for everyone.
- Allow NULL values for non string fields.
- Allow selecting unknown meta.
- Updated gulpfile to work with Gulp 4.
- Allow template to be importable if it has non-importable subentities.
- Allow array messages in import logs.
- Separate server messages by lines.
- Added import type button group + dependency checker.
- Prevent processing non-current entity's subentities.
- Allow cancelling an importation from the user-side.
- Fixed Import allowing files without all the required fields set.
- Fixed wrong product_id and is_main comparation in Multi-Inventory templates.
- Prevent duplicating the main inventory.
- Prevent importing multi inventories with no product set.
- Fixed selected field name not being shown if too long.
- MI row fail if couldn't insert/update.
- Fixed cancel import button's behavior not being triggered when clicking it.
- Fixed wrong number of columns being added to the import log table on some cases.
- Fixed post_content not being imported.
- Fixed BOM data not being imported.
- Fixed wrong import settings being sent.
- Minor bug fixes.
VERSION 1.1.2.3PREVNEXT
2019-09-05
- NEW Import module available for Beta testers. More info here: https://forum.stockmanagementlabs.com/d/1007-import-module-now-available-for-beta-testers
- Added intermediate subentities checking in template is_importable.
- Added compatibility to CSV in Windows OS.
- Make post parent required in products.
- Added support for hierarchical taxonomies.
- Updated compatible PHP version.
- Updated JS dependencies.
- Updated gulpfile.
- Updated selected fields for default templates and marked them all as "importable".
- Added Supplier's name as required.
- Added custom names to selected fields that had identical names on the default templates.
- Added a new hook to alert other plugins that Export Pro has just activated.
- If Multi-Inventory is activated after the Export, create the MI template in that moment.
- Fixed enclosure to " instead of | for CSV format.
- Fixed Purchase Orders and Inventory Logs exports.
- Fixed Subentties' required fields were not properly checked when determining whether the template was importable.
- CSS fixes.
- Fixed SQL error on ATUM Orders' default template.
- Avoid failing when the Export is installed for the first time and the template table is not created yet.