Skip to content

Latest commit

 

History

History
82 lines (70 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

82 lines (70 loc) · 3.19 KB

1.0.1 (2017-09-21)

Fix:

  • Code fixes

1.0.0 (2017-09-08)

Fix:

  • Code Refactoring.
  • Added notification to clear cache after attribute import.
  • Use UTC datetime.
  • Removed hardcoded values.
  • Todos fixed and removed.
  • Removed unused dependencies.
  • Default value set at 'import_all' for the CLI import command.
  • Added error notification for FTP/SFTP issues.
  • Added a test connection button for FTP/SFTP configuration form.
  • Zip extension is now mandatory to install this package.
  • Removed services calls from constuct functions.
  • And other things...

Implemented enhancements:

  • Usage of Gaufrette to handle FTP and SFTP connections.

0.3.1 (2017-06-27)

Fix:

  • Shorten job alias to be compatible with PostgreSQL.
  • Update README with more informations.
  • Fix attribute labels handling and import.
  • Fix attribute groups names.
  • Fix error with the multi-select attribute pages.
  • Fix re-import of deleted attribute. Attributs were disabled.
  • Fix product import error with PostgreSQL. It was impossible to store values grater than 1.
  • Fix FTP import.
  • Added a translatable label in the import form.
  • Fix the product import for the "enable" status.
  • Fix some typos.
  • Fix some CSS.

Implemented enhancements:

  • PostgreSQL compatibility
  • It is now possible to import product files such as images and attachments.

0.3.0 (2017-01-13)

Fix:

  • Issue #9 : Revert Mapping Migrations to the default locale at the install.
  • Issue #11 : Fix multi-enum import.
  • Added some unit tests (still in progress for functional tests).
  • Rework on PR #7 to fix attribute import.

Implemented enhancements:

  • Added the possibility to import directly from an FTP or SFTP connection.
  • Added a CLI command to import all CSV files at once.

0.2.2 (2016-12-14)

Fix:

  • PR #3 : Fixed a fatal error when the default localization isn't set up.
  • PR #7 : Fix #6 the system attributes config were erased by the import system.
  • PR #8 : Refactored attribute types list to a container parameter.
  • PR #10 : Precision about EnhancedConnector bundle.
  • Rewrite ZipFileReader to make it more simple.
  • Some renames to fit with the bundle's name oroneo.

0.2.1 (2016-12-07)

Implemented enhancements:

  • Categories import under a "master category" defined in the Category Configuration panel
  • Category Configuration panel : added the possibility to choose the default parent category.

Fix:

  • Removed unecessary injections
  • Fix beta5 upgrade : getAll() function replaced with getLocalizations()

0.2.0 (2016-12-05)

Upgrade to support OroCommerce-beta5 version

0.1.1 (2016-11-29)

Cleaning:

  • Removed useless files
  • Renamed Classes and files to match the name Oroneo
  • composer.json adjusted
  • README updated

0.1.0 (2016-11-25)

  • Initial release : It's just you and me OroCommerce!