-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,13 @@ | ||
------------------------------------------------ | ||
- RELEASE NOTES FOR MAGMI 0.7.19 - | ||
------------------------------------------------- | ||
- RELEASE NOTES FOR MAGMI 0.7.18beta1 - | ||
------------------------------------------------- | ||
|
||
|
||
########## | ||
#Bugfix | ||
######### | ||
- fixed case insensitive matching for options | ||
|
||
|
||
########## | ||
#Core | ||
########## | ||
|
||
|
||
* ProductImportEngine | ||
- added support for category item positioning | ||
- better behaviour on unmatched category id in category_ids (if not existing, warning instead of exception) | ||
- autodefaulting of store column to "admin" if omitted | ||
|
||
* Magmi_config | ||
- support for alternate global configuration files | ||
|
||
* Magmi_cli | ||
- support for profile chaining in magmi.cli.php | ||
- magmi.cli.php could be now more easily integrated as include in other scripts. | ||
|
||
* Magmi_utils | ||
- added utility functions to detect remote urls | ||
|
||
############ | ||
# UI | ||
############ | ||
|
||
- fixed cache sensivity of magmi run from UI | ||
- use of google CDN url for prototype.js lib | ||
|
||
######### | ||
#Plugins | ||
######### | ||
|
||
Base: | ||
------ | ||
|
||
* Remote Agent: | ||
Enable connecting to remote magento installs (put ftp://user:pass@host/magento_base_dir) as magento base directory | ||
Enable to perform remote filesystem operations | ||
need DB connectivity between magento host & magmi host. | ||
|
||
*Grouped Products: | ||
- added support for any type of subproducts | ||
This is the new official magmi release , it has too many improvements to be listed. | ||
|
||
* CSV Datasource | ||
Most of the reported bugs were fixed, a big code cleaning has been done & some important refactoring. | ||
|
||
Extra | ||
----- | ||
The package now includes all plugins. | ||
|
||
* Categories | ||
- added support for multiple root assignment in a single line | ||
- added support for tree separator escaping | ||
- added support for item position in each branch of the tree | ||
|
||
Utilities | ||
--------- | ||
Seem to work ok with magento 1.8 & 1.9 unless proven otherwise. | ||
|
||
Mass Option Remapper : enable to remap select attribute values using input csv.. |